GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  QTP

 Print  |  
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




October 10, 2007 02:03:37 #7
 Anshoo_Arora   Member Since: October 2007    Total Comments: 101 

RE: Hi I am new to load testing .Currently i am ...
 
There are different ways to look at this, but I will try my best to narrow it down.

Answer 1. If your script is running for 100 iterations with the same Username and Password, that means there is either no Parameterization or you have parameterized the script with the same Username/Password 100 times (but here, I will ask Why??) and set the script to run 100 times (100 iterations). I cannot go into depth as your question isn't particularly clear.

Answer 2. Yes, but again, it depends on what you are trying to achieve. You can use those 50 users can have the script run sequentially for 2 iterations. You can also create 50 different Vusers which will be production-like.

Answer 3. No, it is not necessary. Set your script to run 100 iterations.
     

 

Back To Question