ExamGecko
Question list
Search
Search

Related questions











Question 190 - CTFL-2018 discussion

Report
Export

Which of the following approaches is/are used in Integration tests?

A.
Both functional and structural
Answers
A.
Both functional and structural
B.
Usability
Answers
B.
Usability
C.
Functional only
Answers
C.
Functional only
D.
Structural only
Answers
D.
Structural only
Suggested answer: A

Explanation:

Both functional and structural approaches are used in integration tests.Functional testing verifies that the integrated components work together as expected, while structural testing checks the internal structure and logic of the integrated components1explains this in more detail:

Integration testing is a level of software testing where individual units are combined and tested as a group. The purpose of this level of testing is to expose faults in the interaction between integrated units. Test drivers and test stubs are used to assist in Integration Testing.

Integration testing can be done in two ways:

Bottom-up Integration Testing: Bottom up integration testing begins with unit testing, followed by tests of progressively higher-level combinations of units called modules or builds.

Top-down Integration Testing: In top down integration testing, the highest-level modules are tested first and progressively lower-level modules are tested after that.

asked 18/09/2024
Nitharsan Balanavaneethan
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first