Which of the following is not true about Incremental testing?

Options
- Top- Down approach can be used
- Use of stubs or drivers are required
- All modules need to be completed prior to testing
- Bottom - up approach is also possible


CORRECT ANSWER : All modules need to be completed prior to testing

Discussion Board
Incremental testing

Answer: all modules need to be completed prior to testing
Solution: Incremental testing is a technique of integration testing. It is used to integrate the each tested module into a system. It has 2 forms: Incremental and horizontal. Incremental form has 2 strategies – top-down and bottom-up.
Therefore, option C is not related to the incremental testing.


Rohit Srivastava 07-23-2014 01: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