Testing
Question 1 |
Match the following:
(P) Condition coverage (i) Black-box testing (Q) Equivalence class partitioning (ii) System testing (R) Volume testing (iii) White-box testing (S) Alpha testing (iv) Performance testing
P-ii, Q-iii, R-i, S-iv | |
P-iii, Q-iv, R-ii, S-i | |
P-iii, Q-i, R-iv, S-ii | |
P-iii, Q-i, R-ii, S-iv |
Question 1 Explanation:
Condition coverage is also known as predicate coverage in which each of the Boolean expression evaluated to both true and false, which is nothing but white-box testing, which tests internal structures of an application. Hence A-3.
Equivalence class partitioning ⇒ is a software testing technique that divides the input data of a software unit into partitions of equivalent data from which test cases can be derived, which is nothing but black box testing. Hence B-1.
Volume testing ⇒ Performance testing - C-4.
Alpha testing ⇒ System Testing D-2.
Equivalence class partitioning ⇒ is a software testing technique that divides the input data of a software unit into partitions of equivalent data from which test cases can be derived, which is nothing but black box testing. Hence B-1.
Volume testing ⇒ Performance testing - C-4.
Alpha testing ⇒ System Testing D-2.
There is 1 question to complete.
