Tags : Browse Projects

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

JUnit

Compare

  Analyzed 3 days ago

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 cheaply and incrementally build a test suite that ... [More] will help you measure your progress, spot unintended side effects, and focus your development efforts. [Less]

70.4K lines of code

9 current contributors

26 days since last commit

1,568 users on Open Hub

Low Activity
4.38487
   
I Use This

RSpec

Compare

  Analyzed 24 days ago

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.

81.2K lines of code

47 current contributors

over 3 years since last commit

322 users on Open Hub

Inactive
4.47945
   
I Use This

Apache JMeter

Compare

Claimed by Apache Software Foundation Analyzed 1 day ago

Apache JMeter may be used to test performance both on static and dynamic resources, Web dynamic applications. It simulates a heavy load on server. Its features include: - Ability to load/performance test many different applications/server/protocol type, Web - HTTP, HTTPS (Java, NodeJS, PHP ... [More] , ASP.NET, …), Database, FTP, JMS, Mail, TCP, Java -Full featured Test IDE that allows fast Test Plan recording (from Browsers or native applications), building and debugging. -CLI mode to load test from any Java compatible OS -A complete and ready to present dynamic HTML report -Easy correlation and ability to extract data from most popular response formats -Complete portability - Full multi-threading framework - Highly Extensible core - Easy Continuous Integration (Maven, Graddle and Jenkins) [Less]

303K lines of code

8 current contributors

2 months since last commit

159 users on Open Hub

Moderate Activity
4.08333
   
I Use This

Mockito

Compare

  Analyzed 3 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.

117K lines of code

0 current contributors

almost 3 years since last commit

122 users on Open Hub

Inactive
4.75
   
I Use This

Buildbot

Compare

  Analyzed 4 days ago

The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. ... [More] The guilty developer can be identified and harassed without human intervention. By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve. [Less]

184K lines of code

74 current contributors

15 days since last commit

93 users on Open Hub

Very High Activity
4.37931
   
I Use This

Travis CI

Compare

  Analyzed 2 months ago

Travis CI is an open-source hosted, distributed, continuous integration service

242K lines of code

115 current contributors

4 months since last commit

59 users on Open Hub

Activity Not Available
5.0
 
I Use This

DbUnit

Compare

  Analyzed 3 days 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]

108K lines of code

7 current contributors

5 months since last commit

54 users on Open Hub

Very Low Activity
4.0
   
I Use This

xUnit.net

Compare

Claimed by Outercurve Foundation Analyzed 2 days ago

Unit testing framework for .NET 2.0, built on the lessons learned from NUnit 2.x and other test frameworks. Written by Jim Newkirk and Brad Wilson.

86.5K lines of code

9 current contributors

4 days since last commit

52 users on Open Hub

Moderate Activity
4.68421
   
I Use This

The Grinder

Compare

  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]

99.2K lines of code

0 current contributors

almost 9 years since last commit

50 users on Open Hub

Inactive
4.0
   
I Use This

Selenium-ide

Compare

  Analyzed 4 days ago

Selenium IDE as a WebExtension for Chrome & Firefox. Getting started with Selenium IDE requires no additional setup other than installing the extension on your browser. One of our driving philosophies is to provide an easy to use tool that will give instant feedback. We believe that the easier ... [More] we can make it, the more likely people are to author tests, which in turn results in better tested apps. Selenium IDE: https://www.seleniumhq.org/selenium-ide/ [Less]

46.8K lines of code

0 current contributors

9 days since last commit

47 users on Open Hub

Moderate Activity
4.2
   
I Use This