views:

51

answers:

2

I have a 3-rd party java application (I don't own source code) and I want to perform functional testing on it, similar to the way it's done in watin/watij/selenium/nunitforms etc. Can anyone suggest a library that I can use to do this sort of testing. What I'm interested in is clicking the applet's buttons, reading off text values, and the like. Thanks!

+1  A: 

Hi am having that project to test using selenium id i will send you

Lawrance Rozario
I was really impressed with Selenium. You can put it as a plugin to Firefox (rather than having a giant application like Rational Functional Tester). The scripts are pretty easy to create and it works slick. Of course, I think Selenium only works for browser based applications, so if it isn't browser based, you may have to look at another tool.
Chris Aldrich
+1  A: 

You have already mentioned some testing frameworks. Why do they not work for you? If it's a Swing application you might want to have a look at fest.

Philipp Jardas
Thanks, I'll check it out.
Dmitri Nesteruk