Match List - I with List - II.
|
List - I
(Testing Type)
|
List - II
(Description)
|
|
A.
|
Unit testing
|
I.
|
Testing individual components of the software.
|
|
B.
|
Integrating testing
|
II.
|
Testing the interaction between integrated components.
|
|
C.
|
System testing
|
III.
|
Testing to verify the system meets business needs.
|
|
D.
|
Acceptance testing
|
IV.
|
Testing the complete system to ensure it meets requirements.
|
Choose the correct answer from the options given below:
1.(A) - (I), (B) - (II), (C) - (III), (D) - (IV)
2.(A) - (I), (B) - (II), (C) - (IV), (D) - (III) ✓ Correct
3.(A) - (I), (B) - (III), (C) - (II), (D) - (IV)
4.(A) - (I), (B) - (IV), (C) - (II), (D) - (III)
Solution
The correct answer is A - I, B - II, C - IV, D - III
Key Points
- Unit testing:
- Unit testing involves testing individual components or units of a software to ensure they work correctly. So, A matches with I.
- Integration testing:
- Integration testing involves testing the interaction between integrated components to ensure they work together as expected. So, B matches with II.
- System testing:
- System testing involves testing the complete system to ensure it meets the specified requirements. So, C matches with IV.
- Acceptance testing:
- Acceptance testing involves testing to verify if the system meets business needs and requirements. So, D matches with III.
Therefore, the correct option is A - I, B - II, C - IV, D - III. So, the correct option is 2).