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 |
which is the best institute for testing in hyderabad?
EXPLAIN A SCENARIO AND FEW TEST CASES FOR COMPATABILITY TESTING?
how we can generate test scenarios
How do you scope ,Organize and execute a test project?
What is the Manual Testing?
What is Black Phase in SDLC?
HOw to test website manually? Is it any criteria to test ?
what is the diffrence b/w Test approach,test stratagy,test plan?
Hi, what do you mean by internal auditing? what are the things they do in internal auditing?what they review? THNX in Advance
what is meant by deffered status
actually i want some sample test case which used in projects
what is the difference between client-server application and web based application?