Multiple choice technology testing

The script created using the below recording mode will be bulky.

  1. HTML mode

  2. URL mode

  3. GUI mode

  4. Rapid mode

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

URL-based recording mode captures each HTTP request as a separate statement, including all resources (images, CSS, JS, etc.), resulting in much larger scripts. HTML mode groups requests and uses context-sensitive functions, creating more compact scripts that mirror user actions at the browser level.

AI explanation

Correct answer: URL mode. This refers to script recording levels (as in LoadRunner/HP tools): URL-based (URL mode) recording captures every individual browser request — including embedded resources like images, CSS, and scripts — resulting in a large number of low-level steps and a bulky script. HTML-based/GUI (object-based) recording instead captures user actions in terms of page context and business steps, producing a much more compact and readable script. 'Rapid mode' isn't a standard recording level in this context, so it's a distractor.