[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby + tk

Gazala Shaikh

7/1/2008 12:18:00 PM

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?
--
Posted via http://www.ruby-....

1 Answer

Logan Barnett

7/2/2008 8:22:00 AM

0


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.