That's pretty cool :) I'd say just about anyone who writes Swing apps
has this need.
- Charlie
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
I have to say that when I first saw this mail, I thought for sure it was spam. =)
I often feel like I'm way out of touch..
Swinger, drools, jemmy, monkeybars, cucumber, webrat...
It seems like every day there are a ton of new gems... Which is AWESOME..
Although it's hard to keep up :P (and fulfill the duties of my day
job, and family life :P)
Jay
Michael Campbell-4 wrote:
>
>
> I have to say that when I first saw this mail, I thought for sure it was
> spam. =)
>
>
Oh good, I'm glad I'm not the only one who thought it was spam. :-)
--
View this message in context: http://www.nabble.com/Swinger-video-tp23955492p23970873.html
Sent from the JRuby - User mailing list archive at Nabble.com.
One big problem I ran into with cucumber + Monkeybars was exiting the app.
If I had a spec that that clicked the Exit menu item, for example, the
entire JVM process was ended, including the spec run. As a result I
would not get any final report.
Some hackery got me around that, but a better solution would have the
app being tested isolated from the process doing the testing.
James
--
Neurogami - Smart application development
Jemmy looks like an interesting library. Do you have any experience with FEST? It looks like Jemmy tries to be just a robot, whereas FEST provides finders along with a robot. Does this sound about right?