What is the normal order of activities in which traditional software testing…

2017

What is the normal order of activities in which traditional software testing is organized?

(a) Integration Testing
(b) System Testing
(c) Unit Testing
(d) Validation Testing

  1. A.

    c a b d

  2. B.

    c a d b

  3. C.

    d c b a

  4. D.

    b d a c

Attempted by 65 students.

Show answer & explanation

Correct answer: A

Key idea: Traditional testing normally moves from the smallest unit to the complete accepted system.

  • (c) Unit Testing: individual modules/components are tested first.

  • (a) Integration Testing: tested units are combined and their interactions are checked.

  • (b) System Testing: the complete integrated system is tested against requirements.

  • (d) Validation/Acceptance Testing: the final product is checked against user needs and acceptance criteria.

Therefore, the correct order is (c), (a), (b), (d).

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Mppsc Assistant Professor