This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Testing and the fly likes Best In-Container Testing framework Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "Best In-Container Testing framework" Watch "Best In-Container Testing framework" New topic
Author

Best In-Container Testing framework

Vikram Gosain
Greenhorn

Joined: Jun 02, 2009
Posts: 25
Hi

Considering the fact that Jakarta Cactus is retired, are there any other good open source easy to use J2EE in-container testing frameworks available?

Thanks


-Vikz
Tomek Kaczanowski
author
Ranch Hand

Joined: Oct 26, 2005
Posts: 39

Arquillian (http://www.jboss.org/arquillian.html) is gaining a lot of attention in the last months. This is a relatively new project, but already stable (version 1.0.0 released two weeks ago). Please have a look at its documentation to see if it meets your requirements.


Tomek Kaczanowski
Book author: Practical Unit Testing with TestNG and Mockito
http://practicalunittesting.com
Vikram Gosain
Greenhorn

Joined: Jun 02, 2009
Posts: 25
Thanks for the reply Tomek. I am using Websphere Application Server and not JBOSS. Will this framework work in WAS?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Best In-Container Testing framework
 
Similar Threads
few basic Q ( in & out container )
Need a link to Junit testing servlets and EJBs
INside container vs Outside container
Unit Testing in EJB3
Testing Java Servlets