Hi there,
 
I'm calling onto cactus using JMeter. 
 
Basically calling "ServletTestRunner" servlet while passing 
1) suite="Fully_Qualified_TestSuiteName"
2) myArg=myValue
 
 
I see that the test gets called but I need to access my passed argument
(myArg) in my test class that I passed from JMeter. Unfortunately that
parameter is not available.I guess the "request" parameter that we have
using "getRequest()" method of "CactusStrutsTestCase" or "public request
variable" of ServletTestCase is actually provided by Cactus itself.
 
Does anyone know a way of retrieving the passed request parameter to
cactus in the test class?
 
I really apreciate any help / pointers in this scenario.
 
Thanking you in advance.
 
Regards,
 
Sanket Desai
 

Reply via email to