Gremlins.js Simulates Random User Actions
Posted · Category: MIT License, Tools
Gremlins.js is a monkey testing library written in JavaScript, for Node.js and the browser. Use it to check the robustness of web applications by unleashing a horde of undisciplined gremlins.
Gremlins.js simulates random user actions: gremlins click anywhere in the window, enter random data in forms, or move the mouse over elements that don’t expect it. Their goal: triggering JavaScript errors, or making the application fail. If gremlins can’t break an application, congrats! The application is robust enough to be released to real users.
Requirements: Javascript framework
Demo: https://github.com/marmelab/gremlins.js
License: MIT License
0 Comments