Changes between Version 9 and Version 10 of einotebookTestCases


Ignore:
Timestamp:
12/18/2019 02:44:40 PM (6 years ago)
Author:
tanmay
Comment:

added test case 3

Legend:

Unmodified
Added
Removed
Modified
  • einotebookTestCases

    v9 v10  
    5151Scroll to the top of the script events. Click "Jump to Current Event". The display advances to the event at time 00:45 and it is highlighted.  Slowly scroll upwards to view the previous events; they are all greyed out. 
    5252 
    53 == Test Case .... == 
     53== Test Case 3 == 
     54=== Purpose === 
    5455Verify all details of the Incident Summary page appear: Start time, title, incident number, and description. 
     56 
     57=== Configuration === 
     58These tests assume `dynamicdata\incident_script.xml` is the full incident script. 
     59 
     60In a terminal window (from webapps directory) execute:  `python einotebook/spikes/runTimer.py`. 
     61 
     62=== Application Startup === 
     63In a terminal window with `webapps` as the current directory, start the web server with the (Python 2.7) command: `python -m CGIHTTPServer 8080` 
     64 
     65Open a web browser to `localhost:8080/einotebook/` 
     66 
     67Four tabs appear with the first tab active ("Incident Summary").  
     68 
     69The page content is a summary description for each of five incidents.  
     70 
     71The start time appears in this format on the left side in the header of each incident, for example for the first incident - "Time: 00:00:00". 
     72 
     73The incident number appears on the center in the header of each incident, for example for the first incident - "187". Moreover, each type of incident has a unique incident number. 
     74 
     75The title appears on the right side in the header of each incident, for example for the first incident - "Stalled DOT/Traffic Collision" 
     76 
     77The description appears below each header of each incident, for example for the first incident - "This is a stalled DOT truck on SB 55 overpass.....". 
     78 
     79'''Tests..''' 
    5580 
    5681Verify Current Event tab will display multiple events that happen at the same time.    Verify the contents changes automatically when a new event happens. 
     
    6186 
    6287Verify colors are correctly assigned to incidents.  Verify color pallette "wraps around" if there are more incidents than colors in the palette. 
    63  
    64 Hello World