Multiple choice technology testing

What happens if more than one row in the “OSS_TestExecution Sheet” is flagged as “Yes”

  1. Respective Component Scripts will be executed in the order of hierarchy

  2. Scripts will get executed for one component (First in the list with the Execute flag “Yes”) & stops after successful execution

  3. No Script will get executed & the QTP hangs.

  4. None of the above

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

The framework executes only the first component flagged with Yes in the OSS_TestExecution Sheet, then stops after successful execution. Multiple Yes flags do not trigger sequential execution of all flagged components - only the first Yes in the list is processed. This is a design choice to ensure controlled, single-component execution per run.