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?
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.
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.
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]`.