Which of the following statement(s) is/are TRUE with regard to software…
2017
Which of the following statement(s) is/are TRUE with regard to software testing?
I. Regression testing technique ensures that the software product runs correctly after the changes during maintenance.
II. Equivalence partitioning is a white-box testing technique that divides the input domain of a program into classes of data from which test cases can be derived.
- A.
only I
- B.
only II
- C.
both I and II
- D.
neither I nor II
Attempted by 76 students.
Show answer & explanation
Correct answer: A
Statement I is true because regression testing ensures existing functionality remains intact after changes. Statement II is false as equivalence partitioning is a black-box technique, not white-box testing. Thus, only the first statement holds true.
A video solution is available for this question — log in and enroll to watch it.