Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 19

Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. Apache JMeter may be used to test performance both on static and dynamic resources (files, Servlets, Perl scripts, Java Objects, Data Bases and Queries, FTP Servers and more). It ... [More] can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. You can use it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent load. [Less]

4.03846
   
  2 reviews  |  150 users  |  190,847 lines of code  |  3 current contributors  |  Analyzed 7 days ago
 
 

TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use, such as: * JDK 5 Annotations (JDK 1.4 is also supported with JavaDoc annotations). * Flexible test configuration. * Support for data-driven testing * ... [More] Support for parameters. * distribution of tests on slave machines. * Powerful execution model * Supported by a variety of tools and plug-ins (Eclipse, IDEA, Maven, etc...). * Embeds BeanShell for further flexibility. * no dependencies * Dependent methods for application server testing. TestNG is designed to cover all categories of tests: unit, functional, end-to-end, integration, etc... [Less]

4.30769
   
  1 review  |  108 users  |  116,350 lines of code  |  23 current contributors  |  Analyzed 8 days ago
 
 

Java mocking is dominated by expect-run-verify libraries like EasyMock or jMock. Mockito offers simpler and more intuitive approach: you ask questions about interactions after execution. Using mockito, you can verify what you want. Using expect-run-verify libraries you are often forced to look after irrelevant interactions.

4.72222
   
  0 reviews  |  85 users  |  57,214 lines of code  |  7 current contributors  |  Analyzed 1 day ago
 
 

DbUnit is a JUnit extension (also usable with Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes ... [More] subsequent tests to fail or exacerbate the damage. DbUnit has the ability to export and import your database data to and from XML datasets. Since version 2.0, DbUnit can works with very large dataset when use in streaming mode. DbUnit can also helps you to verify that your database data match expected set of values. [Less]

3.88889
   
  0 reviews  |  53 users  |  50,335 lines of code  |  1 current contributor  |  Analyzed 7 days ago
 
 

HtmlUnit is a "browser for Java programs". It models HTML documents and provides an API that allows you to invoke pages, fill out forms, click links, etc... just like you do in your "normal" browser. It has fairly good JavaScript support (which is constantly improving) and is ... [More] able to work even with quite complex AJAX libraries, simulating either Firefox or Internet Explorer depending on the configuration you want to use. It is typically used for testing purposes or to retrieve information from web sites. [Less]

4.71429
   
  1 review  |  47 users  |  625,030 lines of code  |  3 current contributors  |  Analyzed 1 day ago
 
 

The Grinder is a load testing framework that makes it easy to run a distributed test using many load injector machines. Test scripts are written in Jython, and can call out to arbitrary Java code, providing support for testing a large range of network protocols. The Grinder comes with a mature ... [More] plug-in for testing HTTP services, HTTP scripts can be recorded easily from a browser session. [Less]

4.0
   
  0 reviews  |  45 users  |  96,806 lines of code  |  3 current contributors  |  Analyzed 2 days ago
 
 
Compare

FEST is a collection of compact and fluent APIs, which mission is to simplify software testing. The project provides libraries for: * Functional testing of Swing-based UIs * Functional testing of JavaFX-based UIs * Fluent interface for assertions * Easy-to-use fluent interface ... [More] for Java Reflection * Template for simplifying usage of mock objects [Less]

4.58333
   
  1 review  |  22 users  |  260,715 lines of code  |  14 current contributors  |  Analyzed 4 days ago
 
 

The Eclipse Test and Performance Tools Platform (TPTP) provides a set of building blocks for creating tools to test and monitor a distributed application. This include Java profiling and automated and managed test suites. For example you can do JVM profiling of a local or remote Java application. ... [More] You can also record and drive HTTP load test or JUnit tests. In addition there is tooling to monitor system resources as well as collect and analyze log files. [Less]

4.0
   
  2 reviews  |  19 users  |  8,971,591 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

XMLUnit provides classes to validate or compare XML files or to assert the value of XPath expressions applied to them. XMLUnit for Java provides integration with JUnit while XMLUNit for .NET integrates with NUnit to simplify unit testing code that generates XML.

4.0
   
  0 reviews  |  17 users  |  44,534 lines of code  |  1 current contributor  |  Analyzed about 21 hours ago
 
 

jMock is a library that supports test-driven development of Java code with mock objects. Mock objects help you design and test the interactions between the objects in your programs. The jMock library: * makes it quick and easy to define mock objects, so you don't break the rhythm of ... [More] programming. * lets you precisely specify the interactions between your objects, reducing the brittleness of your tests. * is easy to extend. [Less]

4.66667
   
  0 reviews  |  13 users  |  9,979 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.