What is incremental integration testing?

Questions by mrgreekgod   answers by mrgreekgod

Showing Answers 1 - 2 of 2 Answers

mselvaam

  • Feb 28th, 2006
 

Continuous testing of an application as new functionality is added, it's done by programmers or by testers.

  Was this answer useful?  Yes

hi,

incremental testing is an testing teshnique in which testing will be conducted with the modules in works from the bottom to up oor vice versa.

Two types of incremental testing

Top down approach - stubs are required if the case that particular module to be connected is not developed so far.

BottomUp Approach -drivers are needed

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions