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 is |
0 response |
check |
response |
0 response |
check |
response status |
200 |
check |
repeat count |
0 |
post |
1 request |
to |
$url->[http://127.0.0.1:8000/FitNesseMock] |
repeat until response is |
2 response |
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 is |
5 response |
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 is |
8 response |
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 is |
bla bla |
check |
response status |
300 |
check |
response |
10 response |
check |
repeat count |
1 |
check |
time spent repeating |
51>= 50 |
get from |
$url->[http://127.0.0.1:8000/FitNesseMock] |
repeat until response is not |
11 response |
check |
repeat count |
1 |