Browsing: open source testing

JWTGen is a web application functional test generator. It uses real navigation to produce JUnit-based test code, reducing time and…

TestNG is a testing framework using annotations to provide a more powerful options to test code in various ways: unit,…

Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, …). The intent…

JUnit is an open source Java testing framework used to write and run repeatable tests. It is an instance of…