2

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!

Alex McManns
  • 257
  • 1
  • 4
  • 13

1 Answers1

1

Found something: enter link description here

  1. Download a file called: gremlins.min.js
  2. In you page, on script part:
$(document).ready(function () {
  gremlins.createHorde().unleash(); 
});

DONE!

Angelo
  • 533
  • 5
  • 18
Alex McManns
  • 257
  • 1
  • 4
  • 13