<?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: Setting Up FlexMonkey</title>
	<atom:link href="http://9mmedia.com/blog/?feed=rss2&#038;p=164" rel="self" type="application/rss+xml" />
	<link>http://9mmedia.com/blog/?p=164</link>
	<description>Flex / Actionscript  / Java</description>
	<lastBuildDate>Fri, 03 Sep 2010 15:41:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcin Zreda</title>
		<link>http://9mmedia.com/blog/?p=164&#038;cpage=1#comment-13049</link>
		<dc:creator>Marcin Zreda</dc:creator>
		<pubDate>Thu, 09 Apr 2009 11:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://9mmedia.com/blog/?p=164#comment-13049</guid>
		<description>Hi, another FlexMonkey review http://www.testandtry.com/2009/04/07/flexmonkey-flex-test-automation-tool-review/</description>
		<content:encoded><![CDATA[<p>Hi, another FlexMonkey review <a href="http://www.testandtry.com/2009/04/07/flexmonkey-flex-test-automation-tool-review/" rel="nofollow">http://www.testandtry.com/2009/04/07/flexmonkey-flex-test-automation-tool-review/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thakur</title>
		<link>http://9mmedia.com/blog/?p=164&#038;cpage=1#comment-8828</link>
		<dc:creator>thakur</dc:creator>
		<pubDate>Thu, 18 Dec 2008 04:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://9mmedia.com/blog/?p=164#comment-8828</guid>
		<description>Hi, 

I am trying to capture UI functionality using FlexMonkey. However, 
unable 
to. The recording agant goes away. Seems navigateToURL is giving 
problem. Could you please let me know solution for this. 


I am using FlexMonkeyUI.swc. Here&#039;s sample code. 


 
 
 
 
 
 </description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I am trying to capture UI functionality using FlexMonkey. However,<br />
unable<br />
to. The recording agant goes away. Seems navigateToURL is giving<br />
problem. Could you please let me know solution for this. </p>
<p>I am using FlexMonkeyUI.swc. Here&#8217;s sample code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mathieu</title>
		<link>http://9mmedia.com/blog/?p=164&#038;cpage=1#comment-8757</link>
		<dc:creator>mathieu</dc:creator>
		<pubDate>Tue, 16 Dec 2008 15:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://9mmedia.com/blog/?p=164#comment-8757</guid>
		<description>thank you Stu, it works very well</description>
		<content:encoded><![CDATA[<p>thank you Stu, it works very well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seth</title>
		<link>http://9mmedia.com/blog/?p=164&#038;cpage=1#comment-8728</link>
		<dc:creator>seth</dc:creator>
		<pubDate>Mon, 15 Dec 2008 20:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://9mmedia.com/blog/?p=164#comment-8728</guid>
		<description>Stu, thanks for commenting! Good to hear that writing tests first isn&#039;t a golden rule. I do tend to write stub code first, real code second, and then fill in my stub code with flexMonkey generated code third. Either way, you&#039;re right in that its all about writing tests vs not writing them at all. 

Scott, you&#039;re sooo close! Would love to get those absolute paths out aswell. 

best, Seth</description>
		<content:encoded><![CDATA[<p>Stu, thanks for commenting! Good to hear that writing tests first isn&#8217;t a golden rule. I do tend to write stub code first, real code second, and then fill in my stub code with flexMonkey generated code third. Either way, you&#8217;re right in that its all about writing tests vs not writing them at all. </p>
<p>Scott, you&#8217;re sooo close! Would love to get those absolute paths out aswell. </p>
<p>best, Seth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Schafer</title>
		<link>http://9mmedia.com/blog/?p=164&#038;cpage=1#comment-8712</link>
		<dc:creator>Scott Schafer</dc:creator>
		<pubDate>Mon, 15 Dec 2008 06:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://9mmedia.com/blog/?p=164#comment-8712</guid>
		<description>Argh! After wrestling with that for about two hours, the problem just magically went away. What happened was I first decided to try adding -include-libraries “${flexlib}\libs\automation_agent.swc” to a new project.

That built, and so I reimported the FlexMonkey project and made the same changes. And then it built.

I&#039;d be tempted to chalk it up to user error, except that Eclipse reported the correct path in the error, and automation_agent.swc was in fact there. So I&#039;ll chalk it up to these tools being buggy.

Below are my current project settings. It still seems very wrong to use an absolute path to FlexMonkeyUI.swc, because this won&#039;t work on other systems.

-locale en_US -includes test.FlexUnitTests -include-libraries &quot;${flexlib}\libs\automation_agent.swc&quot; &quot;${flexlib}\libs\automation.swc&quot; &quot;V:\FlexMonkey\MonkeyExample\libs\FlexMonkeyUI.swc&quot;

Any ideas on how to avoid the absolute path?</description>
		<content:encoded><![CDATA[<p>Argh! After wrestling with that for about two hours, the problem just magically went away. What happened was I first decided to try adding -include-libraries “${flexlib}\libs\automation_agent.swc” to a new project.</p>
<p>That built, and so I reimported the FlexMonkey project and made the same changes. And then it built.</p>
<p>I&#8217;d be tempted to chalk it up to user error, except that Eclipse reported the correct path in the error, and automation_agent.swc was in fact there. So I&#8217;ll chalk it up to these tools being buggy.</p>
<p>Below are my current project settings. It still seems very wrong to use an absolute path to FlexMonkeyUI.swc, because this won&#8217;t work on other systems.</p>
<p>-locale en_US -includes test.FlexUnitTests -include-libraries &#8220;${flexlib}\libs\automation_agent.swc&#8221; &#8220;${flexlib}\libs\automation.swc&#8221; &#8220;V:\FlexMonkey\MonkeyExample\libs\FlexMonkeyUI.swc&#8221;</p>
<p>Any ideas on how to avoid the absolute path?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
