What is monkey test and what do I have to do to have my web application (ASP.Net) tested by it. Was looking around, but did not find anything precise I could base on.
Thanks in advance!
Found something: enter link description here
$(document).ready(function () {
gremlins.createHorde().unleash();
});
DONE!