Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.47 KB

60-ThinkTime.md

File metadata and controls

58 lines (41 loc) · 1.47 KB

Think Time

I have a joke about LoadRunner, but my think time is too high :)

Think Time enables you to configure the think time settings, controlling the time that a Vuser waits between actions. This helps emulate a real user.

00. Where to configure Think Time setting?

Click here to view the hint/answer

Go to Replay > Runtime Settings > General > Think Time.

Think Time


10. How to limit think time?

Click here to view the hint/answer

Go to Replay > Runtime Settings > General > Think Time, select any radio button option except Ignore think time and then check `Limit think time to` checkbox.

Limit Think Time


20. How to apply think time programmatically for 10 seconds?

Click here to view the hint/answer
	lr_think_time(10);


30. How to apply random think time?

Click here to view the hint/answer

Go to Replay > Runtime Settings > General > Think Time, select `Use random percentage of recorded think time` option.

Pacing


40. How to configure think time in config file?

Click here to view the hint/answer

Go to the desired script folder, open `default.cfg` file and edit the settings under `[ThinkTime]`.