| script |
mock xml server setup |
| add response |
<!DOCTYPE html>
<frameset cols="50%,*">
<frame name="frame1" src="frame1.html">
<frame name="frame2" src="frame2.html">
</frameset>
</html> |
| add response |
<!DOCTYPE html>
<html>
<frameset cols="50%,*">
<frame name="frame1_1" src="frame3.html">
<frame name="frame1_2" src="frame4.html">
</frameset>
</html> |
for |
GET: /FitNesseMock/frame1.html |
| add response |
<html>
<body>
<input name="remove2" type="button" value="Remove2">
<label>Add button2<input name="add" type="button" value="Add2"></label>
</body>
</html> |
for |
GET: /FitNesseMock/frame2.html |
| add response |
<html>
<body>
<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>
</body>
</html> |
for |
GET: /FitNesseMock/frame3.html |
| add response |
<html>
<body>
<input name="remove4" type="button" value="Remove4">
<label>Add button4<input name="add" type="button" value="Add4"></label>
</body>
</html> |
for |
GET: /FitNesseMock/frame4.html |
| $url<-[http://127.0.0.1:8000/FitNesseMock] |
get mock server url |