Ravikumar.S
Answered On : Jul 3rd, 2006
Hi all
Using stubs and drivers nothing but dummy modules. It consist of test data, output and module which is to be called.
Login to rate this answer.
Hellow frends i think the Integration testing is done by developers.. but the testers involved in it.. Let me know if any..Srinivas
Login to rate this answer.
Actually doveloper only integrate the modules for integration test.
If they want to you to integrate you take previous version as back and add new module
sudhakar kolla.
If you have doubts can ask me.
My Email:kollasudhakar2005@yahoo.co.in.
My Number:09819859346.
Login to rate this answer.
shann
Answered On : Sep 28th, 2006
Integration testing: Testing of combined parts of an application to determine if they function together correctly.There are three types of integration testing.1. Big bang testing: Testing with all modules combined together invariable of its levels. Often done for small projects.2. Bottom up test:Testing by integrating lower level modules and ascending towards the higher-level modules.3. Top down: Testing the higher-level modules and descending towards the lower level modules.This can be accomplished with dummy modules to replace the under construction modules with so-called stubs and drivers.
Login to rate this answer.
Basically in my company integration will done by Dev team, on the same what we do is we will identify inter module scenarios and will rite cases on that both negative n positive cases, and this will be added to the Module test plan and tht will considered as IT testplan and will be executed,
Here we can ensure tht existing indivaul module and as well as integrated modules both holds the quality and there is no ill effect after the integration on indivual module.
Login to rate this answer.
We integrate the modules as per the functionality of the module and Nos. of user available for testing
Login to rate this answer.
Integrating of modules can be done when we have source code, but for testing team we get application exe, this exe will be installed in local machine and run the application for Testing purpose, then how come we can integrate modules, it will be done by the development team before sending the application exe.
Login to rate this answer.