Projects tagged ‘qa’


[46 total ]
497

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 about 2 hours ago

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

138

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 about 21 hours ago

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

54

Perl-Critic

   
Primary Language: Perl Licensed as: Artistic License,GNU Lesser General Public License 2.1

Perl-Critic is a static source analyzer for Perl code. It is an extensible framework for creating and automatically enforcing coding standards across a body of code. Many of the default rules are taken from Damian Conway's book "Perl Best Practices." However, you can enable/disable & customize these rules to your heart's content.

Metrics updated 05 Oct 08

20

Gendarme

   
Primary Language: C# Licensed as: MIT License

Gendarme is a extensible rule-based tool to find problems in .NET applications and libraries. Gendarme inspects programs and libraries that contain code in ECMA CIL format (Mono and .NET) and looks for common problems with the code, problems that ... [More] compiler do not typically check or have not historically checked. Gendarme uses the Cecil library to introspect code. [Less]

Metrics updated about 10 hours ago

10

PHP_CodeSniffer

   
Primary Language: PHP Licensed as: New BSD License

PHP_CodeSniffer is a PHP5 script that tokenises and "sniffs" PHP and JavaScript code to detect violations of a defined coding standard. It is an essential development tool that ensures your code remains clean and consistent. It can also help prevent some common semantic errors made by developers.

Metrics updated 04 Oct 08

9

Roundup Issue Tracker

   
Primary Language: Python Licensed as: Python Software Foundation License

Roundup is a simple-to-use and -install issue- tracking system with command-line, Web, and e- mail interfaces. It manages a number of issues (with flexible properties such as "description", "priority", and so on) and provides the ability to (a) ... [More] submit new issues, (b) find and edit existing issues, and (c) discuss issues with other participants. The system will facilitate communication among the participants by managing discussions, and notifying interested parties when issues are edited. [Less]

Metrics updated about 17 hours ago

9

WebLOAD

 
Primary Language: C++ Licensed as: GNU General Public License 2.0

WebLOAD is an open source tool for load testing, stress testing and performance testing that is sponsored by RadView. It can load-test any Internet application, including applications that use Web 2.0 & AJAX. This project is based on twelve years ... [More] of code development invested in the previously proprietary WebLOAD, the award winning commercial performance testing solution for internet applications from Radview Software . WebLOAD is a great starting point for this project, with a community of more than 1,600 customers and a track record established on the merits of its robust functionality, efficient architecture, extensibility, support, quality and its ease of use. Join the WebLOAD community at webload.org [Less]

Metrics updated about 6 hours ago

8

PHPSpec

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

PHPSpec is a Behaviour-Driven Development (BDD) framework written for PHP5. It's objective is to supply a domain specific language for specifying the behaviour of code in terms of executable examples which although similar to unit tests ... [More] , encourages a mind set better suited to applying BDD or TDD. This involves highly readable examples written using a plain English style DSL. Indeed, these examples can be parsed into plain text specifications which can be gived to anyone outside a developer group. [Less]

Metrics updated 04 Oct 08