Changes between Version 3 and Version 4 of einotebookTestCases
- Timestamp:
- 05/12/2019 07:09:02 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
einotebookTestCases
v3 v4 1 1 = Electronic Instructor Notebook Test Cases = 2 == Test Case #1 ==2 == Test Case 1 == 3 3 === Configuration === 4 4 These tests assume `dynamicdata\incident_script.xml` is the full incident script. … … 23 23 The Maps tab shows two radio buttons: "Incidents" and "ATMS". The "Incidents" button is selected and a google map is displayed. Zoom in the map to the marker until five markers appear in the Irvine region. 24 24 25 == Test Case #2 ==25 == Test Case 2 == 26 26 === Configuration === 27 Attached to this page is a test script file: `incident_script.xml`. Save this file to the `dynamicdata` directory. 27 Attached to this page is a test script file: `incident_script.xml`. Save this file to the `dynamicdata` directory. 28 28 29 Modify the contents of `dynamicdata\sim_elapsedtime.json` to read: 29 Modify the contents of `dynamicdata\sim_elapsedtime.json` to read: 30 30 31 {{{ 31 32 {"elapsedtime":"39"} 32 33 }}} 33 34 35 34 === Application Startup === 36 35 In a terminal window with `webapps` as the current directory, start the web server with the (Python 2.7) command: `python -m CGIHTTPServer 8080` 37 36 38 Open a web browserto `localhost:8080/einotebook/`37 Close any open web browser windows. Open the web browser and verify that there are no cookies. Browse to `localhost:8080/einotebook/` 39 38 40 39 The timer in the upper right hand corner reads 00:00:39.
