What are techniques for Integration Testing.
Answers were Sorted based on User's Feedback
Answer / jaya
hi..
integration testing is of 2 types
1.big bang integration
testing all the integrated components combindly.
2.incremental integration
a. top down integration
testing minor component first and after integrating
it to the existing device and testing once again.here minor
component will get effected if main component gets effected.
i.depth first integration
testing one branch depth wise(vertically)first.
ii.breadth first integration
testing breadth wise(horizontally)first.
b. bottom down integration
testing main component first and after integrating it
to the existing device and testing once again. here main
component will get effected if minor component also get
effected.
c. sandwitch integration
combination of top up and bottom down integrations.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / chandra shekar
Actually integration testing means testing is conducted by combinning two or more components within the same system is called integration testing
during the integrating test it verifies the functionality and performance of the application
integration testing hav 2 techniques
1.big bang integration testing
2.incremental integration testing
big bang testing means testing all the components at a time while incremental testing will do testing level by level
so that defect any rectified within short period
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vishwajeet chauhan
Integration testing means we test interface between two
module..this is called integration testing.
three type of integration testing..
1->Top to bottom testing
2->Bottom to top testing
3->Sandwich testing
| Is This Answer Correct ? | 0 Yes | 1 No |
At Evening 6'o clock they will release the new build to you.what will u do on that time.
What is the difference between Functional testing and Functionality testing?
describe the difference betweeen Test scenario and Test Case
hi guys...every test engineer have strong knowledge on SQL....but i have zero knowledge on sql......pls suggest me which one i need.. to get strong knoledge on sql .... learn SQL SERVER or ORACLE?
Stubs and drivers we use in integration testing mostly but under what kind of testing approch it comes means Black box White box grey box ? Please help to get answer for it
What is Boundary value analysis?
Could anyone share FAQs for Test Manager position...
how u will do the load,stress and performance testing manually ?
What is the Sanity Testing??
Can you tell some body how to test a situation that to sell a share if it reaches 30(present value is 25) and the time limit is 120 days. Every day the market starts from 10 A.M to 3 P.M. it may execute any time with in the time period. Pls tell me the answer.
How is the communication with the developers for the Unit Testing?
what are the various techniques you will use as soon as the srs was given to you to speedup the testing?