if (ctx.getRequestCount() == 0)
{
reset();
}
PortletTestCase portletTestCase = getSequence(ctx.getTestName());
if (portletTestCase != null)
{
TestAction action = portletTestCase.getAction(ctx.getRequestCount(), NodeId.locate(), getServiceJointpoint());
if (action != null && action instanceof ServletServiceTestAction)
{
log.info("Found Action for this jointpoint");
DriverResponse dr = ((ServletServiceTestAction)action).execute(this, request, response, ctx);
if (dr != null)