RSS 730 projects tagged "Testing"

Download Website Updated 01 Oct 2009 Stressful Application Test

Screenshot
Pop 12.49
Vit 36.49

Stressful Application Test (stressapptest) tries to maximize randomized traffic to memory from the processor and I/O with the intent of creating a realistic high-load situation in order to test the hardware devices in a computer. It has been used at Google for some time.

Download Website Updated 16 Oct 2009 Mistletoe

Screenshot
Pop 21.66
Vit 36.27

Mistletoe is a JUnit extension intended for integration testing. In technical terms, it is a JUnit test suite runner presenting the test results via HTTP as a Web page. Mistletoe, when incorporated within an application, will help diagnose integration issues. For example, an application that runs perfectly in the developer's environment may not run properly in the production environment due to configuration errors and connectivity issues. Instead of perusing log files, or looking at stack traces, mistletoe will run a user-specified series of tests and present the results in the form of a Web page served by the application itself. Since the tests are run within the context of the deployed application, given an appropriate test suite, you can home in on integration problems quickly and conveniently.

Download Website Updated 05 Mar 2010 Enforcer fault injection tool

Screenshot
Pop 16.64
Vit 34.31

Enforcer is an exception simulation and fault injection tool for Java. In a typical test suite, many possible exceptions (such as for input/output) are not covered. Each method call that may throw exceptions may have an effect on the program, but systematic testing of this is hard. Enforcer will run all JUnit-based unit tests, analyze exception coverage, and re-run an instrumented version of your program which automatically tests all exceptions. Step by step, Enforcer generates exceptions at different code locations. This forces execution to go through previously uncovered exceptions. By analyzing the unit test structure first, Enforcer is much more efficient than other fault injection tools.

No download No website Updated 27 Mar 2010 Dummy Data Generator

Screenshot
Pop 36.14
Vit 33.97

Dummy Data Generator is a tool that generates dummy data for populating systems for testing. The data includes names, addresses, email addresses, phone numbers, and social "connections". Names are generated by using US Census data on the most common names. Email addresses are just a random string for the user portion and always use "example.com" for the domain. Currently the only output format is CSV.

No download Website Updated 29 Jul 2010 Java Engine for Testing

Screenshot
Pop 21.28
Vit 32.09

The Java Engine for Testing (JET) is a system for running distributed automated tests. It has been used by Sun for testing the High Availability DataBase (HADB), JavaDB, PostgreSQL, Memcached, and the MySQL Cluster Manager. JET should be a good way to write your tests if the product you want to test is distributed or has a client/server architecture, if it is natural for you to write the tests in Java, and if you want to invest time in developing tests and abstractions for later reuse.

No download No website Updated 27 Aug 2010 tadedon

Screenshot
Pop 27.82
Vit 31.64

tadedon is a set of utilities that form a foundation for applications written with one of the many Java frameworks, such as GWT, GIN, Guice, Google App Engine, commons-configuration, and many others. It lets you specify the default configuration of your application and upgrade it automatically on each new release. It can redirect all java.util.logging to slf4j and easily configure logback. It can bind application configuration in a Guice module. It supports @PostConstruct and @PreDestroy annotations (JSR 250) in Guice applications. It lets you annotate your methods with @Transactional annotation. It supports Guice injector stage in your Web application. It lets you test your Guice managed servlets and filters without needing a real servlet container. It lets you use Guice Matchers for matching super class, interface, and type literal annotations. It can inject event bus to your GWT applications with the help of GIN.

No download Website Updated 04 Nov 2010 BidiChecker

Screenshot
Pop 19.75
Vit 30.52

BidiChecker is a tool for the automated testing of Web pages for errors in support of right-to-left (RTL) languages (also known as bidirectional/BiDi). It provides a JavaScript API to be called from automated test suites that regression-test live Web pages in a browser, usually using an automated testing framework such as JSUnit.

Download Website Updated 13 Dec 2010 Pickaxe

Screenshot
Pop 26.76
Vit 29.90

Pickaxe provides a simple way to load, solve, and rate tests (bundles of questions) written in a simple text format. It is useful for learning test answers by heart in an accelerated way.

No download Website Updated 28 Jun 2012 pulse

Screenshot
Pop 150.87
Vit 29.54

Pulse is a continuous integration server (or build server) designed to be easy to use while offering powerful features. It regularly checks your source code out from your SCM, builds your projects, and notifies you of the results. Key features include simple setup and administration using an AJAX-powered Web UI, adaptability to existing environments, distributed building, personal builds (test using Pulse before committing), and individual developer dashboards and notification preferences.

Download Website Updated 12 Mar 2013 databene benerator

Screenshot
Pop 325.99
Vit 29.42

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

termcam

Recording of videos from console applications.

Screenshot

Project Spotlight

Fotoxx

A photo editing and collection management application.