Defects can be found more easily in:

Options
- Bottom up integration testing
- Top down integration testing
- Big bang testing.
- Sandwich integration testing.


CORRECT ANSWER : Bottom up integration testing

Discussion Board
QA

Thanks for the detail answere.

Najma 09-3-2014 03:31 PM

Bottom up integration testing

Answer: Bottom up integration testing
Solution: Bottom up integration testing: In the bottom up technique, first we test the sub module then integrate that module and perform the testing. So that why it is more easy to find defect
Top down integration testing: In this technique, first we test the main module and then it divides into 2 or more sub module. In this first we perform integration testing and then unit testing.
Big bang testing: In the big bang technique, first we assemble all the components and then start the testing of application.
Sandwich integration testing: In this technique we divide the overall system in 3 layers and apply different technique in all layers, so some time it is difficult to understand the flow of the functionality.
Therefore, option A is the correct answer.


Rohit Srivastava 07-28-2014 03:43 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement