Best Test Tools Scripts for Web
Can be used for unit test, preliminary acceptance tests, component integration tests, regression tests and non functional requirement test phases. This is a powerful testing tool which also provides a mocking facility.In a test environment, mocked...
debug.js is more of a compliance checker to JavaScript standards than an actual debugging toolkit.The library works by checking the desired code snippets against the browser's built-in JavaScript runtime, and optionally against JSLint.It collects the...
CSS Colorguard is both a Node.js command-line utility and a classic JavaScript programmatic library that can be used with your code.
This tool works by parsing a block of CSS code found inside a local or remote CSS file and outputting a series of problems...
FuncUnit combines the principles behind unit and functional testings, using a jQuery-like syntax and Jasmine/QUnit-like assertions.The library was created to provide better functional testing to already existing testing frameworks, allowing then to detect...
Regression testing is a software testing technique that can be used to discover new bugs whenever a change has been made to the document.
CSS Critic tests how changes made to CSS files affect the rendering of a page.
A small demo test is included with the...
jQuery Stage sniffs out viewport details for debug purposes.
A demo is included with the download package.
jQuery Stage collects:
Viewport width
Viewport height
DP
DPPX
PPI
DI
Viewport type (desktop, tablet, phone)
Viewport orientationWhat is new in this...
JS Error Logs provides a work-around for the problem of client-side JavaScript errors.The library records all these errors via the browser's built-in console and then sends them to a desired server location.JS Error Logs can work with:- server flat-files-...
Zombie.js allows developers to test client-side JavaScript code in a simulated environment.
Client-side code can be tested in Node.js, just like they will be ran inside a browser.What is new in this release:ADDED:
Preliminary support for the Fetch API...
Ladybug can be used to replace var_dump or print_r calls in PHP, providing a cleaner and better organized way of viewing PHP debug data.
The library is Composer-friendly, meaning it can easily be added to any project with one line of code and then removed...
Benchtable takes the results of a Benchmark.js test suite and prints them inside the Node.js console as a colored ASCII table.It increases readability by organizing scores and results so the developer will take the right decision when debugging his...