Multiple choice technology testing

A script was recorded with an average think time for an advanced user. An advanced user pauses 5 seconds between clicks. A first-time user pauses an average of 10 seconds between clicks. How can you modify the think time run-time settings to emulate a first-time user?

  1. Set the think time to s recorded

  2. Set the think time to multiply the recorded think time by 2

  3. Set the think time to a random percentage between 100% - 200%

  4. Set the think time to replay as recorded, but limit the think time to 10 seconds

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Multiplying the recorded 5-second think time by 2 gives 10 seconds, matching the first-time user's behavior. Option A uses recorded time as-is (5 seconds), Option C creates random variations between 5-10 seconds (not consistent 10), and Option D caps at 10 but doesn't ensure average is 10. The 'multiply recorded think time by' setting provides precise scaling.

AI explanation

To emulate a first-time user, who pauses for an average of 10 seconds between clicks, you can modify the think time run-time settings as follows:

B. Set the think time to multiply the recorded think time by 2.

This option is correct because multiplying the recorded think time by 2 will effectively double the think time, resulting in an average pause of 10 seconds between clicks. By doing so, the script execution will mimic the behavior of a first-time user.