| script |
mock xml server setup |
| add response |
<html>
<title>Start Page Title</title>
<body>
<div id="container_top">
<input name="remove" type="button" value="Remove">
<iframe id="iframe1" src="frame1.html"></iframe>
<iframe id="iframe2" src="frame2.html"></iframe>
<label>Add button<input name="add" type="button" value="Add"></label>
<label>Upload 1 button<input name="fileChooser1" type="file"></label>
</div>
</body>
</html> |
| add response |
<html>
<body>
<div id="container1">
<input name="remove1" type="button" value="Remove1">
<iframe id="iframe1_1" src="frame3.html"></iframe>
<iframe id="iframe1_2" src="frame4.html"></iframe>
<label>Add button1<input name="add" type="button" value="Add1"></label>
</div>
</body>
</html> |
for |
GET: /FitNesseMock/frame1.html |
| add response |
<html>
<body>
<div id="container2">
<input name="remove2" type="button" value="Remove2">
<label>Add button2<input name="add" type="button" value="Add2"></label>
</div>
</body>
</html> |
for |
GET: /FitNesseMock/frame2.html |
| add response |
<html>
<body>
<div id="container3">
<input name="remove3" type="button" value="Remove3">
<label>Add button3<input name="add" type="button" value="Add3"></label>
<label>Upload button<input name="fileChooser" type="file"></label>
</div>
</body>
</html> |
for |
GET: /FitNesseMock/frame3.html |
| add response |
<html>
<body>
<div id="container4">
<input name="remove4" type="button" value="Remove4">
<label>Add button4<input name="add" type="button" value="Add4"></label>
</div>
</body>
</html> |
for |
GET: /FitNesseMock/frame4.html |
| $url<-[http://127.0.0.1:8001/FitNesseMock] |
get mock server url |