Print Page | Close Window

Java unit testing tools.........

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Unit Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Unit Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=79
Printed Date: 17Nov2024 at 7:18am


Topic: Java unit testing tools.........
Posted By: Amrita
Subject: Java unit testing tools.........
Date Posted: 15Feb2007 at 6:56pm
JUnitDoclet

http://www.junitdoclet.org/

Description:

JUnitDoclet lowers the step toward JUnit. It generates skeletons of TestCases based on your application source code. And it supports you to reorganize tests during refactoring.

Requirement:

JDK 1.3 or above, JUnit 3.7, ANT

Download data:

Downloadable files: 39714 total downloads to date

JUnitEE

http://sourceforge.net/projects/junitee/

Description:

JUnitEE is a simple extension to JUnit which allows standard test cases to be run from within a J2EE application server. It is composed primarily of a servlet which outputs the test results as html.

Requirement:

JUnit

Download data:

Downloadable files: 49029 total downloads to date

JUnitPerf

http://www.clarkware.com/software/JUnitPerf.html

Description:

JUnitPerf is a collection of JUnit test decorators used to measure the performance and scalability of functionality contained within existing JUnit tests.

Requirement:

JUnit

Download data:

No data feed available

JXUnit

http://jxunit.sourceforge.net/

Description:

JXUnit is a directory-driven test scripting system which builds on JUnit.

Requirement:

JUnit

Download data:

Downloadable files: 4914 total downloads to date

Macker

http://innig.net/macker/

Description:

Macker is a build-time architectural rule checking utility for Java developers. It's meant to model the architectural ideals programmers always dream up for their projects, and then break -- it helps keep code clean and consistent. You can tailor a rules file to suit a specific project's structure, or write some general "good practice" rules for your code. Macker doesn't try to shove anybody else's rules down your throat; it's flexible, and writing a rules file is part of the development process for each unique project.

Requirement:

JDK 1.3.1 or newer; Ant 1.5 or newer for usage from Ant

Download data:

Downloadable files: 3334 total downloads to date

MockObjects

http://sourceforge.net/projects/mockobjects

Description:

Mock Objects is a test-first development process for building object-oriented software and a generic unit testing framework that supports that process. Our first implementation is in Java, largely because that's what we've been working in, but also because it has a stable set of APIs that are suitable for writing Mock Objects.

Requirement:

OS independent

Download data:

Downloadable files: 53706 total downloads to date

Mockrunner

http://mockrunner.sourceforge.net/

Description:

Mockrunner is a lightweight framework for unit testing applications in the J2EE environment.

Requirement:

OS Independent

Download data:

Downloadable files: 12167 total downloads to date

moreUnit

http://moreunit.sourceforge.net/

Description:

moreUnit is an eclipse plugin that helps you with your JUnit-Tests. Switch via shortcut from the method under cursor and the corresponding testmethod. Create testmethod stubs for method with one shortcut. See which classes/methods are tested at once ...

Requirement:

Linux, OS X, WinXP

Download data:

Downloadable files: 2454 total downloads to date

NoUnit

http://nounit.sourceforge.net/

Description:

NoUnit allows you to see how good your JUnit tests are. It generates a report from your code to graphically show you how many of your project's methods are being tested , and how well.

Requirement:

Java, XML

Download data:

Downloadable files: 23545 total downloads to date

Pisces

https://sourceforge.net/projects/pisces/

Description:

This project aims to provide a distributed testing environment that extends JUnit. Giving the developer/tester an ability to run remote JUnits and create complex test suites that are composed of several remote JUnit tests running in parallel or serially.

Requirement:

OS Independent (Written in an interpreted language)

Download data:

Downloadable files: 1659 total downloads to date




Replies:
Posted By: Riya
Date Posted: 16Feb2007 at 5:16pm
Nice collection......



Print Page | Close Window