QuestionQ8

Test Analysis and Test Design

Which limitation of unguided random testing can be avoided by using guided random testing?

  • A Neglecting the semantics of generated test input values
  • B Dependency on an automated test oracle
  • C Random outputs leading to inconsistent test results
  • D Generation of test cases with the same input values
Explanation

Unguided random testing can ignore the semantics and constraints of input values, producing inputs that are invalid or unrepresentative. Guided random testing incorporates domain knowledge or generation constraints, enabling semantically meaningful test inputs.

Community Discussion

No comments yet. Be the first to start the discussion!