7.
Applet Problems
-
My
/manual
test sends
events to System.out/System.err
so that the user can determine
whether the test behaved properly. How do I write my test if I can't see these
output streams?
-
I threw an exception, the output
was sent to
System.err
, but my test still passed. What
happened?
-
My
applet
action test
didn't run my main
method!
-
If I have an applet test, do I put
the test description in the
.html
file or the .java
file?
-
For my
/manual
tests,
how do I provide the user instructions to run the test?
-
For
/manual
tests, how
is the initial size of the running applet determined?