Multiple choice technology testing

Loadtest process follows the sequence

  1. Plan > Create script >Define Scenario > Run Scenario >Analyse Result

  2. Plan > Run Scenario>Create script >Define Scenario >Analyse Result

  3. Analyse Result > Create script >Run Scenario>Define Scenario >Plan

  4. Plan > Create script >Run Scenario >Define Scenario > Analyse Result

  5. None of the options

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

The load testing process follows a logical sequence: Plan the test, Create scripts using VuGen, Define the scenario (load patterns, Vusers), Run the scenario using Controller, and Analyze results using Analyzer. Option A presents this correct sequence. Options B and D disrupt the logical flow by running scenarios before script creation or scenario definition, and Option C reverses the entire process.