Which of the following combinations correctly describes a valid approa

Loading

โœช Choose the correct option.

Which of the following combinations correctly describes a valid approach to component testing:
(i) Functional testing of the component in isolation.

(ii) Structure-based testing of the code without recording incidents.

(iii) Automated tests that are run until the component passes.

(iv) Functional testing of the interfaces between modules.

A. i and ii.
B. I, ii and iii
C. iii.
D. ii and iv

Leave a Comment