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
- 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.
- 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.
- 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.