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 |
what is batch testing?
What is actually a rule based testing
How can World Wide Web sites be tested?
What is difference between V-Model and Agile Model?
How do you go about testing a web application?
what r the contents in srs?(like test plan).2.wt r the contents in design documents? ,3.who wil deploy the new build 2 the tester?( this que asked in ibm)
What is Functinal Equivalent Test?
How do you perform regression testing?
Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How many test cases can u write.?
10 Answers Infeneon Technologies,
why Can't the system testing be done at any stage in V- Process Model? reasons
Smoke testing is also called sanity testing? Why?
If tester report a bug & developer open it & bug is not occur there. What sud tester do in this situation??