Sixpack

Sixpack 2.2.0 updated

A/B testing in Web development is a method for presenting two different solutions to two different groups, gathering results and taking the appropriate decision, choosing between implementing solution A or solution B.Sixpack is a framework that allows...

PMD Code Analyzer

PMD Code Analyzer 5.5.0 updated

PMD can be utilized in finding possible bugs,  duplicate code, unused variables and methods. It can also identify badly performing code blocks, unnecessary "if" statements, wrongfully expressed "for" loops (that could be rewritten as "while" loops),...

Istanbul

Istanbul 0.4.3 updated

Code Coverage is a metric used in software development describing the amount of code that has been tested. The higher it is the better it is. Istanbul is a toolkit from Yahoo's engineers,created to help developers in testing their code. Istanbul can be...

ESLint

ESLint 2.10.1 updated

ESLint is a must-have tool for every JavaScript developer, especially code testers. This utility lets them analyze a JavaScript file for common syntax-related problems, getting a simple report at the end about encountered problems. ESLint checks...

Sismo

Sismo 1.0.3 updated

Sismo is contained in one single file which developers can easily install in their applications' root folder. They can then access either the CLI or the Web-based interface and point the application to the tests it needs to run. Once it runs the tests, it...

Moock

Moock 1.0.3 updated

Moock supports stubbing, mocking and external text library integration.It lets developers create tests for continuously testing their code as they write it.This way bugs are solved as soon as they arrive without complicating and reverberating through the...

PHPUnit

PHPUnit 5.3.2 updated

PHPUnit is considered a de-facto standard for unit testing PHP code. The framework returns results in an easy readable format. They (the results) are properly formatted for quick analysis and easy navigation.What is new in this release:New PHAR release...

CSS Colorguard

CSS Colorguard 1.1.0 updated

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...

DbUnit

DbUnit 2.0.2 updated

DbUnit is a JUnit extension  targeted for database-driven projects that, among other things, puts a database into a known state between test runs. DbUnit is also usable with Apache Ant.What is new in this release:CompositeDataSet now behaves in a way...

JSCheck

JSCheck 2016-02-07 updated

JSCheck is centered around the specification and checking of claims.The library takes into account the description of a set of properties for a system, function, or object.From that data JSCheck then generates random test cases for assessing those...