Cactus 1.4 (part of the Apache Jakarta project) is now available for download. Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters) that uses and extends the jUnit framework. V1.4 includes many new improvements, including the ability to assert for specific HTTP response codes.
Check out Jakarta Cactus.
-
Apache Cactus 1.4 J2EE Unit Testing Framework Released (21 messages)
- Posted by: Floyd Marinescu
- Posted on: August 27 2002 16:28 EDT
Threaded Messages (21)
- Apache Cactus 1.4 J2EE Unit Testing Framework Released by Sean Sullivan on August 27 2002 16:34 EDT
- Apache Cactus 1.4 J2EE Unit Testing Framework Released by Floyd Marinescu on August 27 2002 16:35 EDT
- more testing tools by Sean Sullivan on August 27 2002 16:36 EDT
-
Re: more testing tools by Corby Page on August 27 2002 05:12 EDT
- Re: more testing tools by Web Master on August 27 2002 05:43 EDT
-
more testing tools by Yata Honga on August 28 2002 05:56 EDT
- Solex's problems by gilles Vandaele on December 20 2004 09:25 EST
-
more testing tools by Sanjeevakumar Hiremath on August 28 2002 06:18 EDT
-
front end testing tools by Lion King on August 28 2002 12:45 EDT
- front end testing tools by Rong Ou on August 28 2002 02:47 EDT
-
front end testing tools by Russell Gold on August 28 2002 03:02 EDT
- Bean-test for EJB testing by Jason Brown on August 28 2002 03:23 EDT
- Automated testing tools by qa bloguser on June 12 2007 02:21 EDT
-
grinder by Ken Warkentyne on August 29 2002 02:04 EDT
- grinder by Fabio Restrepo on November 26 2003 08:35 EST
-
front end testing tools by Lion King on August 28 2002 12:45 EDT
-
Re: more testing tools by Corby Page on August 27 2002 05:12 EDT
- Apache Cactus 1.4 J2EE Unit Testing Framework Released by Benjamin Fayle on August 27 2002 19:49 EDT
- Apache Cactus 1.4 J2EE Unit Testing Framework Released by nathan on August 27 2002 08:35 EDT
- Complete testing solution for Java/J2EE applications by qa bloguser on June 12 2007 14:22 EDT
- One more - Bugkilla - Functional Tests for J2EE Web Applications by Dirk Sohn on August 28 2002 21:22 EDT
- Apache Cactus 1.4 J2EE Unit Testing Framework Released by Dietmar Schinnerl on August 29 2002 02:32 EDT
- Apache Cactus 1.4 J2EE Unit Testing Framework Released by Alex V on August 29 2002 15:58 EDT
-
Apache Cactus 1.4 J2EE Unit Testing Framework Released[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: August 27 2002 16:34 EDT
- in response to Floyd Marinescu
Java-based testing tools
These tools are open source:
http://www.bitmechanic.com/projects/maxq/
http://www.httpunit.org/
http://www.tagunit.org/
http://www.junit.org/
http://jakarta.apache.org/jmeter/
http://jakarta.apache.org/cactus/
-
Apache Cactus 1.4 J2EE Unit Testing Framework Released[ Go to top ]
- Posted by: Floyd Marinescu
- Posted on: August 27 2002 16:35 EDT
- in response to Sean Sullivan
Thanks Sean. :) -
more testing tools[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: August 27 2002 16:36 EDT
- in response to Sean Sullivan
-
Re: more testing tools[ Go to top ]
- Posted by: Corby Page
- Posted on: August 27 2002 17:12 EDT
- in response to Sean Sullivan
-
Re: more testing tools[ Go to top ]
- Posted by: Web Master
- Posted on: August 27 2002 17:43 EDT
- in response to Corby Page
Why is it the best one? -
more testing tools[ Go to top ]
- Posted by: Yata Honga
- Posted on: August 28 2002 05:56 EDT
- in response to Sean Sullivan
For those who are using Eclipse/WSAD, there is also an open source plug-in available, fully integrated with the IDE:
http://solex.sourceforge.net
Based on a built-in Web proxy and a concept of extraction, replacement, and assertion rules (which can all be driven by regular expressions), Solex provides functions to record a client session, adjust it according to various parameters and replay it. This is typically aimed at ensuring the non-regression of a Web application's behavior.
-
Solex's problems[ Go to top ]
- Posted by: gilles Vandaele
- Posted on: December 20 2004 09:25 EST
- in response to Yata Honga
Did someone allready use Solex in a real world environment.
I experienced some problems and would like to talk about, as I don't find much info about it.
Gilles -
more testing tools[ Go to top ]
- Posted by: Sanjeevakumar Hiremath
- Posted on: August 28 2002 06:18 EDT
- in response to Sean Sullivan
http://sourceforge.net/projects/grinder/ also good one for Weblogic -
front end testing tools[ Go to top ]
- Posted by: Lion King
- Posted on: August 28 2002 12:45 EDT
- in response to Sanjeevakumar Hiremath
Are there any open source testing tools for front end ie. jsp pages instead of having people manually clicking on the pages to test them? -
front end testing tools[ Go to top ]
- Posted by: Rong Ou
- Posted on: August 28 2002 14:47 EDT
- in response to Lion King
-
front end testing tools[ Go to top ]
- Posted by: Russell Gold
- Posted on: August 28 2002 15:02 EDT
- in response to Lion King
Thats what <http://www.httpunit.org> is for. -
Bean-test for EJB testing[ Go to top ]
- Posted by: Jason Brown
- Posted on: August 28 2002 15:23 EDT
- in response to Russell Gold
Though not open source, don't forget about Beantest from Empirix for EJB performance testing:
http://www.empirix.com/Bean-test
I found a review of it by the Apex Consulting Group.
http://www.apexcgi.com/download.html
-jason
-
Automated testing tools[ Go to top ]
- Posted by: qa bloguser
- Posted on: June 12 2007 14:21 EDT
- in response to Lion King
Checkout the automated testing suite from AppPerfect which includes Functional Tester, Load Tester, Profiler, Unit Tester and Code Analyser. Functional Tester can test the front end for Web, Windows, .NET, applets, Java applications. -
grinder[ Go to top ]
- Posted by: Ken Warkentyne
- Posted on: August 29 2002 02:04 EDT
- in response to Sanjeevakumar Hiremath
Grinder is not just for weblogic. We use it a lot for load and (simple) functional testing. We also tried jmeter but the version at the time had a memory leak and died after an hour's worth of load testing. -
grinder[ Go to top ]
- Posted by: Fabio Restrepo
- Posted on: November 26 2003 08:35 EST
- in response to Ken Warkentyne
Hi Ken,
Could you please take contact with me. I would like ask you somme think about your post.
fabio dot restrepo at a3 dot epfl dot ch
Regards. -
Apache Cactus 1.4 J2EE Unit Testing Framework Released[ Go to top ]
- Posted by: Benjamin Fayle
- Posted on: August 27 2002 19:49 EDT
- in response to Sean Sullivan
I heard there was a Struts test suite. Anyone know of it? -
Apache Cactus 1.4 J2EE Unit Testing Framework Released[ Go to top ]
- Posted by: nathan
- Posted on: August 27 2002 20:35 EDT
- in response to Benjamin Fayle
-
Complete testing solution for Java/J2EE applications[ Go to top ]
- Posted by: qa bloguser
- Posted on: June 12 2007 14:22 EDT
- in response to Sean Sullivan
Checkout the complete testing suite from AppPerfect which includes Functional Tester, Load Tester, Profiler, Unit Tester and Code Analyser. Its standard version if free to use. -
One more - Bugkilla - Functional Tests for J2EE Web Applications[ Go to top ]
- Posted by: Dirk Sohn
- Posted on: August 28 2002 21:22 EDT
- in response to Floyd Marinescu
First alpha release of Bugkilla today one sourceforge
http://sourceforge.net/projects/bugkilla/
Record and play back SUNs petstore -
Apache Cactus 1.4 J2EE Unit Testing Framework Released[ Go to top ]
- Posted by: Dietmar Schinnerl
- Posted on: August 29 2002 02:32 EDT
- in response to Floyd Marinescu
Just another one http://logitest.sourceforge.net/. -
Apache Cactus 1.4 J2EE Unit Testing Framework Released[ Go to top ]
- Posted by: Alex V
- Posted on: August 29 2002 15:58 EDT
- in response to Dietmar Schinnerl