R
Rhino
I have a JApplet and I'm trying to think of some way to automate the testing
for it, to make sure that it still behaves properly after I make changes to
it.
The only Java testing tool I know is JUnit but it doesn't really lend itself
to testing applets. It seems to me that a test of an applet needs to have
expected images of what the applet is supposed to look like after each user
interaction: it should then initiate each user interaction and verify that
the actual image of the applet matches the expected image.
Can anyone suggest a tool, preferably freeware, that will do that?
Or is there some other way of testing applets that I haven't considered?
for it, to make sure that it still behaves properly after I make changes to
it.
The only Java testing tool I know is JUnit but it doesn't really lend itself
to testing applets. It seems to me that a test of an applet needs to have
expected images of what the applet is supposed to look like after each user
interaction: it should then initiate each user interaction and verify that
the actual image of the applet matches the expected image.
Can anyone suggest a tool, preferably freeware, that will do that?
Or is there some other way of testing applets that I haven't considered?