Posted By:
udhayakumar
Posted On:
Wednesday, January 30, 2013 10:39 PM
Hi:
I am working working on a Struts based web-app that
uses DispatchAction to club the methods belonging to
each entity in one Action class. I would like to know
how to test such an action class using struts test
case.
I have tried the following also,
addRequestParameter("operation", "addTitle");
But its not working...
please help me in this..
Thanks in Advance,
Udhay
udhay