Projects tagged ‘quality_assurance’ and ‘testing’


[39 total ]

34 Users
   

CppUnit is the C++ port of the famous JUnit framework for unit testing. Test output is in XML for automatic testing and GUI-based for supervised tests.
Created over 3 years ago.

11 Users

QCad is an application for computer aided drafting in two dimensions (2d). With QCad you can create technical drawings such as plans for buildings, interiors, mechanical parts or schemas and diagrams. ... [More] QCad works on Windows, Mac OS X and many Linux and Unix Systems. [Less]
Created over 3 years ago.

4 Users
 

zzuf is a transparent application input fuzzer. Its purpose is to find bugs in applications by corrupting their user-contributed data (which more than often comes from untrusted sources on the ... [More] Internet). It works by intercepting file and network operations and changing random bits in the program’s input. zzuf’s behaviour is deterministic, making it easier to reproduce bugs. [Less]
Created over 2 years ago.

3 Users

SWTBot is an automation and testing tool for SWT/RCP applications, with the facility to record and playback scripts. Features will include, text based scripts, ant support for playback of test suites, reporting, and multi threaded playback.
Created about 1 year ago.

3 Users
 

The comprehensive test of modern communication systems leads to large and complex test suites which have to be maintained throughout the system life-cycle. Experience with those written in the ... [More] standardised Testing and Test Control Notation (TTCN-3) has shown that the maintenance of test suites is a non-trivial task and its burden can be reduced with appropriate tool support. To this aim, we have developed the TRex tool, published as open-source Eclipse plugins under the Eclipse Public License, which provides IDE functionality for the TTCN-3 core notation and supports the assessment and automatic restructuring of TTCN-3 test suites by providing suitable metrics and refactorings. [Less]
Created over 2 years ago.

2 Users
 

The Panopticode project provides a standardized format for describing the structure of software projects and integrates metrics from several tools into that format. Reporting options provide correlation, historic analysis, and visualization.
Created over 3 years ago.

2 Users
   

TestLink enables easily to create and manage Test cases as well as organize them into Test plans. These Test plans allow team members to execute Test cases and track test results dynamically, generate ... [More] reports, trace software requirements, prioritize and assign tasks. The tool has web based interface with PHP and background database MySQL, Postgres or MS-SQL. It cooperates with known Bug tracking systems as is Bugzilla, Mantis, etc. [Less]
Created about 1 year ago.

1 Users
 

A simple code checker for looking if your code is becoming brittle, hard to extend or to mantain. It is not a substitution for PMD, it is rather a "first line" immediate checker for violations. It ... [More] is based on the 700by128 manifesto, which is an attempt to write down a small set of understandable, compact, sharable coding rules in order to empower a first line cleanup of the code, that can be done even by unexperienced programmers. [Less]
Created about 1 year ago.

1 Users

Dart is an open-source, distributed, software quality system. Dart allows software projects to be tested at multiple sites in multiple configurations (hardware, operating systems, compilers, etc.). ... [More] Results from a build/test sequence are transmitted to a central server using standard internet protocols. The server produces concise dashboards, summarizing the current state of a software system. The dashboards link to detailed reports on inter- and intra- configuration results. Testing results are tracked over time, allowing developers to trace the history of development. There have been two major rewrites of Dart. The first, "Dart Classic", used TCL, XSLT, and cgi-bin and is available via CVS. The second, Dart2, used Java and is available via Subversion. [Less]
Created about 1 year ago.

1 Users

Unity is a unit test framework written entirely in the C language. It has special features for embedded systems. It has scaled well from small to large embedded projects, but can be used for any C project.
Created about 1 year ago.