RSS 8 projects tagged "Unit test"

Download Website Updated 18 Jul 2011 HyperSQL

Screenshot
Pop 129.13
Vit 14.88

HyperSQL is like the doxygen program with Javadoc added, but for SQL. It hypermaps SQL views, packages, procedures, and functions to HTML source code listings, and it shows all the code locations where these are used. You can use JavaDoc-style comments for documentation and even embed UnitTests with them.

Download Website Updated 08 Apr 2013 crpcut

Screenshot
Pop 327.62
Vit 40.05

crpcut is the Compartmented Robust Posix C++ Unit Test system. crpcut (pronounced "Crap Cut") runs all test cases in their own process and their own working directory, which makes it perfectly normal to test that asserts do trap, and the test suite continues even in the event of an unexpected SIGSEGV. By using the C++11 features long available in GCC, the tests are extremely easy to write.

Download Website Updated 11 May 2010 Ra Testing Manager

Screenshot
Pop 83.97
Vit 5.89

Ra is a testing utility that provides numerous abilities for testers such as report generation (in different formats), statistics gathering, flexible running of test scripts, and others.

No download Website Updated 31 Oct 2011 coco

Screenshot
Pop 22.85
Vit 2.07

Coco is another code coverage utility for Ruby 1.9. One uses it from rspec or unit/test with a simple "require 'coco'". It displays the names of files that are covered less than 90% on the console. It builds a simple HTML report only for files covered less than 90%. It reports sources that have no tests. It is UTF-8 compliant. It is configurable via a simple YAML file. It has colorized console output.

No download No website Updated 12 Feb 2012 ytest

Screenshot
Pop 21.77
Vit 21.51

ytest is a PHPUnit extension, based on the PHP extension "runkit", that allows you to replace static, private, and global functions with fakes, stubs, or mocks. This eases the automated testing of PHP applications that weren't written in a TDD fashion (i.e. test-first). It can also be helpful on projects where many methods are kept private, or projects that don't use OOP so much. ytest has already been used to "test after" (as opposed to "test first") some real-life commercial projects, and has proven useful. It needs PHP >= 5.2.

Download Website Updated 23 Aug 2012 RegressionSuite

Screenshot
Pop 35.50
Vit 1.00

RegressionSuite is a software test suite that incorporates measurements of startup lag and accurate execution times, generating execution statistics, customized input distributions, and processable regression specific details as part of the regular unit tests. It provides a framework around which the individual unit regressors are invoked (and details and statistics collected). Unit regressors are grouped into named regressor sets (or modules), and regressors are created by implementing specific regressor interfaces. These two features make regressors particularly amenable to testing analytics (and other similarly state-light) modules.

No download Website Updated 04 Sep 2012 JSONassert

Screenshot
Pop 20.66
Vit 16.04

JSONassert is a JSON unit testing tool. It makes it possible to create JSON data JUnit tests as easily as you would for simple data types, but with sophisticated structure matching under the covers.

Download Website Updated 02 May 2013 STK/Unit

Screenshot
Pop 136.29
Vit 3.04

STK/Unit is a pure SQL testing framework for MariaDB and MySQL. Users can create Base Tests (Stored Procedures) which are part of Test Cases (databases) and, optionally, Test Suites (other Stored Procedures). Output is stored in internal tables. You can convert it to a human-readable string, valid HTML, or query some convenient views which group results. It can be used to test any SQL structure (tables, views, triggers, stored routines), as well as server upgrades or configuration changes.

Screenshot

Project Spotlight

Disk Drill

Data recovery software.

Screenshot

Project Spotlight

libsodium

An easy-to-use crypto library based on NaCl.