A,B,C,D are module namesA out put is input to BB out put is input to CC out put is input to DThere is no alternative flowIf C module is not completed,1. How can we perform integration testing ?2. How can we check D module working properly or not?

Showing Answers 1 - 5 of 5 Answers

madhu

  • Sep 23rd, 2006
 

Can't do integration test

  Was this answer useful?  Yes

Hi We can do Integration testing sucessfully for this scenario.. Integration testing has 2 parts.. either a) Top to down approach b) Bottom up approach. Here It seems top to down approach, so we can use the method Stub ( Or Driver).. Stub Or Driver : It;s a temp program done by developers to done integration testing..Srinivasulu.B ( srinivasulub1981@gmail.com)

  Was this answer useful?  Yes

pankaj bishnoi

  • Sep 29th, 2006
 

Well, its simple,

stubs are dummy programs that will behave like the C module,

this Stub will be integrated with the B and D module.

so it will give user an impression that C module exists....

so in this way we can integrate and test all the modules..

the stub is a dummy program that will behave as if C module has been completed

  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