| # | Result | Name | Parameter | Duration |
|
1 |  | invoke
visit page expecting new session
Resulting page |
| -> complete url | http://localhost:19090/selftest/visitCount.jsp |
| url | visitCount.jsp |
| 198 |
|
2 |  | verifyTitle
|
| regex | true |
| text | Visit Counter.* |
| 2 |
|
3 |  | storeCookie
|
| -> cookie value | 1ccg7fqjh7bd4 |
| name | JSESSIONID |
| property | newSid |
| 2 |
4
 |  | not
new session id should be different to previous one |
| # | Result | Name | Parameter | Duration |
|
1 |  | verifyProperty
|
| name | antSid |
| propertyType | ant |
| text | 1ccg7fqjh7bd4 |
| 3 |
| 5 |
|
5 |  | verifyCookie
cookies were cleared so cookie-based counter should restart |
| 2 |
|
6 |  | verifyXPath
confirm server-based counter still working |
| text | This page has been accessed a total of 4 time(s). |
| xpath | //p[@id='totalinfo'] |
| 5 |