In context of software testing match of Column-I and Column-II is: Column-I…
2022
In context of software testing match of Column-I and Column-II is:
Column-I (स्तम्भ-I) | Column-II (स्तम्भ-II) |
|---|---|
i. Integration Testing (इंटीग्रेशन टेस्टिंग) | a. Alpha Testing (अल्फा टेस्टिंग) |
ii. Unit Testing (यूनिट टेस्टिंग) | b. Usability Testing (यूजेबिलिटी टेस्टिंग) |
iii. Acceptance Testing (एक्सेप्टेंस टेस्टिंग) | c. Data Flow Testing (डाटा फ्लो टेस्टिंग) |
iv. System Testing (सिस्टम टेस्टिंग) | d. Black Box Testing (ब्लैक बॉक्स टेस्टिंग) |
- A.
i-a, ii-b, iii-d, iv-c
- B.
i-d, ii-c, iii-b, iv-a
- C.
i-c, ii-d, iii-a, iv-b
- D.
i-b, ii-d, iii-a, iv-c
Attempted by 17 students.
Show answer & explanation
Correct answer: B
Software testing techniques can be related as follows:
Integration Testing → Black Box Testing (d): Tests interactions between integrated modules.
Unit Testing → Data Flow Testing (c): Focuses on internal logic and flow of data within a unit.
Acceptance Testing → Usability Testing (b): Ensures the software meets user requirements and is usable.
System Testing → Alpha Testing (a): Alpha testing is conducted on the complete system before release.
Therefore, the correct matching is:
i-d, ii-c, iii-b, iv-a