What is incremental testing explain with an example

Questions by jyothi_k   answers by jyothi_k

Showing Answers 1 - 5 of 5 Answers

BISWAJIT PANI

  • Jun 15th, 2006
 

There are 2 types of Integration Testing

1) Incremental Intigration Testing

2) Non-Incremental Intigration Testing.

INCREMENTAL INTIGRATION TESTING:-

In this type of testing we have to add the interface incrementally and check the data flows between modules.

For this type of testing we should know the parent / child relationship between the modules means which module is the parent / child of which module.

But if we do not know the parent / child relationship between modules then we should go for Non-Incremental Integration Testing..

But in Non-Incremental Integration Testing it is very difficult to

a) Find out the Root cause of Defects.

b) Test all possible interface between the Modules.

In some cases both Incremental and Non-Incremental Intigration testing is required which is called as SANDWITCH Integration Testing.

Regards,

Biswajit pani ( 09986183456)

panibiswajit@yahoo.com

  Was this answer useful?  Yes

bharathp

  • Jul 7th, 2006
 

ind development

in integration we will add modules one by one

so testing the build after adding the module is know as incremental integration testing

Bharath kumar.penimalla

  Was this answer useful?  Yes

PRASANNA KUMAR

  • May 22nd, 2017
 

No. it is not useful because we know about the definition, but we need example where incremental integration used in real time.

  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