Multiple choice technology testing

A form of state transition testing in which test cases are designed to execute all valid sequences of N-transitions

  1. N-Switch Coverage

  2. N-Switch Testing

  3. N+1 testing

  4. Mutation Testing

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

N-Switch Testing is a state transition testing technique where test cases are designed to execute all valid sequences of N-transitions. N-Switch Coverage is the metric used to measure this testing, but the design method itself is N-Switch Testing.