Multiple choice technology testing

One of the following options is available in the Automatic Conversion method for converting the requirements to tests

  1. Convert lowest requirements to child steps

  2. Convert lowest child requirement to design steps

  3. Convert lowest child requirements to subject

  4. Convert all requirements to tests

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

The Automatic Conversion method can convert the lowest-level child requirements into design steps for test cases. This generates granular test steps from detailed requirements. Option A suggests child steps, not design steps. Option C mentions converting to subject which is not a valid conversion target.