730 projects tagged "Testing"
The VSW test suites are tests for the X Window System. There are two available releases. VSW release 4.1.1 is an unsupported general release of the X/Open Window Management Verification Suite. As such, it is a superset of the MIT X test suite version 1.2. VSW5 is a later version of VSW, including increased coverage for X11R6.
The JumpBox for Ruby on Rails is a self-contained Ubuntu Linux environment that, upon startup, immediately hosts fully functioning Apache, Ruby, MySQL, and Ruby On Rails environments. With only a minimal amount of preparation, you can use your favorite deployment method to install and host your Rails application on the JumpBox.
PureTest is primarily targeted for function testing in the earlier phases of a development project. Even though it supports testing a variety of applications it is especially useful for debugging and snooping of Web applications. It includes a HTTP Recorder and Web Crawler which makes it useful for generic verification of HTTP requests and Web content checking.
Cool PHPUnit Testcase Runner is a program to help optimize PHP software via unit testing. It recursively finds all unit test files within the PHP include path that use the naming pattern \*Test.php. The selection set is displayed in the form of a drop-down menu to run each of the test files separately. By inserting paths, filenames, and PEAR style classnames into a textarea field, you can fine tune the selection of the drop-down menu. The test results are displayed both as a progress bar and as a result list with additional information. Both formats use colors to differ successful results from the other result types.
RCUNIT is a robust C unit testing framework. It provides uniform interfaces for managing tests, setup and tear down functions both for tests and test suites, multiple test registries and test suites, test run and assertion failure callbacks, and an output redirection mechanism for log and test run reports. RCUNIT also provides a runtime memory leak check facility and an extensible exception handling mechanism. Requiring only an ANSI compliant C compiler, it is a highly portable unit testing tool.