Hi Thinh,

I will suggest use 'once only' controller and have login page as child of this 
controller.
You Test plan should look like follows:

Thread Group
  Once only controller
        Login/Sing in page
  Search page
  .
  .
  remaining pages.

'Once only' controller will ensure that its child elements will execute only 
once for each thread.
Hope this will help you.

Regards,
Vinay Gadekar.
Phone : +91 20 605 4452 Ext 472.
Nihilent Technologies Ltd. Pune, India.



-----Original Message-----
From: Thinh Nguyen [mailto:[EMAIL PROTECTED]
Sent: Sunday, May 08, 2005 7:07 AM
To: [email protected]
Subject: Managing login one time?


Hi all,

Currently, I have 20 threads running 5 times. The ThreadGroup composes of 1 
Login request to initiate the user's profile etc.. this is a POST request. 
Then another request after this Login request called Search Request.

My understanding is that for every thread it'll login each time, and do a 
search request after that for the total of 5 times. Is there anyway to force 
them login only the first time, and then do the search request 5 times?

Thanks a lot for any help.

Regards,
Thinh

_________________________________________________________________
Are you right for each other? Find out with our Love Calculator:   
http://fun.mobiledownloads.com.au/191191/index.wl?page=191191text


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to