Hi I am working with automated testing using CactusTestcase from sourceforge.net. I am having a problem I want to set the request method to POST from my testcase.Since there is no setMethod() is in the HttpServletRequest I ahve to use HttpServletRequestSimulator class, but on runtime it throwing classcast exception from the strutsRequestWrapper class. Anybody got any idea , please help.
Johnson
Johnson