Functional testing of a 3-rd party java program
Posted
by Dmitri Nesteruk
on Stack Overflow
See other posts from Stack Overflow
or by Dmitri Nesteruk
Published on 2010-06-11T14:54:03Z
Indexed on
2010/06/11
15:02 UTC
Read the original article
Hit count: 461
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!
© Stack Overflow or respective owner