Open Source Testing Tools in Java Posted on: May 4, 2011 at 12:00 AM
Open Source Testing Tools in Java
Open Source Testing Tools in Java
JUnit
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. JUnit is Open Source Software, released under the Common Public License Version 1.0 and hosted on SourceForge.
Cactus
Abbot Abbot provides a framework for testing your GUI regardless of the current
state of your code. If you are doing test-first development with lots of unit
testing, then Abbot can provide the developer the tools needed to write
individual unit tests. If you have an existing code base without existing unit
tests, you can use the scripting level of Abbot to start building functional
test scaffolding around your application until it is sufficiently stable to
support refactoring and addition of unit tests.
Related Tags for Open Source Testing Tools in Java:
Ask Questions? Discuss: Open Source Testing Tools in Java
Post your Comment