You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



You are here: Test Case Matrix for OJI > Test Case Description for lifecycle of applets

Test Case Description for lifecycle of applets

Purpose

Determine that applet lifecycle works properly (init, start, stop...)

Initial Conditions

  • Open the Java console from Tasks | Tools |  Java Console menu
  • While performing every test, hit the BACK button and FORWARD button in the browser and observe results in browser window or console

Steps/Description

Click the following testcase links

  1. Test 1. Observe the clock display the system time on your machine. Hit BACK and FORWARD button and see that time changes and you see a different time with every visit.
  2. Test 2. Hit BACK and FORWARD button on this page and observe that the init, start and stop methods are called in that order in java console.
  3. Test 3. Hit BACK and FORWARD button on this page and observe that the init, start and stop methods are called in that order in java console.