Automated regression tests for java applets?
Posted
by Roy Tang
on Stack Overflow
See other posts from Stack Overflow
or by Roy Tang
Published on 2009-12-23T08:20:52Z
Indexed on
2010/04/09
7:33 UTC
Read the original article
Hit count: 401
applet
|automated-tests
We're working on a project with a number of applets that has to work across a large range of OS (WIndows, Mac, Linux), browsers (IE, FF, Safari, etc) and Java versions (1.5+), and it often happens that a fix we apply will cause some sort of security exception an another platform or some other error.
Is there any way for us to prepare automated tests to immediately catch those problems in different platforms? I think it's not necessary to check that the gui parts are appearing as intended, but just to detect whether unexpected exceptions are occuring.
© Stack Overflow or respective owner