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 |
How to explain the Insurance project in the interview?
What are the different types of testing
Here is the scenario. We have web app. in ASP.NET, server is IIS and database is SQL server2005. The application is used in healthcare industry. I am going to get realtime data from healthcare company to test. I need to perform back end testing. If someone can help me understand how i can start back end testing.
Condition testing is a control structure testing technique where the criteria used to design test cases is that they Option 1 Rely on basis path testing Option 2 Exercise the logical conditions in a program module Option 3 Select test paths based on the locations and uses of variables Option 4 Focus on testing the validity of loop constructs
what is status of defect when you are performing regression testing.
What r the attribute of good software test?
When test plan will be prepared in v-model?
what to test in usability testing.?
What is Test Strategy and Test Plan..what is the Diff.between those?
HOw to give special characters to password
what is meant by beta testing?
What do you mean by testing matrices?