Ruby + tk

Hi ,
I want to test one application developed in java + motif + exceed
on windows platform. i want to perform GUI + functionality testing of
product.
Can ruby + tk will help me in this case?

On Jul 1, 2008, at 5:17 AM, Gazala Shaikh wrote:

Hi ,
I want to test one application developed in java + motif + exceed
on windows platform. i want to perform GUI + functionality testing of
product.
Can ruby + tk will help me in this case?

On tip/head/edge we just recently added our story runner steps for
Monkeybars (a JRuby Swing GUI library). It’s very new and hasn’t seen
a lot of use yet, so I can’t promise it to be really great, or if it
will even work for your case. It might be worth a look though.

Also, using JRuby you could use Java’s Robot class, which can
programatically send keyboard and mouse events.