Scenario: A complex control system in an automobile needs thorough testing of different input parameters to ensure its reliability. Which testing approach would provide comprehensive coverage while minimizing the number of test cases?

  • Ad-hoc Testing
  • Orthogonal Array Testing
  • Random Testing
  • Usability Testing
Orthogonal Array Testing is a testing approach that provides comprehensive coverage while minimizing the number of test cases. It systematically selects a subset of test cases to cover all possible combinations of input parameters, making it highly efficient for complex systems like the control system in an automobile. This approach ensures that the reliability of the system is thoroughly tested without the need for an exhaustive number of test cases.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *