| # | Result | Name | Parameter | Duration |
|
1 |  | invoke
Open the page with form and JS
Resulting page |
| -> complete url | http://localhost:19090/selftest/form.jsp |
| url | form.jsp |
| 121 |
|
2 |  | setInputField
|
| name | myTextField |
| value | blabla |
| 61 |
|
3 |  | setInputField
|
| forLabel | text field referenced by label |
| value | bli |
| 7 |
|
4 |  | setInputField
|
| formName | myForm |
| name | myTextField |
| value | blabla |
| 36 |
|
5 |  | setInputField
|
| name | myPasswordField |
| value | secret |
| 59 |
|
6 |  | setInputField
Resulting page |
| name | myTextArea |
| nested text | Really interesting, isn't it? |
| 7 |
|
7 |  | setCheckbox
|
| checked | true |
| name | myCheckbox |
| 4 |
|
8 |  | setCheckbox
identify checkbox with name and value alcohol |
| checked | true |
| name | beer |
| value | alcohol |
| 130 |
|
9 |  | setCheckbox
identify checkbox with name and value lemon |
| checked | true |
| name | beer |
| value | lemon |
| 5 |
|
10 |  | verifyCheckbox
should not get confused from hidden decoy beer field |
| checked | true |
| name | beer |
| value | lemon |
| 2 |
|
11 |  | setSelectField
Resulting page |
| 9 |
|
12 |  | setSelectField
select value that is available thanks JS since mySelect1 changed |
| 3 |
|
13 |  | clickButton
Resulting page |
| 145 |
|
14 |  | verifyText
Checks the received value from text |
| 2 |
|
15 |  | verifyText
Checks that value echoed with JS has been received too |
| text | myTextFieldEcho: blabla |
| 2 |
|
16 |  | verifyText
Checks the received value from text |
| text | myTextFieldRefByLabel: bli |
| 16 |
|
17 |  | verifyText
Checks the received value from password |
| text | myPasswordField: secret |
| 3 |
|
18 |  | verifyText
Checks that value echoed with JS has been received too |
| text | myPasswordFieldEcho: secret |
| 3 |
|
19 |  | verifyText
Checks the received value from textarea |
| text | myTextArea: Really interesting, isn't it? |
| 3 |
|
20 |  | verifyText
Checks that value echoed with JS has been received too |
| text | myTextAreaEcho: Really interesting, isn't it? |
| 23 |
|
21 |  | verifyText
Checks the received value from checkbox |
| text | myCheckbox: yes, please |
| 3 |
|
22 |  | verifyText
Checks the received value from the valued checkbox |
| 2 |
|
23 |  | setInputField
|
| htmlId | textfieldId |
| value | blabla2 |
| 22 |
|
24 |  | setCheckbox
|
| checked | false |
| htmlId | checkboxId |
| 8 |
|
25 |  | clickButton
Resulting page |
| 120 |
|
26 |  | verifyInputField
|
| name | myTextField |
| value | blabla2 |
| 12 |
|
27 |  | verifyText
Checks the received value from text |
| 3 |
28
 |  | not
expect not to match as field has no value |
| # | Result | Name | Parameter | Duration |
|
1 |  | verifyInputField
|
| name | fieldWithNoValue |
| value | dummy |
| 4 |
| 7 |
29
 |  | not
should not be found as checkbox has been unset |
| # | Result | Name | Parameter | Duration |
|
1 |  | verifyText
Checks the received value from checkbox |
| text | myCheckbox: yes, please |
| 2 |
| 6 |