RSS 531 projects tagged "Testing"

Download Website Updated 24 May 2013 Cobra Programming Language

Screenshot
Pop 119.50
Vit 110.41

Cobra is a general purpose programming language with a clean, high-level syntax. It provides language level features for quality, including first class unit tests and Eiffel-style contracts. It supports both static and dynamic binding. Cobra is a compiled language with good run-time performance, but also provides some scripting conveniences such as a pound-bang line (#!) and one step compile-and-run. Cobra runs on Linux, Mac, Windows, and anywhere else that Novell Mono or MS .NET exist, including handhelds.

Download Website Updated 22 May 2013 gjrand

Screenshot
Pop 230.09
Vit 142.03

gjrand is a programmer's library for pseudo-random numbers. It includes random number generator testing code and is intended for simulation, games, and "Monte-Carlo" algorithms. It produces pseudo-random numbers of the types: uniform integers, uniform reals, normally distributed reals, binomial, Poisson, integer permutation, chi-squared distribution, "Student" T distribution, and spherical distribution.

Download Website Updated 18 May 2013 Jailer

Screenshot
Pop 447.88
Vit 148.76

Jailer is a database subsetting and browsing tool. It is a tool for data exporting, schema browsing, and rendering. It exports consistent, referentially intact row-sets from relational databases. It removes obsolete data without violating integrity. It is DBMS agnostic (by using JDBC), platform independent, and generates DbUnit datasets, hierarchically structured XML, and topologically sorted SQL-DML.

Download Website Updated 29 Apr 2013 cipra Unit Testing Framework

Screenshot
Pop 108.65
Vit 1.77

cipra is a simple, TAP-compatible Unit Testing Framework for C++. It's written in 100% standard C++11 and is only a couple of header files, making it easy to include in your C++11 project. TAP, the Test Anything Protocol, is a standard output format for software unit test frameworks which was originally designed for Perl, but can serve other languages. It has a rich number of tools ("harnesses") which parse TAP-formatted output and do useful things with it. TAP, however, is equally human-readable. The name cipra (pronounced /ˈʃi.pɾaː/ "SHEE-prah") comes from the lojban phrase "lo cipra", which means "the test". It is properly written with an initial minuscule "c", even when at the start of a sentence.

Download No website Updated 18 Apr 2013 OWASP Zed Attack Proxy

Screenshot
Pop 344.25
Vit 17.70

OWASP Zed Attack Proxy (ZAP) is an easy-to-use integrated penetration testing tool for finding vulnerabilities in Web applications. It is designed to be used by people with a wide range of security experience and as such is ideal for developers and functional testers who are new to penetration testing as well as being a useful addition to an experienced pen tester's toolbox. ZAP provides automated scanners as well as a set of tools that allow you to find security vulnerabilities manually.

Download Website Updated 17 Apr 2013 DOMjudge

Screenshot
Pop 94.10
Vit 48.03

DOMjudge is an automated judgement system to run programming contests. It provides a mechanism to submit problem solutions and interfaces for teams, the jury, and the general public. It is lightweight, and depends on standard software to do its task. It has a Web interface for portability and simplicity. It is scalable, so distributed judging is easy. There is a modular system for plugging in languages and compilers. It features rejudging, clarifications, and detailed submission/judging info.

Download Website Updated 15 Apr 2013 TCExam

Screenshot
Pop 1,063.95
Vit 152.94

TCExam is Web-based assessment software for generating and managing online tests and exams. It simplifies the exam cycle, including generation, execution, evaluation, presentation, and archiving.

Download Website Updated 08 Apr 2013 crpcut

Screenshot
Pop 319.43
Vit 37.09

crpcut is the Compartmented Robust Posix C++ Unit Test system. crpcut (pronounced "Crap Cut") runs all test cases in their own process and their own working directory, which makes it perfectly normal to test that asserts do trap, and the test suite continues even in the event of an unexpected SIGSEGV. By using the C++11 features long available in GCC, the tests are extremely easy to write.

Download Website Updated 02 Apr 2013 Citrus Testframework

Screenshot
Pop 121.24
Vit 10.61

Citrus is a test framework written in Java that enables automated integration testing of message-based enterprise SOA applications. The tool can easily simulate surrounding systems across various transports and protocols (e.g. JMS, SOAP WebServices, HTTP, TCP/IP, etc.) in order to perform end-to-end use case testing. Citrus provides strong validation mechanisms for XML message contents and allows you to build complex testing logic such as sending and receiving messages, database validation, automatic retries, variable definitions, dynamic message contents, error simulation, and many more.

Download Website Updated 12 Mar 2013 databene benerator

Screenshot
Pop 325.99
Vit 29.04

Benerator is a performance test data generation tool. It can be used to completely synthesize test data or import and anonymize production data. Its emphasis is on generating valid data even for complex constraints and on being platform-independent. You can define generators for your business domain, exchange them freely (under GPL) with colleagues, and reuse them for creating data for different target platforms. It is highly extendable, supporting a wide range of service provider interfaces, and can execute scripts in JavaScript, Ruby, Python, Groovy, and other script languages.

Screenshot

Project Spotlight

ZShaolin

A shell environment for Android.

Screenshot

Project Spotlight

Siege

An HTTP regression testing/benchmarking utility.