Changes between Version 4 and Version 5 of CPTMSTestCases
- Timestamp:
- 03/21/2019 11:30:03 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CPTMSTestCases
v4 v5 3 3 Save the attached test files into webapps folders: 4 4 5 highways_startup_test.json into data_layers 5 `highways_startup_test.json` is placed into `data_layers` folder. 6 6 7 highway_status_test.json into webapps 7 `highway_status_test.json` into `webapps` folder 8 8 9 In cptms.html, change these constants to reflect the names of the test files:9 In `cptms.htm`l, change these constants to reflect the names of the test files: 10 10 11 kVDSstatusFile 12 13 kMapStartupFile 11 * `kVDSstatusFile` 12 * `kMapStartupFile` 14 13 15 14 == Application Startup == … … 23 22 * Recenter button in center right margin. 24 23 * VDS, CMS, CCTV, and HAR buttons (top to bottom) in lower left corner. 25 * Search box in upper left corner (contains the text "Search Box" on a black background.) 26 * Thirteen colored dots along highway 55 between Dyer Rd and I-5. There are 5 white, 5 green, 2 red, and 1 yellow, assigned as specified in the test files. The startup file specifies all dots are white. The highway_status_test.json file indicates eight dots change to the specified colors. 27 * Colored dots overlap in this priority: Red, yellow, green, white. 24 * Search box in upper left corner (contains the text "Search Box" on a black background). 28 25 29 26 == Map Controls == … … 39 36 40 37 == VDS Layer == 41 The VDS layer button is "depressed" when the application opens. 38 The VDS layer button is "depressed" when the application opens. 42 39 43 40 * Thirteen colored dots along highway 55 between Dyer Rd and I-5. There are 5 white, 5 green, 2 red, and 1 yellow, assigned as specified in the test files. The startup file specifies all dots are white. The highway_status_test.json file indicates eight dots change to the specified colors. 44 41 * Colored dots overlap in this priority: Red, yellow, green, white. 45 42 * Rollover a dot to see its location and cross street. 46 * Zoom in several times, keeping the 55 icons centered. Notice that the position of the dots is automatically adjusted to match the zoom level so that the icons appear side-by-side instead of overlapping. Utlimately the dots appear in the center of the roadway, their actual location. If you click the zoom buttons several times quickly the effect may be more noticeable.43 * Zoom in several times, keeping the 55 icons centered. Notice that the position of the dots is automatically adjusted to match the zoom level so that the icons appear side-by-side instead of overlapping. Utlimately the dots appear in the center of the roadway, their actual location. If you click the zoom buttons several times quickly the effect may be more noticeable. 47 44 48 45 == CMS Layer == … … 90 87 == Other Features == 91 88 Cickable regions for CMS and CCTV icons should be constrained to a narrow rectangle closely cropped to the icon. 89 90 == Cleanup == 91 Reset the names of the vds files in the cptms.html code. Remove the test files from the folders.
