On 22/02/2008, Rajvinder Pal <[EMAIL PROTECTED]> wrote: > Hi friends > > I have created one test plan which test web application. In that I have > created one sampler (Http request) to test a servlet . JMeter is showing > report properly, but the problem is that servlet spawns a new thread which > keeps on running , even servlet finish it's processing and returns the > response. I want to capture that thread processing also in the > test.Whatshould I do? Is it possible?
How does a browser know when the servlet has finished? You'll need to emulate that with a suitable sampler, possibly in a While loop. > Thanks to read this > > > > Regards > > > Rajvinder > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

