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??
...
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?
...
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
...
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...
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
...
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?
...
Is there a way to speed-up the cactifywar Ant task? It takes several minutes to run this task.
...