Tags : Browse Projects

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

JUnit

Compare

  Analyzed 2 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

25 days since last commit

1,568 users on Open Hub

Low Activity
4.38487
   
I Use This

GNU Autoconf

Compare

Claimed by GNU Analyzed 3 days ago

GNU Autoconf is part of the GNU Build System. GNU Autoconf is a heavily used portability-enabling tool for UNIX-like systems, especially in free software projects. It is a compiler for a domain-specific-language for describing library, header, and function dependencies of a project. It ... [More] generates a shell script that can be run before building a package to customize the build to the system. [Less]

44.5K lines of code

3 current contributors

about 1 month since last commit

787 users on Open Hub

Moderate Activity
3.35
   
I Use This

FindBugs

Compare

  Analyzed 3 days ago

FindBugs is a defect detection tool for Java that uses static analysis to look for more than 200 bug patterns, such as null pointer dereferences, infinite recursive loops, bad uses of the Java libraries and deadlocks. FindBugs can identify hundreds of serious defects in large applications (typically ... [More] about 1 defect per 1000-2000 lines of non-commenting source statements). FindBugs is open source, and has been downloaded more than 230,000 times, and is used by many major companies and financial institutions. Findbugs can be used from the command line or within ant, eclipse, maven, netbeans and emacs. Findbugs is obsolete project. The README of the github says "FindBugs is now SpotBugs" see https://spotbugs.github.io/ [Less]

285K lines of code

0 current contributors

over 6 years since last commit

375 users on Open Hub

Inactive
4.25
   
I Use This

Hudson

Compare

Claimed by Eclipse Foundation Analyzed 3 months ago

Hudson is a popular Continuous Integration Server developed by Oracle as an Open Source product at the Eclipse Foundation. Hudson monitors the execution of repeated jobs, such as building a software project and makes it easier for users to obtain a fresh build and inspect the build results.

152K lines of code

0 current contributors

almost 8 years since last commit

355 users on Open Hub

Activity Not Available
4.57258
   
I Use This

Checkstyle

Compare

  Analyzed 2 days ago

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. Its purpose is to automate the process of checking Java code, and to spare humans of this task.

480K lines of code

33 current contributors

8 days since last commit

325 users on Open Hub

Very High Activity
3.88889
   
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

PHPUnit

Compare

  No analysis available

In the last decade, PHP has developed from a niche language for adding dynamic functionality to small websites to a powerful tool making strong inroads into large-scale Web systems. Critical business logic like this needs to work correctly. But how do you ensure that it does? You test it, of course. ... [More] To make code testing viable, good tool support is needed. This is where PHPUnit comes into play. [Less]

0 lines of code

57 current contributors

0 since last commit

286 users on Open Hub

Activity Not Available
4.38824
   
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

Cucumber

Compare

  Analyzed about 15 hours ago

Cross platform BDD tool that lets domain experts define software behaviour in plain text. The text can be executed as automated tests.

57.2K lines of code

73 current contributors

3 days since last commit

240 users on Open Hub

Moderate Activity
4.76
   
I Use This

PMD

Compare

  Analyzed 1 day ago

PMD is an extensible cross-language static code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and more. It includes CPD, a tool to detect chunks of identical code.

316K lines of code

77 current contributors

3 days since last commit

223 users on Open Hub

Very High Activity
3.98
   
I Use This

Selenium

Compare

  No analysis available

Selenium is a test tool for web applications. Selenium tests run directly in a browser, just as real users do. And they run in Internet Explorer, Mozilla and Firefox on Windows, Linux, and Macintosh. No other test tool covers such a wide array of platforms. * Browser compatibility testing. ... [More] Test your application to see if it works correctly on different browsers and operating systems. The same script can run on any Selenium platform. * System functional testing. Create regression tests to verify application functionality and user acceptance. [Less]

0 lines of code

82 current contributors

0 since last commit

179 users on Open Hub

Activity Not Available
4.21053
   
I Use This
Mostly written in language not available
Licenses: apache_2