| script |
http test |
| set repeat interval to |
50 |
milliseconds |
| repeat at most |
2 |
times |
| post |
0 request |
to |
$url->[http://127.0.0.1:8000/FitNesseMock] |
| repeat until response status is |
200 |
| check |
response status |
200 |
| check |
response |
0 response |
| check |
repeat count |
0 |
| post |
1 request |
to |
$url->[http://127.0.0.1:8000/FitNesseMock] |
| repeat until response status is |
200 |
| check |
response status |
200 |
| check |
response |
2 response |
| check |
repeat count |
1 |
| get from |
$url->[http://127.0.0.1:8000/FitNesseMock] |
| repeat until response status is |
201 |
| check |
response status |
201 |
| check |
response |
5 response |
| check |
repeat count |
2 |
| put |
6 request |
to |
$url->[http://127.0.0.1:8000/FitNesseMock] |
| check |
response status |
299 |
| repeat until response status is |
200 |
| check |
response status |
200 |
| check |
response |
8 response |
| check |
repeat count |
2 |
| repeat at most |
1 |
times |
| delete |
$url->[http://127.0.0.1:8000/FitNesseMock] |
| reject |
repeat until response status is |
200 |
| check |
response status |
300 |
| check |
response |
10 response |
| check |
repeat count |
1 |
| check |
time spent repeating |
51>= 50 |