Forum Discussion
nmrao
8 years agoChampion Level 3
Groovy is good pair to SoapUI. Of course, javascript is supported.
I believe, you should be able to use for loop in javascript too, have you check in the internet for the same?
Something like below:
https://www.w3schools.com/js/js_loop_for.asp
for (i = 0; i < cars.length; i++) {
text += cars[i] + "<br>";
}
Similarly wait function
http://stackoverflow.com/questions/15694470/javascript-wait-function
I believe, you should be able to use for loop in javascript too, have you check in the internet for the same?
Something like below:
https://www.w3schools.com/js/js_loop_for.asp
for (i = 0; i < cars.length; i++) {
text += cars[i] + "<br>";
}
Similarly wait function
http://stackoverflow.com/questions/15694470/javascript-wait-function
Related Content
- 10 months ago
- 8 years ago
- 6 years ago
Recent Discussions
- 6 days ago
- 11 days ago