<?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"
	>
<channel>
	<title>Comments on: Testing Flex Applications?</title>
	<atom:link href="http://www.thecrumb.com/2008/04/07/testing-flex-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thecrumb.com/2008/04/07/testing-flex-applications/</link>
	<description>ColdFusion, Ant, jQuery and other geeky stuff with the occasional motorcycle post.</description>
	<pubDate>Sun, 07 Sep 2008 06:57:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: andras</title>
		<link>http://www.thecrumb.com/2008/04/07/testing-flex-applications/#comment-5250</link>
		<dc:creator>andras</dc:creator>
		<pubDate>Mon, 07 Apr 2008 21:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=410#comment-5250</guid>
		<description>also take a look at here:
http://www.adobe.com/devnet/flex/samples/custom_automated/</description>
		<content:encoded><![CDATA[<p>also take a look at here:<br />
<a href="http://www.adobe.com/devnet/flex/samples/custom_automated/" rel="nofollow">http://www.adobe.com/devnet/fl.....automated/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ekz</title>
		<link>http://www.thecrumb.com/2008/04/07/testing-flex-applications/#comment-5249</link>
		<dc:creator>ekz</dc:creator>
		<pubDate>Mon, 07 Apr 2008 21:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=410#comment-5249</guid>
		<description>Have you considered using QTP, with the flex QTP plugin?
Some 'getting started' info can be found here: http://www.adobe.com/support/documentation/en/flex/2/install.html#at</description>
		<content:encoded><![CDATA[<p>Have you considered using QTP, with the flex QTP plugin?<br />
Some &#8216;getting started&#8217; info can be found here: <a href="http://www.adobe.com/support/documentation/en/flex/2/install.html#at" rel="nofollow">http://www.adobe.com/support/d.....ll.html#at</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arpit</title>
		<link>http://www.thecrumb.com/2008/04/07/testing-flex-applications/#comment-5241</link>
		<dc:creator>arpit</dc:creator>
		<pubDate>Mon, 07 Apr 2008 18:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=410#comment-5241</guid>
		<description>I have been meaning to try this but havent gotten into it yet, but you can use selenium combined with the flex-ajax bridge. The latter exposes the Flex DOM from what I hear.</description>
		<content:encoded><![CDATA[<p>I have been meaning to try this but havent gotten into it yet, but you can use selenium combined with the flex-ajax bridge. The latter exposes the Flex DOM from what I hear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Buhler</title>
		<link>http://www.thecrumb.com/2008/04/07/testing-flex-applications/#comment-5240</link>
		<dc:creator>David Buhler</dc:creator>
		<pubDate>Mon, 07 Apr 2008 18:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=410#comment-5240</guid>
		<description>Hi Jim,

On CF/Flex projects, I'll usually do the following: 

I'll use Service Capture to record a bare-minimum call to my CFC (only the bare minimum fields complete with mimimum data).

I'll use Service Capture and capture a comprehensive call to my CFC (every field completed with maximum data).

Then, I'll take that data and create my unit test in CF with same mock data.

To Debug:
On the client, I'll add try/catch statements to every method, and throw an exception.

In CF, I'll generate a PDF on each exception or error.

For me, this has been the best way to test and debug Flex Applications. 

hth</description>
		<content:encoded><![CDATA[<p>Hi Jim,</p>
<p>On CF/Flex projects, I&#8217;ll usually do the following: </p>
<p>I&#8217;ll use Service Capture to record a bare-minimum call to my CFC (only the bare minimum fields complete with mimimum data).</p>
<p>I&#8217;ll use Service Capture and capture a comprehensive call to my CFC (every field completed with maximum data).</p>
<p>Then, I&#8217;ll take that data and create my unit test in CF with same mock data.</p>
<p>To Debug:<br />
On the client, I&#8217;ll add try/catch statements to every method, and throw an exception.</p>
<p>In CF, I&#8217;ll generate a PDF on each exception or error.</p>
<p>For me, this has been the best way to test and debug Flex Applications. </p>
<p>hth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.thecrumb.com/2008/04/07/testing-flex-applications/#comment-5239</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 07 Apr 2008 17:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=410#comment-5239</guid>
		<description>David - I had bookmarked FlexUnit already - but had assumed it was mainly for unit testing?  Will it do tests at the application level also (similar to Selenium?)

Andra - looks like some promising links!  I had seen Silk before but I have heard it is very expensive.</description>
		<content:encoded><![CDATA[<p>David - I had bookmarked FlexUnit already - but had assumed it was mainly for unit testing?  Will it do tests at the application level also (similar to Selenium?)</p>
<p>Andra - looks like some promising links!  I had seen Silk before but I have heard it is very expensive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andras</title>
		<link>http://www.thecrumb.com/2008/04/07/testing-flex-applications/#comment-5238</link>
		<dc:creator>andras</dc:creator>
		<pubDate>Mon, 07 Apr 2008 17:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=410#comment-5238</guid>
		<description>I also need to dig for information about that.
i've read about a new tool from borland just today :
http://www.borland.com/us/products/silk/silktest/index.html#
http://www.borland.com/us/products/silk/silkperformer/index.html

also there is a project called VFU:
http://code.google.com/p/visualflexunit/source/checkout

and this blog post is maybe a good point to start:
http://life.neophi.com/danielr/2007/10/continuous_integration_with_fl.html

and at last i've found a non-free tool for visual testing:
http://riatest.com/screenshots.html

Best,
Andrew</description>
		<content:encoded><![CDATA[<p>I also need to dig for information about that.<br />
i&#8217;ve read about a new tool from borland just today :<br />
<a href="http://www.borland.com/us/products/silk/silktest/index.html#" rel="nofollow">http://www.borland.com/us/prod.....ndex.html#</a><br />
<a href="http://www.borland.com/us/products/silk/silkperformer/index.html" rel="nofollow">http://www.borland.com/us/prod.....index.html</a></p>
<p>also there is a project called VFU:<br />
<a href="http://code.google.com/p/visualflexunit/source/checkout" rel="nofollow">http://code.google.com/p/visua.....e/checkout</a></p>
<p>and this blog post is maybe a good point to start:<br />
<a href="http://life.neophi.com/danielr/2007/10/continuous_integration_with_fl.html" rel="nofollow">http://life.neophi.com/danielr.....th_fl.html</a></p>
<p>and at last i&#8217;ve found a non-free tool for visual testing:<br />
<a href="http://riatest.com/screenshots.html" rel="nofollow">http://riatest.com/screenshots.html</a></p>
<p>Best,<br />
Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Buhler</title>
		<link>http://www.thecrumb.com/2008/04/07/testing-flex-applications/#comment-5237</link>
		<dc:creator>David Buhler</dc:creator>
		<pubDate>Mon, 07 Apr 2008 17:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thecrumb.com/?p=410#comment-5237</guid>
		<description>FlexUnit: http://code.google.com/p/as3flexunitlib/</description>
		<content:encoded><![CDATA[<p>FlexUnit: <a href="http://code.google.com/p/as3flexunitlib/" rel="nofollow">http://code.google.com/p/as3flexunitlib/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
