| Action | Expected Result | Actual Result | Status |
| ë | The test model contains 8 possible state transitions. |
|
| ë | The test model contains 128 state validations for 6 end states. |
|
| ë | 0 of 6 test set actions have been tested. |
|
| [calc.action:5] start | 17:10:48 |
Start
Start the calculator
|
| 2.688 sec | start --> detect |
| @ | dos_system("taskkill /f /im calc.exe"); act_error = start_application("calc.exe","","",SW_SHOW,"window.Calculator",20); |
|
PASS |
| ë | 7 of 11 test model actions have been tested. |
|
| ë | Found 1 action that is 1 step from detect. |
|
| [calc.action:10] | 17:10:53 |
Detect Scientific Mode
Detect calculator mode
|
| 0.984 sec | detect --> calc.scientific |
| @ | if(MBTE_AVAIL=(_value("window.Calculator","radio.Bin","visible") > 0)){ act_error = wait(1); } |
|
PASS |
| [calc.action:14] | 17:11:29 |
Close Calculator
Close the calculator
|
| 0.969 sec | calc.scientific --> stopped.scientific |
| @ | act_error = window_close("window.Calculator"); |
|
PASS |
| [calc.action:12] | 17:11:35 |
Run Calculator
Start the calculator
|
| 1.172 sec | stopped.scientific --> calc.scientific |
| @ | act_error = start_application("calc.exe","","",SW_SHOW,"window.Calculator",20); |
|
PASS |
|
[calc.checkpoint:2] {class: "push_button", label: "-"} properties have the following values: (1) displayed equals 1 (2) enabled equals 1 (3) height equals 29 (4) width equals 36 (5) text equals - |
| @ | r_error = test_obj("window.Calculator", "{class: \"push_button\", label: \"-\"}", "displayedenabledheightwidthtext", "equalsequalsequalsequalsequals", "112936-", r_detail); |
| ê | -10002 E_NOT_FOUND: Window or object not found. |
| L | Object {class: "push_button", label: "-"} does not exist in window window.Calculator. |
| µ |  20070615171137_calc.checkpoint_2_FAIL-10002.gif | |
|
3FAIL4 |
| [calc.action:16] | 17:12:42 |
Change mode
Menu: View -> Standard
|
| 0.579 sec | calc.scientific --> calc.standard |
| @ | act_error = object_set("window.Calculator","menu","View;Standard"); |
|
PASS |
|
[calc.checkpoint:2] {class: "push_button", label: "-"} properties have the following values: (1) displayed equals 1 (2) enabled equals 1 (3) height equals 29 (4) width equals 36 (5) text equals - |
| @ | r_error = test_obj("window.Calculator", "{class: \"push_button\", label: \"-\"}", "displayedenabledheightwidthtext", "equalsequalsequalsequalsequals", "112936-", r_detail); |
| ê | -10002 E_NOT_FOUND: Window or object not found. |
| L | Object {class: "push_button", label: "-"} does not exist in window window.Calculator. |
| µ |  20070615171243_calc.checkpoint_2_FAIL-10002.gif | |
|
3FAIL4 |
| [calc.action:15] | 17:13:36 |
Change mode
Menu: View -> Scientific
|
| 0.61 sec | calc.standard --> calc.scientific |
| @ | act_error = object_set("window.Calculator","menu","View;Scientific"); |
|
PASS |
|
[calc.checkpoint:2] {class: "push_button", label: "-"} properties have the following values: (1) displayed equals 1 (2) enabled equals 1 (3) height equals 29 (4) width equals 36 (5) text equals - |
| @ | r_error = test_obj("window.Calculator", "{class: \"push_button\", label: \"-\"}", "displayedenabledheightwidthtext", "equalsequalsequalsequalsequals", "112936-", r_detail); |
| ê | -10002 E_NOT_FOUND: Window or object not found. |
| L | Object {class: "push_button", label: "-"} does not exist in window window.Calculator. ... |
| L | Object {class: "push_button", label: "-"} does not exist in window window.Calculator. |
|
3FAIL4 |
|
[calc.checkpoint:3] {class: "push_button", label: "*"} properties have the following values: (1) displayed equals 1 (2) enabled equals 1 (3) height equals 29 (4) width equals 36 |
| @ | r_error = test_obj("window.Calculator", "{class: \"push_button\", label: \"*\"}", "displayedenabledheightwidth", "equalsequalsequalsequals", "112936", r_detail); |
| ê | -10002 E_NOT_FOUND: Window or object not found. |
| L | Object {class: "push_button", label: "*"} does not exist in window window.Calculator. |
| µ |  20070615171337_calc.checkpoint_3_FAIL-10002.gif | |
|
3FAIL4 |
| ë | Found 1 action that is 1 step from calc.scientific. |
|
| [calc.action:16] | 17:14:43 |
Change mode
Menu: View -> Standard
|
| 0.563 sec | calc.scientific --> calc.standard |
| @ | act_error = object_set("window.Calculator","menu","View;Standard"); |
|
PASS |
|
[calc.checkpoint:2] {class: "push_button", label: "-"} properties have the following values: (1) displayed equals 1 (2) enabled equals 1 (3) height equals 29 (4) width equals 36 (5) text equals - |
| @ | r_error = test_obj("window.Calculator", "{class: \"push_button\", label: \"-\"}", "displayedenabledheightwidthtext", "equalsequalsequalsequalsequals", "112936-", r_detail); |
| ê | -10002 E_NOT_FOUND: Window or object not found. |
| L | Object {class: "push_button", label: "-"} does not exist in window window.Calculator. ... |
| L | Object {class: "push_button", label: "-"} does not exist in window window.Calculator. |
|
3FAIL4 |
|
[calc.checkpoint:3] {class: "push_button", label: "*"} properties have the following values: (1) displayed equals 1 (2) enabled equals 1 (3) height equals 29 (4) width equals 36 |
| @ | r_error = test_obj("window.Calculator", "{class: \"push_button\", label: \"*\"}", "displayedenabledheightwidth", "equalsequalsequalsequals", "112936", r_detail); |
| ê | -10002 E_NOT_FOUND: Window or object not found. |
| L | Object {class: "push_button", label: "*"} does not exist in window window.Calculator. |
| µ |  20070615171444_calc.checkpoint_3_FAIL-10002.gif | |
|
3FAIL4 |
| [calc.action:13] | 17:15:33 |
Close Calculator
Close the calculator
|
| 0.25 sec | calc.standard --> stopped.standard |
| @ | act_error = window_close("window.Calculator"); |
|
PASS |
| [calc.action:11] | 17:15:38 |
Run Calculator
Start the calculator
|
| 1.281 sec | stopped.standard --> calc.standard |
| @ | act_error = start_application("calc.exe","","",SW_SHOW,"window.Calculator",20); |
|
PASS |
|
[calc.checkpoint:2] {class: "push_button", label: "-"} properties have the following values: (1) displayed equals 1 (2) enabled equals 1 (3) height equals 29 (4) width equals 36 (5) text equals - |
| @ | r_error = test_obj("window.Calculator", "{class: \"push_button\", label: \"-\"}", "displayedenabledheightwidthtext", "equalsequalsequalsequalsequals", "112936-", r_detail); |
| ê | -10002 E_NOT_FOUND: Window or object not found. |
| L | Object {class: "push_button", label: "-"} does not exist in window window.Calculator. ... |
| L | Object {class: "push_button", label: "-"} does not exist in window window.Calculator. |
|
3FAIL4 |
|
[calc.checkpoint:3] {class: "push_button", label: "*"} properties have the following values: (1) displayed equals 1 (2) enabled equals 1 (3) height equals 29 (4) width equals 36 |
| @ | r_error = test_obj("window.Calculator", "{class: \"push_button\", label: \"*\"}", "displayedenabledheightwidth", "equalsequalsequalsequals", "112936", r_detail); |
| ê | -10002 E_NOT_FOUND: Window or object not found. |
| L | Object {class: "push_button", label: "*"} does not exist in window window.Calculator. ... |
| L | Object {class: "push_button", label: "*"} does not exist in window window.Calculator. |
|
3FAIL4 |
|
[calc.checkpoint:4] {class: "push_button", label: "."} properties have the following values: (1) displayed equals 1 (2) enabled equals 1 (3) height equals 29 (4) width equals 36 (5) text equals . |
| @ | r_error = test_obj("window.Calculator", "{class: \"push_button\", label: \".\"}", "displayedenabledheightwidthtext", "equalsequalsequalsequalsequals", "112936.", r_detail); |
| ê | -10002 E_NOT_FOUND: Window or object not found. |
| L | Object {class: "push_button", label: "."} does not exist in window window.Calculator. |
| µ |  20070615171541_calc.checkpoint_4_FAIL-10002.gif | |
|
3FAIL4 |
| ë | 6 of 6 test set actions have been tested. |
|
| ë | COMPLETED TEST ITERATION |
|
| [calc.action:7] stop | 17:16:26 |
Stop
Close the calculator
|
| 0.672 sec | stop --> stopped |
| @ | act_error = dos_system("taskkill /f /im calc.exe"); |
|
PASS |
TEST DURATION: 0 hours, 6 minutes, 0 seconds.
TOTAL ACTIONS ATTEMPTED: 10. PASSED: 10. FAILED: 0. WARNING: 0.
TOTAL VALIDATIONS PERFORMED: 448. PASSED: 439. FAILED: 9. WARNING: 0.