Is there a way to automate testing of fxruby applications ... something like Jemmy for Java Swing? -- R. Mark Volkmann Object Computing, Inc.
On 4/6/06, Mark Volkmann <r.mark.volkmann at gmail.com> wrote:> Is there a way to automate testing of fxruby applications ... > something like Jemmy for Java Swing? > > -- > R. Mark Volkmann > Object Computing, Inc. > > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users >
if your application is modularized well you wont need it. there are more clever ways to test an applications. -- henon On 4/6/06, Mark Volkmann <r.mark.volkmann at gmail.com> wrote:> Is there a way to automate testing of fxruby applications ... > something like Jemmy for Java Swing? > > -- > R. Mark Volkmann > Object Computing, Inc. > > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users >
On 4/6/06, Meinrad Recheis <meinrad.recheis at gmail.com> wrote:> if your application is modularized well you wont need it. there are > more clever ways to test an applications.I know I can test all my business logic separately, but I still think it''s useful to have automated tests that verify that my GUI event handling logic stays corrrect as I add more features.> On 4/6/06, Mark Volkmann <r.mark.volkmann at gmail.com> wrote: > > Is there a way to automate testing of fxruby applications ... > > something like Jemmy for Java Swing? > > > > -- > > R. Mark Volkmann > > Object Computing, Inc. > > > > _______________________________________________ > > fxruby-users mailing list > > fxruby-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/fxruby-users > > > > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users >-- R. Mark Volkmann Object Computing, Inc.