| # | Result | Name | Parameter | Duration |
|
1 |  | invoke
Load Page
Resulting page |
| -> complete url | http://localhost:19090/selftest/simpleDialogExample.html |
| url | /simpleDialogExample.html |
| 48 |
|
2 |  | verifyTitle
Confirm page |
| text | Simple Dialog Example |
| 5 |
|
3 |  | expectDialog
|
| dialogType | alert |
| saveProperty | simpleDialog |
| 2 |
|
4 |  | clickButton
Click Login button |
| 118 |
|
5 |  | verifyProperty
|
| name | simpleDialog |
| regex | true |
| text | .*Username field must not be blank.* |
| 1 |
|
6 |  | verifyProperty
|
| name | simpleDialog |
| regex | true |
| text | .*Password field must not be blank.* |
| 1 |
|
7 |  | verifyNoDialogs
Check all responses were used |
| 4 |
|
8 |  | expectDialog
|
| dialogType | alert |
| saveProperty | simpleDialog |
| 1 |
|
9 |  | setInputField
|
| name | name |
| value | some username |
| 10 |
|
10 |  | clickButton
Click Login button |
| 23 |
11
 |  | not
|
| # | Result | Name | Parameter | Duration |
|
1 |  | verifyProperty
|
| name | simpleDialog |
| regex | true |
| text | .*Username field must not be blank.* |
| 2 |
| 4 |
|
12 |  | verifyProperty
|
| name | simpleDialog |
| regex | true |
| text | .*Password field must not be blank.* |
| 3 |
|
13 |  | verifyNoDialogs
Check all responses were used |
| 2 |
|
14 |  | expectDialog
|
| 2 |
|
15 |  | setInputField
|
| 5 |
|
16 |  | setInputField
|
| name | password |
| value | some password |
| 23 |
|
17 |  | clickButton
Click Login button |
| 18 |
|
18 |  | verifyProperty
|
| name | simpleDialog |
| regex | true |
| text | .*Username field must not be blank.* |
| 3 |
19
 |  | not
|
| # | Result | Name | Parameter | Duration |
|
1 |  | verifyProperty
|
| name | simpleDialog |
| regex | true |
| text | .*Password field must not be blank.* |
| 3 |
| 5 |
|
20 |  | verifyNoDialogs
Check all responses were used |
| 2 |
|
21 |  | setInputField
|
| name | name |
| value | some username |
| 35 |
|
22 |  | expectDialog
not normally needed |
| 2 |
|
23 |  | clickButton
Click Login button |
| 12 |
24
 |  | not
prepared response should not be used if fields were valid |
| # | Result | Name | Parameter | Duration |
|
1 |  | verifyNoDialogs
Check all responses were used |
| 2 |
| 4 |