Hello,
I am new the Cactus Testing framework. I will appreciate any help in
this.
Here is what I am doing.
1. I am testing the Struts Framework of the applications and using
CactusStrutsTestCase of StrutsTestCase.
Which basically extends the ServletTestCase.
2. The return attribute of my Request is of Type "ArrayList" . ..
For Example : request.setAttribute("list", list); where list is of type
ArrayList.
So how can I verify the return value of my request using my test case.
3. Also in my application the response to the request is an XML
document.
Is there a way that I can retrieve and save the complete document using
my UnitTestCases.
As I am new to this complete TestingFramework any help will be
appreciated.
Thanks,
Preeti
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]