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


Jump to tag:

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

Filtered by Project Tags junit tdd test unit

Refine results Project Tags testing (2) java (2) unit_testing (2) functional_testing (2) tools (2) unit-testing (2) gui_testing (1) desktop (1) mock (1) library (1) mockobjects (1) swing (1)

[2 total ]

17USERS
 

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]

9USERS
   

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]