Multiple choice technology testing

Sequence of events in the execution through a component or system is

  1. Contol testing

  2. Configuration testing

  3. Data flow

  4. Control flow

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

Control flow refers to the sequence of events or execution path through a component or system. It describes the order in which statements or instructions are executed, including branches, loops, and decision points. Control flow analysis is important for white-box testing, coverage measurement, and understanding how different inputs affect the execution path through the code.