<?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: Testing your Flex app with new FunFX</title>
	<atom:link href="http://martincik.com/?feed=rss2&#038;p=20" rel="self" type="application/rss+xml" />
	<link>http://martincik.com/?p=20</link>
	<description>Sharing my thoughts with world</description>
	<lastBuildDate>Tue, 27 Jul 2010 12:58:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: eclipse</title>
		<link>http://martincik.com/?p=20&#038;cpage=1#comment-108</link>
		<dc:creator>eclipse</dc:creator>
		<pubDate>Tue, 27 Jul 2010 12:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://martincik.com/?p=20#comment-108</guid>
		<description>hi,

i have one problem with FunFx automation. In my application Recording tool is displaying. Can any one please tell me how to remove the Recording tool. 
i wanted to run the automation without Recording tool. 

Thanks in advance,
eclipse</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>i have one problem with FunFx automation. In my application Recording tool is displaying. Can any one please tell me how to remove the Recording tool.<br />
i wanted to run the automation without Recording tool. </p>
<p>Thanks in advance,<br />
eclipse</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhishek sreepal</title>
		<link>http://martincik.com/?p=20&#038;cpage=1#comment-89</link>
		<dc:creator>abhishek sreepal</dc:creator>
		<pubDate>Wed, 31 Mar 2010 09:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://martincik.com/?p=20#comment-89</guid>
		<description>Hi,

I am getting error - (Watir::Exception::UnknownObjectException).
Please find details below.

           System Details:
OS: Windows XP
ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32]
funfx-0.2.2
firewatir - 1.6.5

         Code:
require &#039;test/unit&#039;
require &#039;funfx&#039;
require &#039;funfx/browser/firewatir&#039;
Browser=FireWatir::Firefox.new  
Browser.goto(&quot;URL of MY Application&quot;)
Browser.button(:id=&gt;&#039;addbutt&#039;).click

Actual Result: Firefox is launched,but it is not able to click button.

        Error:
C:/Ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/element.rb:907:in `assert_exists&#039;: Unable to locate element, using {:id=&gt;&quot;addbutt&quot;} (Watir::Exception::UnknownObjectException)
	from C:/Ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/element.rb:1066:in `click&#039;
	from test.rb:8
&gt;Exit code: 1</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am getting error &#8211; (Watir::Exception::UnknownObjectException).<br />
Please find details below.</p>
<p>           System Details:<br />
OS: Windows XP<br />
ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32]<br />
funfx-0.2.2<br />
firewatir &#8211; 1.6.5</p>
<p>         Code:<br />
require &#8216;test/unit&#8217;<br />
require &#8216;funfx&#8217;<br />
require &#8216;funfx/browser/firewatir&#8217;<br />
Browser=FireWatir::Firefox.new<br />
Browser.goto(&#8220;URL of MY Application&#8221;)<br />
Browser.button(:id=&gt;&#8217;addbutt&#8217;).click</p>
<p>Actual Result: Firefox is launched,but it is not able to click button.</p>
<p>        Error:<br />
C:/Ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/element.rb:907:in `assert_exists&#8217;: Unable to locate element, using {:id=&gt;&#8221;addbutt&#8221;} (Watir::Exception::UnknownObjectException)<br />
	from C:/Ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/element.rb:1066:in `click&#8217;<br />
	from test.rb:8<br />
&gt;Exit code: 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikas Chauhan</title>
		<link>http://martincik.com/?p=20&#038;cpage=1#comment-88</link>
		<dc:creator>Vikas Chauhan</dc:creator>
		<pubDate>Wed, 03 Mar 2010 14:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://martincik.com/?p=20#comment-88</guid>
		<description>Hello There!
I am trying to create a Script for the Application which is developed using
Java, wicket and Flex environment.

I am using watir and Funfx as automation environment. When I am running this script I am getting an error regarding  flex application does not exist. 
However, if I access this application via html path, its available.
Appreciate your help and support for any clue or pointers.
Thanks and Regards,
vikas



require &#039;funfx&#039;
require &#039;watir&#039;
require &#039;win32ole&#039; 
include Watir
require &#039;test/unit&#039;
class TC_recorded &gt; &quot;   x.to_s   &quot; &quot;   $ie.url 
  puts $ie.url
  sleep 5
  ie.span(:text,&quot;Access&quot;).click
  @fx.goto($ie.url,&#039;ALNTAccessUIFxApp&#039;)
  sleep 5
  @fx.label(&quot;_ALNTDescriptiveButton_ALNTLabel1&quot;).click
 end
 end




test_recorded(TC_recorded):
RuntimeError: No flash element by name ALNTAccessUIFxApp
    C:/Ruby/lib/ruby/gems/1.8/gems/FunFX-0.0.4/lib/ie.rb:35:in `set_flex_object&#039;
    C:/Ruby/lib/ruby/gems/1.8/gems/FunFX-0.0.4/lib/ie.rb:21:in `goto&#039;
    C:/Ruby/lib/ruby/gems/1.8/gems/FunFX-0.0.4/lib/funfx.rb:37:in `goto&#039;
    test.rb:32:in `test_recorded&#039;

1 tests, 0 assertions, 0 failures, 1 errors</description>
		<content:encoded><![CDATA[<p>Hello There!<br />
I am trying to create a Script for the Application which is developed using<br />
Java, wicket and Flex environment.</p>
<p>I am using watir and Funfx as automation environment. When I am running this script I am getting an error regarding  flex application does not exist.<br />
However, if I access this application via html path, its available.<br />
Appreciate your help and support for any clue or pointers.<br />
Thanks and Regards,<br />
vikas</p>
<p>require &#8216;funfx&#8217;<br />
require &#8216;watir&#8217;<br />
require &#8216;win32ole&#8217;<br />
include Watir<br />
require &#8216;test/unit&#8217;<br />
class TC_recorded &gt; &#8221;   x.to_s   &#8221; &#8221;   $ie.url<br />
  puts $ie.url<br />
  sleep 5<br />
  ie.span(:text,&#8221;Access&#8221;).click<br />
  @fx.goto($ie.url,&#8217;ALNTAccessUIFxApp&#8217;)<br />
  sleep 5<br />
  @fx.label(&#8220;_ALNTDescriptiveButton_ALNTLabel1&#8243;).click<br />
 end<br />
 end</p>
<p>test_recorded(TC_recorded):<br />
RuntimeError: No flash element by name ALNTAccessUIFxApp<br />
    C:/Ruby/lib/ruby/gems/1.8/gems/FunFX-0.0.4/lib/ie.rb:35:in `set_flex_object&#8217;<br />
    C:/Ruby/lib/ruby/gems/1.8/gems/FunFX-0.0.4/lib/ie.rb:21:in `goto&#8217;<br />
    C:/Ruby/lib/ruby/gems/1.8/gems/FunFX-0.0.4/lib/funfx.rb:37:in `goto&#8217;<br />
    test.rb:32:in `test_recorded&#8217;</p>
<p>1 tests, 0 assertions, 0 failures, 1 errors</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaik</title>
		<link>http://martincik.com/?p=20&#038;cpage=1#comment-87</link>
		<dc:creator>Shaik</dc:creator>
		<pubDate>Sat, 20 Feb 2010 19:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://martincik.com/?p=20#comment-87</guid>
		<description>Is there anyway to get rid of the recording tool shownn on the application and continue running automation sccripts?</description>
		<content:encoded><![CDATA[<p>Is there anyway to get rid of the recording tool shownn on the application and continue running automation sccripts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gordon Marsh</title>
		<link>http://martincik.com/?p=20&#038;cpage=1#comment-63</link>
		<dc:creator>Gordon Marsh</dc:creator>
		<pubDate>Tue, 01 Dec 2009 16:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://martincik.com/?p=20#comment-63</guid>
		<description>Hi Peter,

Thanks for this useful article. I&#039;m trying to set up Cucumber to test a Flex application. I&#039;ve got everything set up now but had a couple of questions:

   1. Is FunFX still being developed or has it been superceded by something else now?

   2. Is the application at the old FunFX site below still suitable to do some test work on? The old funfx (0.0.4) looks very different to the new one (0.2.2) and I&#039;m concerned it may not work any more.

    http://funfx.rubyforge.org/Flex/FlexObjectTest/FlexObjectTest.html

Thanks very much in advance,

Gordon</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Thanks for this useful article. I&#8217;m trying to set up Cucumber to test a Flex application. I&#8217;ve got everything set up now but had a couple of questions:</p>
<p>   1. Is FunFX still being developed or has it been superceded by something else now?</p>
<p>   2. Is the application at the old FunFX site below still suitable to do some test work on? The old funfx (0.0.4) looks very different to the new one (0.2.2) and I&#8217;m concerned it may not work any more.</p>
<p>    <a href="http://funfx.rubyforge.org/Flex/FlexObjectTest/FlexObjectTest.html" rel="nofollow">http://funfx.rubyforge.org/Flex/FlexObjectTest/FlexObjectTest.html</a></p>
<p>Thanks very much in advance,</p>
<p>Gordon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FunFX Tutorial &#171; Ramblings</title>
		<link>http://martincik.com/?p=20&#038;cpage=1#comment-55</link>
		<dc:creator>FunFX Tutorial &#171; Ramblings</dc:creator>
		<pubDate>Tue, 24 Nov 2009 13:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://martincik.com/?p=20#comment-55</guid>
		<description>[...] Testing your Flex app with new FunFX &#124; Ladislav Martincik &#8211; Personal website [...]</description>
		<content:encoded><![CDATA[<p>[...] Testing your Flex app with new FunFX | Ladislav Martincik &#8211; Personal website [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaustubh</title>
		<link>http://martincik.com/?p=20&#038;cpage=1#comment-51</link>
		<dc:creator>Kaustubh</dc:creator>
		<pubDate>Thu, 29 Oct 2009 07:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://martincik.com/?p=20#comment-51</guid>
		<description>Hi,
 I am using funfx 0.2.2 for both browsers IE and FF. I am trying to attach to the already open browser. For IE, it works well but for FF it gives error (If I am using firewatir 1.6.2). 
On http://github.com/bret/watir/tree/master, there is new version of firewatir (1.6.5rc2) which has fixed this problem for automating firefox.
It does not work with funfx 0.2.2 
I get following error :
             uninitialized constant Element

I am trying to look for any changes that has taken place but still need your help!

Thanks,
Kaustubh</description>
		<content:encoded><![CDATA[<p>Hi,<br />
 I am using funfx 0.2.2 for both browsers IE and FF. I am trying to attach to the already open browser. For IE, it works well but for FF it gives error (If I am using firewatir 1.6.2).<br />
On <a href="http://github.com/bret/watir/tree/master" rel="nofollow">http://github.com/bret/watir/tree/master</a>, there is new version of firewatir (1.6.5rc2) which has fixed this problem for automating firefox.<br />
It does not work with funfx 0.2.2<br />
I get following error :<br />
             uninitialized constant Element</p>
<p>I am trying to look for any changes that has taken place but still need your help!</p>
<p>Thanks,<br />
Kaustubh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: panni</title>
		<link>http://martincik.com/?p=20&#038;cpage=1#comment-30</link>
		<dc:creator>panni</dc:creator>
		<pubDate>Sat, 11 Jul 2009 11:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://martincik.com/?p=20#comment-30</guid>
		<description>Hi I have a different problem now. The swf in the application I am trying to automate does not have application ID, it has only application name. Can any one please let me know how to assign ID to an swf ?

~ Panni</description>
		<content:encoded><![CDATA[<p>Hi I have a different problem now. The swf in the application I am trying to automate does not have application ID, it has only application name. Can any one please let me know how to assign ID to an swf ?</p>
<p>~ Panni</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: panni</title>
		<link>http://martincik.com/?p=20&#038;cpage=1#comment-29</link>
		<dc:creator>panni</dc:creator>
		<pubDate>Fri, 10 Jul 2009 11:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://martincik.com/?p=20#comment-29</guid>
		<description>Hi Peter/ Toolsmith,

Thanks for the software .. I have succeded in automating the sample application and is replaying the script without any errors. Actually I had problem with swc files inclusion paths ... earlier they used to be at different locations and flex builder was unable to include them ... I copied all of them in to a single folder and updated the additional arguments path in Flex compiler options .. and the FunFx started working automatically ...!!

Thanks again !!

I have to now work on my client application :)

Thanks,
Panni</description>
		<content:encoded><![CDATA[<p>Hi Peter/ Toolsmith,</p>
<p>Thanks for the software .. I have succeded in automating the sample application and is replaying the script without any errors. Actually I had problem with swc files inclusion paths &#8230; earlier they used to be at different locations and flex builder was unable to include them &#8230; I copied all of them in to a single folder and updated the additional arguments path in Flex compiler options .. and the FunFx started working automatically &#8230;!!</p>
<p>Thanks again !!</p>
<p>I have to now work on my client application <img src='http://martincik.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks,<br />
Panni</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panni</title>
		<link>http://martincik.com/?p=20&#038;cpage=1#comment-28</link>
		<dc:creator>Panni</dc:creator>
		<pubDate>Wed, 08 Jul 2009 19:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://martincik.com/?p=20#comment-28</guid>
		<description>Can any one please help me in moving forward. I have the same above discussed problems. I have reached/ opened the flex application but I am unable to click the button. Below is the code I am using,

require &#039;watir&#039;
require &#039;rubygems&#039;
require &#039;funfx&#039;
require &#039;funfx/browser/firewatir&#039; 

@ff = FireWatir::Firefox.new
@ff.goto(&quot;http://localhost:8080/Myproject/bin-debug/Myproject.html&quot;)

@flex = @ff.flex_app(&#039;Myproject&#039;, &#039;Myproject&#039;)
@flex.button(:automationValue =&gt; &#039;Click&#039;).click
#@flex.button(:id =&gt; &#039;Btn&#039;).click

I have posted this problem in many blogs and I haven&#039;t received any help till now. I got stuck with issue and not able to continue the automation. Any info regarding accesssing the objects in swf will greatly help me

Thanks,
Panni</description>
		<content:encoded><![CDATA[<p>Can any one please help me in moving forward. I have the same above discussed problems. I have reached/ opened the flex application but I am unable to click the button. Below is the code I am using,</p>
<p>require &#8216;watir&#8217;<br />
require &#8216;rubygems&#8217;<br />
require &#8216;funfx&#8217;<br />
require &#8216;funfx/browser/firewatir&#8217; </p>
<p>@ff = FireWatir::Firefox.new<br />
@ff.goto(&#8220;http://localhost:8080/Myproject/bin-debug/Myproject.html&#8221;)</p>
<p>@flex = @ff.flex_app(&#8216;Myproject&#8217;, &#8216;Myproject&#8217;)<br />
@flex.button(:automationValue =&gt; &#8216;Click&#8217;).click<br />
#@flex.button(:id =&gt; &#8216;Btn&#8217;).click</p>
<p>I have posted this problem in many blogs and I haven&#8217;t received any help till now. I got stuck with issue and not able to continue the automation. Any info regarding accesssing the objects in swf will greatly help me</p>
<p>Thanks,<br />
Panni</p>
]]></content:encoded>
	</item>
</channel>
</rss>
