Home Enterprise Open Source Testing Tools in Java



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

  1. 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.
  2. Cactus
      
  3. 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:


More Tutorials from this section

Ask Questions?    Discuss: Open Source Testing Tools in Java  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.