Question: Hi I am new to load testing .Currently i am using Load runner 8.2. i have recorded a script for login screen with some UID/PWD.In load runner Controller i have selected 100 Vusers,and i the run script.
My question is : 1.)Is the same script runs 100 times for same UID/PWD what i have entered during Recording. 2.)If my data base contains only 50 users.Selecting 100 Vusers is a valid case?. 3.)If i have selected 100 Vusers,is it necessary to enter 100 UID/PWD. Regards, vivek
June 06, 2006 03:59:28
#3
Vimalkanth
Member Since: Visitor Total Comments: N/A
RE: Hi I am new to load testing .Currently i am ...
1) it depends on your script settings. As best practice, you may want to have unique type selected for your parameterization.
2) Again, this depends on your requirement. If you have 50 users in DB, you can use the script in cyclic manner.
3) This is related to 1. if you have selected unique, yes.