Projects tagged ‘junit’, ‘tdd’, and ‘test’


Jump to tag:

Projects tagged ‘junit’, ‘tdd’, and ‘test’

Filtered by Project Tags junit tdd test

Refine results Project Tags testing (5) java (5) unit-testing (5) tools (4) unit_testing (4) functional_testing (3) swing (2) gui_testing (2) mock (2) testng (2) unit (2) gui (2)

[5 total ]
15

DbUnit

 
Primary Language: Java Licensed as: GNU Lesser General Public License 2.1

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 ... [More] one test case corrupts the database and causes 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]

Metrics updated 11 Oct 08

9

FEST

   
Primary Language: Java Licensed as: Apache License 2.0

FEST is a collection of libraries that aims at simplifying creation and maintenance of automated tests. Its main module, the Swing module, provides the following benefits: * Simulation of user-generated events and reliable GUI component ... [More] lookup * Easy-to-use and powerful API that simplifies creation and maintenance of Swing GUI functional tests * Supports both JUnit and TestNG * Ability to take screenshots of failed GUI tests and embed them in a HTML report (JUnit and TestNG) * Experimental Groovy Builder support for creating GUI tests [Less]

Metrics updated 11 Oct 08

1

JsTester

 
Primary Language: Java Licensed as: Apache License 2.0

JsTester allows validation of javaScript code inside java. It provides a group of assert methods like JUnit's Assert, it also supports the validations described in http://javascript.crockford.com/remedial.html, and the ability to use your own ... [More] validations (unary & binary predicates). The project provides two ways of creating your tests: by inheritance (JsTestCase), and by composition (JsTester). Use JsTestCase as you would normally use any extension of TestCase. Use JsTester with TestNG or JUnit4 and annotations, or inside another TestCase hierarchy. Includes Groovy support. [Less]

Metrics updated 11 Oct 08

1

Mockrunner

   
Licensed as: Apache-ish License

Mockrunner is a lightweight framework for unit testing applications in the J2EE environment. It supports servlets, filters, tag classes and Struts actions and forms. Furthermore it includes a JDBC, a JMS and a JCA test framework and can be used in ... [More] conjunction with MockEJB to test EJB based applications. Mockrunner extends JUnit and simulates the necessary behaviour without calling the real infrastructure. It does not need a running application server or a database. Furthermore it does not call the webcontainer or the Struts ActionServlet. It is very fast and enables the user to manipulate all involved classes and mock objects in all steps of the test. It can be used to write very sophisticated unit-tests for J2EE based applications without any overhead. Mockrunner does not support any [Less]

0

Abbot Java GUI Test Framework

 
Primary Language: Java Licensed as: Common Public License 1.0,GNU Lesser General Public License 2.1

Abbot is a simple framework for unit and functional testing of Java GUIs. Facilitates generating user actions and examining component state. Supports recording and playback on any Java application.

Metrics updated 07 Oct 08