Valid CTFL_Syll2018 Dumps shared by ExamDiscuss.com for Helping Passing CTFL_Syll2018 Exam! ExamDiscuss.com now offer the newest CTFL_Syll2018 exam dumps, the ExamDiscuss.com CTFL_Syll2018 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CTFL_Syll2018 dumps with Test Engine here:
Which of the following approaches is/are used in Integration tests?
Correct Answer: A
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 components1 explains 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.