script |
mock xml server setup |
add response |
<html>
<body>
<a href="FitNesseMock/2.html">link</a>
<label for="field">Counter</label>
<input id="field" value="1">
</body>
</html> |
add response |
<html>
<body>
<a href="FitNesseMock/3.html">link</a>
<label for="field">Counter</label>
<input id="field" value="2">
</body>
</html> |
add response |
<html>
<body>
<a href="FitNesseMock/4.html">link</a>
<label for="field">Counter</label>
<input id="field" value="a3@example.com">
</body>
</html> |
add response |
<html>
<body>
<a href="FitNesseMock/5.html">link</a>
<label for="field">Counter</label>
<input id="field" value="4">
</body>
</html> |
add response |
<html>
<body>
<a href="FitNesseMock/6.html">link</a>
<label for="field">Counter</label>
<input id="field" value="5">
</body>
</html> |
$url<-[http://127.0.0.1:8000/FitNesseMock] |
get mock server url |