| script |
mock xml server setup |
| add response |
<html>
<body>
<div>
<span id="lastButton">None</span>
<button onclick='document.getElementById("lastButton").innerHTML = "Normal Button";'>Button</button>
<label for="g2">Hello2</label><input id="g2" value="Hi">
</div>
<label>Hello4<input value="Hallo"></label>
<label for="list1">Lijstje</label><ul id="list1"><li>one</li><li>two</li></ul>
<ol><li>Least favorite</li><li>Favorite Todo </li></ol>
<label for="select1">Cars</label>
<select id="select1">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>
<fieldset aria-label="My fieldset">
<legend>Special</legend>
<button onclick='document.getElementById("lastButton").innerHTML = "Special Button";'>Button</button>
<div>
<label for="g6">Hello2</label><input id="g6" value="Hi2">
</div>
<label>Hello4<input value="Hallo2"></label>
<label>Hello hidden<input value="I should NOT be hidden"></label>
<label for="list2">Lijstje</label><ul id="list2"><li>three</li><li>4</li></ul>
<ol><li>NOOOO</li><li>Least favorite</li><li>Favorite Todo </li></ol>
<label for="select2">Cars</label>
<select id="select2">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>
</fieldset>
<div id="extraOptions" aria-labelledby="extraOptionsLabel">
<h2 id="extraOptionsLabel">Extras</h2>
<button onclick='document.getElementById("lastButton").innerHTML = "Extra Special Button";'>Button</button>
<div>
<label for="g10">Hello2</label><input id="g10" value="Hi4">
</div>
<label>Hello4<input value="Hallo4"></label>
<label for="list5">Lijstje</label><ul id="list5"><li>5</li><li>6</li></ul>
<ol><li>Favorite Todo </li></ol>
</div>
</body>
</html> |
| add response |
<html>
<body>
<div>
<span id="lastButton">None</span>
<button onclick='document.getElementById("lastButton").innerHTML = "Normal Button";'>Button</button>
<label for="g2">Hello2</label><input id="g2" value="Hi">
</div>
<label>Hello4<input value="Hallo"></label>
<label for="list1">Lijstje</label><ul id="list1"><li>one</li><li>two</li></ul>
<ol><li>Least favorite</li><li>Favorite Todo </li></ol>
<label for="select1">Cars</label>
<select id="select1">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>
<fieldset aria-label="My fieldset">
<legend>Special</legend>
<button onclick='document.getElementById("lastButton").innerHTML = "Special Button";'>Button</button>
<div>
<label for="g6">Hello2</label><input id="g6" value="Hi2">
</div>
<label>Hello4<input value="Hallo2"></label>
<label>Hello hidden<input value="I should NOT be hidden"></label>
<label for="list2">Lijstje</label><ul id="list2"><li>three</li><li>4</li></ul>
<ol><li>NOOOO</li><li>Least favorite</li><li>Favorite Todo </li></ol>
<label for="select2">Cars</label>
<select id="select2">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>
</fieldset>
<div id="extraOptions" aria-labelledby="extraOptionsLabel">
<h2 id="extraOptionsLabel">Extras</h2>
<button onclick='document.getElementById("lastButton").innerHTML = "Extra Special Button";'>Button</button>
<div>
<label for="g10">Hello2</label><input id="g10" value="Hi4">
</div>
<label>Hello4<input value="Hallo4"></label>
<label for="list5">Lijstje</label><ul id="list5"><li>5</li><li>6</li></ul>
<ol><li>Favorite Todo </li></ol>
</div>
</body>
</html> |
| add response |
<html>
<body>
<div>
<span id="lastButton">None</span>
<button onclick='document.getElementById("lastButton").innerHTML = "Normal Button";'>Button</button>
<label for="g2">Hello2</label><input id="g2" value="Hi">
</div>
<label>Hello4<input value="Hallo"></label>
<label for="list1">Lijstje</label><ul id="list1"><li>one</li><li>two</li></ul>
<ol><li>Least favorite</li><li>Favorite Todo </li></ol>
<label for="select1">Cars</label>
<select id="select1">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>
<fieldset aria-label="My fieldset">
<legend>Special</legend>
<button onclick='document.getElementById("lastButton").innerHTML = "Special Button";'>Button</button>
<div>
<label for="g6">Hello2</label><input id="g6" value="Hi2">
</div>
<label>Hello4<input value="Hallo2"></label>
<label>Hello hidden<input value="I should NOT be hidden"></label>
<label for="list2">Lijstje</label><ul id="list2"><li>three</li><li>4</li></ul>
<ol><li>NOOOO</li><li>Least favorite</li><li>Favorite Todo </li></ol>
<label for="select2">Cars</label>
<select id="select2">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>
</fieldset>
<div id="extraOptions" aria-labelledby="extraOptionsLabel">
<h2 id="extraOptionsLabel">Extras</h2>
<button onclick='document.getElementById("lastButton").innerHTML = "Extra Special Button";'>Button</button>
<div>
<label for="g10">Hello2</label><input id="g10" value="Hi4">
</div>
<label>Hello4<input value="Hallo4"></label>
<label for="list5">Lijstje</label><ul id="list5"><li>5</li><li>6</li></ul>
<ol><li>Favorite Todo </li></ol>
</div>
</body>
</html> |
| add response |
<html>
<body>
<div>
<span id="lastButton">None</span>
<button onclick='document.getElementById("lastButton").innerHTML = "Normal Button";'>Button</button>
<label for="g2">Hello2</label><input id="g2" value="Hi">
</div>
<label>Hello4<input value="Hallo"></label>
<label for="list1">Lijstje</label><ul id="list1"><li>one</li><li>two</li></ul>
<ol><li>Least favorite</li><li>Favorite Todo </li></ol>
<label for="select1">Cars</label>
<select id="select1">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>
<fieldset aria-label="My fieldset">
<legend>Special</legend>
<button onclick='document.getElementById("lastButton").innerHTML = "Special Button";'>Button</button>
<div>
<label for="g6">Hello2</label><input id="g6" value="Hi2">
</div>
<label>Hello4<input value="Hallo2"></label>
<label>Hello hidden<input value="I should NOT be hidden"></label>
<label for="list2">Lijstje</label><ul id="list2"><li>three</li><li>4</li></ul>
<ol><li>NOOOO</li><li>Least favorite</li><li>Favorite Todo </li></ol>
<label for="select2">Cars</label>
<select id="select2">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>
</fieldset>
<div id="extraOptions" aria-labelledby="extraOptionsLabel">
<h2 id="extraOptionsLabel">Extras</h2>
<button onclick='document.getElementById("lastButton").innerHTML = "Extra Special Button";'>Button</button>
<div>
<label for="g10">Hello2</label><input id="g10" value="Hi4">
</div>
<label>Hello4<input value="Hallo4"></label>
<label for="list5">Lijstje</label><ul id="list5"><li>5</li><li>6</li></ul>
<ol><li>Favorite Todo </li></ol>
</div>
</body>
</html> |
| $url<-[http://127.0.0.1:8000/FitNesseMock] |
get mock server url |