cactus

Error : "javax.servlet.ServletException: Failed to load test suite [SampleTest], Reason is [Class not found "SampleTest"] "

Hi i am new to cactus and when i am using tomcat5.1 and have included all the necessary jars. But when i am trying to execute it, it is showing the error, Error : "javax.servlet.ServletException: Failed to load test suite [SampleTest], Reason is [Class not found "SampleTest"] " Please let me know what the problem is?? ...

Cactus versus mock objects (jMock, Easy mock)

I'm little confused with Cactus and mock objects (jMock, Easy mock). Could anyone please answer the following questions? When to use Cactus for testing? When not to use Cactus for testing? When to use mock objects for testing? When not to use mock objects for testing? ...

Can I use Cactus and JMockIT together and JMockIT error

I have integrated JMockIT and Cactus in my application and when I am testing my application I am mocking my method behaviour in cactus test classes. But It is giving me following error when I try to execute my test case java.lang.RuntimeException: Failed to read class file for com.test.app.int.allite.action.junit.MockedClass ...

Failed to get the test results for JSFUnit

I am trying to configure JSFUnit to run in my application. We are an ICEFaces app deployed on WAS 6.1. When I create my TestCase and access it from the following URL: localhost:9085/smagui/ServletTestRunner?suite=com.sma.gui.product.JSFUnitTest&xsl=cactus-report.xsl I get a report that says: testInitialPage Error Failed to get the...

cactus unit testing extremely slow

In our application, we are using Cactus Unit testing for Servlets and It is painfully slow. It takes hours to complete. I'm wondering is there a way to optimize it? appreciate your response ...

cactus test : how to cactify exploded web application

I would need to run cactus test on exploded web application. Basically need to cactify exploded war file.How can i use "cactus" and "cactifywar" or "cactifyear" tasks on exploded web application? ...

How to Speed up cactifywar ant task

Is there a way to speed-up the cactifywar Ant task? It takes several minutes to run this task. ...