We are working on a project with several applets that should work with a large number of OS (WIndows, Mac, Linux), browsers (IE, FF, Safari, etc.) and Java versions (1.5+), and it often happens that the fix which we apply will result in some security exception of another platform or some other error.
Is there a way to prepare automated tests to immediately identify these issues across platforms? I think there is no need to verify that the gui parts appear as intended, but simply to detect unexpected exceptions.
source
share