ExamGecko
Question list
Search
Search

Related questions











Question 269 - CTFL-2018 discussion

Report
Export

Which of the following DOES NOT describe 'component testing'?

A.
Component testing tests interfaces between modules and interactions of different parts of a system.
Answers
A.
Component testing tests interfaces between modules and interactions of different parts of a system.
B.
Component testing occurs with access to the code being tested and with the support of a development environment, such as a unit test framework or debugging tool
Answers
B.
Component testing occurs with access to the code being tested and with the support of a development environment, such as a unit test framework or debugging tool
C.
Component testing verifies the functioning of. software modules, programs, objects, classes, etc. that are separately testable.
Answers
C.
Component testing verifies the functioning of. software modules, programs, objects, classes, etc. that are separately testable.
D.
In component testing stubs, drivers and simulators may be usefully utilized to facilitate tester activity
Answers
D.
In component testing stubs, drivers and simulators may be usefully utilized to facilitate tester activity
Suggested answer: A

Explanation:

The statement that component testing tests interfaces between modules and interactions of different parts of a system does not describe component testing. Component testing is the process of testing individual software components that are separately testable, such as modules, programs, objects, classes, etc. Component testing verifies the functionality and quality of the components in isolation from other components. Component testing does not test the interfaces or interactions between components, as this is done in integration testing.

asked 18/09/2024
Steve Marechal
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first