6. Applet Problems

  1. 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?
  2. I threw an exception, the output was sent to System.err, but my test still passed. What happened?
  3. My applet action test didn't run my main method!
  4. If I have an applet test, do I put the test description in the .html file or the .java file?
  5. For my /manual tests, how do I provide the user instructions to run the test?
  6. For /manual tests, how is the initial size of the running applet determined?