<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Async Testing with FlexUnit 4</title>
	<atom:link href="http://saturnboy.com/2010/02/async-testing-with-flexunit4/feed/" rel="self" type="application/rss+xml" />
	<link>http://saturnboy.com/2010/02/async-testing-with-flexunit4/</link>
	<description>Code, Work, and Life</description>
	<lastBuildDate>Thu, 10 May 2012 17:13:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Nikos</title>
		<link>http://saturnboy.com/2010/02/async-testing-with-flexunit4/comment-page-1/#comment-261</link>
		<dc:creator>Nikos</dc:creator>
		<pubDate>Thu, 10 Mar 2011 11:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=1019#comment-261</guid>
		<description>Any updates on the SequenceRunner  appraoch to testing backends?</description>
		<content:encoded><![CDATA[<p>Any updates on the SequenceRunner  appraoch to testing backends?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://saturnboy.com/2010/02/async-testing-with-flexunit4/comment-page-1/#comment-201</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Sun, 24 Oct 2010 20:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=1019#comment-201</guid>
		<description>@hdave: As far as I know there is nothing magic about &lt;code&gt;TestResponder&lt;/code&gt; vs. &lt;code&gt;AsyncResponder&lt;/code&gt;.  It&#039;s just a useful extension point in the FlexUnit 4 framework.  It&#039;s also possible, but I don&#039;t know for sure, that it&#039;s used internally by the framework to track what&#039;s going on.

As far as managing test data goes, I definitely subscribe to the view that your tests should be independent.  That being said, I&#039;ve used dbUnit and maven to manage test data, but mostly I&#039;ll use ant to run sql scripts.</description>
		<content:encoded><![CDATA[<p>@hdave: As far as I know there is nothing magic about <code>TestResponder</code> vs. <code>AsyncResponder</code>.  It&#8217;s just a useful extension point in the FlexUnit 4 framework.  It&#8217;s also possible, but I don&#8217;t know for sure, that it&#8217;s used internally by the framework to track what&#8217;s going on.</p>
<p>As far as managing test data goes, I definitely subscribe to the view that your tests should be independent.  That being said, I&#8217;ve used dbUnit and maven to manage test data, but mostly I&#8217;ll use ant to run sql scripts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hdave</title>
		<link>http://saturnboy.com/2010/02/async-testing-with-flexunit4/comment-page-1/#comment-200</link>
		<dc:creator>hdave</dc:creator>
		<pubDate>Sun, 24 Oct 2010 15:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=1019#comment-200</guid>
		<description>Great article.  Two questions:

1) What it is exactly that the &lt;code&gt;TestResponder&lt;/code&gt; class does that the normal Flex &lt;code&gt;AsyncResponder&lt;/code&gt; class doesn&#039;t do?

2) What do you use to reset the database to a known start before (after) each test chain?

Thanks!</description>
		<content:encoded><![CDATA[<p>Great article.  Two questions:</p>
<p>1) What it is exactly that the <code>TestResponder</code> class does that the normal Flex <code>AsyncResponder</code> class doesn&#8217;t do?</p>
<p>2) What do you use to reset the database to a known start before (after) each test chain?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

