1 Apr 2007 14:35
Re: Repeated Concurrent script execution from a particular http request
dhinakar k wrote: > Hi Grinder Users, > > I am sure the subject that I have put is a little bit confusing. > Actually the requirement is like this, > > Scenario :- Login -> Click on a tab -> Search for an item > > 1. At first, say 10 concurrent users will login and do 'Click on a > tab' & 'Search for an item' > 2. After the end of first iteration the same 10 concurrent users will > start 2nd iteration and but 'Click on a tab' and do the 'Search for an > item' without logging in again and so on for say 10 iterations. > > The catch point is the login should be only once (by 10 concurrent > users). > > Is that possible through jython scripting? > > If any of you have any idea about this please send me your suggestions. This is similar to the question asked a few days ago - I attach the reply I sent then. In short, I'd recommend you record a typical scenario, and then add a loop to the __call__ method so that the searches are repeated appropriately. - Phil Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc.,(Continue reading)
RSS Feed