Filtered by
testing
Refine results
development (70)
tools (62)
java (59)
unit-testing (57)
test (53)
programming (49)
tdd (34)
automation (33)
qa (33)
quality (29)
ruby (28)
web (27)
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
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
Metrics updated 07 Oct 08
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
Metrics updated 28 Aug 08
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.
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
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
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
Metrics updated 07 Oct 08
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
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
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