Get Knowledge from Video instead of Content:

Tuesday 11 July 2017

LoadRunner - Interview Question #10

Q. 45 What is Pacing?
Ans: Pacing is the wait time between two iterations.

Q. 46 What is Think time?
Ans: Think time is a wait time between two transactions.

Q. 47 Why Pacing and Think time are two different things?
Ans: Pacing is used to control the load on the server whereas think time is used to achieve the concurrency of the users on the server. To get a detailed information about the think time and pacing, click here.

Q. 48 Which function is used to defined think time?
Ans: lr_think_time(n) where n is an integer value which represents the delay in seconds.

Q.49 Which function is used for Pacing?
Ans: There is no function for Pacing. Instead of that pacing is defined in the Runtime setting.

Q. 50 Can Pacing and Think time be random?
Ans: Yes, with the help of runtime setting we can defined random pacing and think time. 

Next: LoadRunner Interview Question #11

Previous: LoadRunner Interview Question #9

No comments :

Post a Comment