Projects tagged ‘junit’, ‘library’, ‘tdd’, and ‘unit-testing’


Jump to tag:

Projects tagged ‘junit’, ‘library’, ‘tdd’, and ‘unit-testing’

Filtered by Project Tags junit library tdd unit-testing

Refine results Project Tags tools (2) testing (2) java (2) programming (1) test (1) development (1) htmlunit (1) code (1) www (1) html (1) testng (1) gui (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]

6USERS
   

HttpUnit emulates the relevant portions of browser behavior, including form submission, Javascript, basic HTTP authentication, cookies, and automatic page redirection, and allows Java test code to examine returned pages either as text, an XML DOM, or ... [More] containers of forms, tables, and links. When combined with a framework such as JUnit, it is fairly easy to write tests that very quickly verify the functioning of a Web site. [Less]