Match List-I with List-II :
|
LIST - I
|
LIST - II
|
|
A.
|
Verification
|
I.
|
White box Testing
|
|
B.
|
Validation
|
II.
|
Black box Testing
|
|
C.
|
Internal logic exercise
|
III.
|
Quality Control
|
|
D.
|
Software requirement exercise
|
IV.
|
Quality Assurance
|
Choose the correct answer from the options given below:
1.A - IV, B - III, C - I, D - II ✓ Correct
2.A - I, B - II, C - III, D - IV
3.A - IV, B - III, C - II, D - I
4.A - III, B - IV, C - I, D - II
Solution
The correct answer is A - IV, B - III, C - I, D - II
Key Points
- A. Verification
- Verification is the process of evaluating software to ensure it meets the requirements at a certain stage of development.
- It focuses on Quality Assurance.
- Correct match: IV. Quality Assurance
- B. Validation
- Validation is the process of evaluating the final product to ensure it meets the business needs and expectations.
- It focuses on Quality Control.
- Correct match: III. Quality Control
- C. Internal logic exercise
- An internal logic exercise involves testing the internal paths of the system.
- This is done through White box Testing.
- Correct match: I. White box Testing
- D. Software requirement exercise
- A software requirement exercise ensures that the software meets specified requirements.
- This is done through Black box Testing.
- Correct match: II. Black box Testing
Therefore, the correct answer is: A - IV, B - III, C - I, D - II