Projects tagged ‘testing’


[241 total ]
534

Apache Ant

   
Primary Language: Java Licensed as: Apache License 2.0

Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.

Metrics updated about 9 hours ago

501

JUnit

   
Primary Language: Java Licensed as: Common Public License 1.0

JUnit is a Java testing framework. Since testing is not closely integrated with development, it prevents you from measuring the progress of development. You can't tell when something starts working or when something stops working. Using JUnit you can ... [More] cheaply and incrementally build a test suite that will help you measure your progress, spot unintended side effects, and focus your development efforts. [Less]

Metrics updated 07 Oct 08

360

GNU Autoconf

   
Primary Language: shell script Licensed as: GNU General Public License 3.0 or later

GNU Autoconf is part of the GNU Build System. GNU Autoconf is a heavily used portability-enabling tool for UNIX-like systems, especially in free software projects. It is a compiler for a domain-specific-language for describing library, header ... [More] , and function dependencies of a project. It generates a shell script that can be run before building a package to customize the build to the system. [Less]

Metrics updated 28 Aug 08

146

memtest86+

   
Licensed as: GNU General Public License 2.0

Memtest86+ is an advanced memory diagnostic tool. Based on the well-known original memtest86 written by Chris Brady, memtest86+ is a port by some members of the x86-secret team.

142

Checkstyle

   
Primary Language: Java Licensed as: GNU Lesser General Public License 2.1

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. Its purpose is to automate the process of checking Java code, and to spare humans of this task.

Metrics updated 20 Sep 08

139

FindBugs

   
Primary Language: Java Licensed as: GNU Lesser General Public License 2.1

FindBugs looks for bugs in Java programs. It can detect a variety of common coding mistakes, including thread synchronization problems, misuse of API methods, etc. It is written in the GJ dialect of Java, and will run on any Java VM compatible with Sun's JDK 1.4.0 or later. It includes both GUI (Swing) and commandline frontends.

Metrics updated 06 Oct 08

118

PHPUnit

   
Primary Language: PHP Licensed as: BSD-ish License

In the last decade, PHP has developed from a niche language for adding dynamic functionality to small websites to a powerful tool making strong inroads into large-scale Web systems. Critical business logic like this needs to work correctly. But how ... [More] do you ensure that it does? You test it, of course. To make code testing viable, good tool support is needed. This is where PHPUnit comes into play. [Less]

Metrics updated 07 Oct 08

96

PMD

   
Primary Language: Java Licensed as: BSD-ish License

PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and more. It includes CPD, a tool to detect chunks of identical code.

Metrics updated 07 Oct 08

92

RSpec

   
Primary Language: Ruby Licensed as: BSD-ish License

RSpec is a BDD tool and a framework which provides programmers with a Domain Specific Language to describe the behaviour of Ruby code with readable, executable examples that guide you in the design process and serve well as both documentation and tests.

Metrics updated 15 Apr 08

85

Hudson

   
Primary Language: Java Licensed as: Creative Commons Attribution-Share Alike 2.0 DE,MIT License

Hudson is an automated build system for a team as well as a system that monitors automated jobs (such as cron jobs)

Metrics updated 07 Oct 08