Monday, March 9, 2009

FunFX and Firewatir on JRuby

Hi

Today we wanted to get FUNFX tests running by Maven and then it was easier to get things going with JRuby than with Ruby. We found that regular Firewatir for the moment does not support JRuby, but we found a patch by Sai Venkatakrishnan here http://rubyforge.org/pipermail/wtr-development/2008-November/000323.html

This patch worked great for us on Firewatir 1.6.2. Maybe this patch has been entered into the next release candidate, I did not check. But copy the patch into the case statement in firewatir.rb where it checks for java and you are good to go.

Works great for us.

Thanks Sai!

After installing JRuby and FunFX with the gem installer for JRuby and the same with Firewatir. Just run your scripts with jruby instead of ruby.

6 comments:

Sai Venkatakrishnan said...

Hey cool.. I am happy that you are using the patch. Let me know if you need any help.

Btw - Tried Funfx. Is really cool. Thanks

Regards,
Sai

Peter Motzfeldt said...

Thanks!

It works perfectly with FunFX, so thank you!

kalyan kk said...

Guys check out kapinspect in order to get the id's of components and CSS.
For more information regarding usage and demo pls refer below url's

http://lab.kapit.fr/demo/kapinspect/prod/index.html#app=d024&aea9-selectedIndex=5

http://lab.kapit.fr/display/kapinspect/Kap%20Inspect

kalyan kk said...

KapInspect is just like firebug.
For Flex apps kapinpspect is good tool than flex spy.

kalyan kk said...

Can anyone help me retrieve the text from the tool tip.

is there any syntax for tooltip??

Intekhab Sadekin - Toolsmith said...

Hey Peter, I have made a small change to the source code in order to reflect a change for a particular bug. I wish to commit that issue to svn. How should I go about doing it?