[wtr-general] Re: Extension for testing flash applications with Watir

2008-12-28 Thread juuser
There is also great framework available for IE (I don't know if it works for Firefox too) called funfx. It has API similar to Watir, which makes it a great tool for testing flex (flash): http://funfx.rubyforge.org/ On Dec 21, 12:41 pm, sai saidesertrose2...@gmail.com wrote: You must be able to

[wtr-general] Re: Extension for testing flash applications with Watir

2008-12-21 Thread sai
You must be able to test any kind of flash application with it as long as you are able to expose the method you want to test on the flash using ExternalInterface. I have tested a flex application which I wrote. You can give it a try. If you have any questions or get into some problem please let

[wtr-general] Re: Extension for testing flash applications with Watir

2008-12-18 Thread Wilson Xu
Is there any validation methods that verify actual and expect result? For example, there is a flash calculator in the webpage, I want to verify one add one is equal two, can flash-watir can support these operations? Wilson On Dec 17, 7:10 pm, sai saidesertrose2...@gmail.com wrote: Hi Guys, I