Best Test Tools Scripts for Web
Apparatus reads, evaluates and prints the code and its output. Useful in debugging PHP code.Features:Syntax Highlighting
Line Numbering
Error Reporting
Tab Override
Output Modes - Code and HTML
Update Checking
What is new in this release:Added the...
Telescope was developed because of a need to test various aspects of Lua code and applications before launching them, mainly to help detect and avoid basic design flaws and small slip-ups.Telescope is mainly for advanced developers and comes with no GUI...
rpcdb works with both Python branches, 2.x and 3.x.It was designed to work around Python's native pdb debugger, providing a tool specialized for handling RPC server configurations.rpcdb can be used to open an interactive console into the RPC processes and...
jquery.debug.js will collect JS errors and display them in a report overlayed on top of the page.All the plugin's logic and display mechanisms are contained in one file, making it easy to use on any Web page via a simple script inclusion.Usage...
JS_CodeSniffer helps developers detect coding standard violations.Under the hood, it works by tokenising JavaScript source code and checking it against a defined set of coding standards.JS_CodeSniffer currently supports jQuery and Idiomatic standards.What...
Developed for Yahoo, Yeti starts unit tests via the Node.js console, opening browser mocking toolkits like Selenium, running the tests, and then reporting on the results back in the console.Yeti can work with tests written in various testing frameworks...
gremlins.js is an advanced monkey (fuzz) testing framework for both the browser and Node.js, allowing developers to gather quick feedback on their app by releasing a number of bots that randomly use the application.He can then log in their actions and see...
useful.log.js allows developers to send debug messages to a console-like tool.The console appears in the bottom right corner of the page and floats above the rest of the content.useful.log.js can be used for older browsers that don't provide access to a...
Karma was developed to help programmers test JavaScript code before shipping out to production environments.
It not only tests the code locally, but simulates its behavior in a multitude of browsers and environments.
Karma is the continuation of a similar...
ruby-debug is a faster implementation of the standard debug.rb, included with native Ruby, using a native extension with a new hook Ruby C API .This works only for Ruby 1.8, but versions for Ruby 1.9 and Rubinius also exist by other...