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


Jump to tag:

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

Filtered by Project Tags junit tdd test testng

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

[2 total ]

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]

1USERS
 

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]