Exam CTFL All QuestionsBrowse all questions from this exam
Question 9

Component testing may include:

    Correct Answer: D

    Component testing involves testing individual components of software in isolation. It frequently includes the use of stubs and drivers to simulate the interactions between the components and external systems or other components that are not yet developed or are being tested independently. These are essential in creating a controlled testing environment for the component under test.

Discussion
laraerfOption: D

D is correct

MthethoOption: D

D. The use of stubs and drivers.

MthethoOption: D

D. The use of stubs and drivers.