1.

Test cases should uncover errors like(a) Nonexistent loop termination(b) Comparison of different data types(c) Incorrect logical operators or precedence(d) All of the mentionedThis question was posed to me in my homework.The question is from Software Testing Strategies topic in section Software Testing and Quality Management of Software Engineering

Answer»

The correct answer is (a) Nonexistent loop termination

To explain: TEST CASES should UNCOVER errors such as all the explained OPTIONS and MUCH more.



Discussion

No Comment Found

Related InterviewSolutions