- improved test app

- defined new tests
This commit is contained in:
Sefa Ilkimen
2017-10-13 16:30:48 +02:00
parent 6f210a70fb
commit 7037fd2fa7
4 changed files with 85 additions and 22 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
</head>
<body>
<h1 id="descriptionLbl">Advanced HTTP test suite</h1>
<textarea rows="20" cols="50" id="resultTextarea">Click next to run first test.</textarea>
<textarea rows="16" cols="50" id="expectedTextarea">Click next to run first test.</textarea>
<textarea rows="16" cols="50" id="resultTextarea"></textarea>
<button id="nextBtn">Run next test</button>
<script type="text/javascript" src="cordova.js"></script>