What are techniques for Integration Testing.

Answers were Sorted based on User's Feedback



What are techniques for Integration Testing...

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

What are techniques for Integration Testing...

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

What are techniques for Integration Testing...

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

Post New Answer

More Manual Testing Interview Questions

Two negative Testcases for Excel Sheets

1 Answers  


If the Time is cut shorted, how can you manage that?

6 Answers  


What are the different technology that manual tester should know( except automation tools)?

2 Answers  


If project wants to release in 3months what type of Risk analysis u do in Test plan

1 Answers   CTS,


what is difference between interface and integaration testing?are system specs and functional specs same please tell the difference

4 Answers   pspl,






while reading specification documents if u got any doubts or u think the specification should be clear or when u think some changes should be there in specifcation docs, or u find the difference in FRS and Design docs,whom do u report this??

4 Answers   AOL,


What is state transition?

0 Answers  


I faced this question in interview. please answer any body what is core team in testing

3 Answers   NCR,


Tell me the situation where sanity test cases should pass and smoke test cases fail...?

6 Answers  


Define V -model with diagram

12 Answers   CitiGroup, HCL,


difference between test coverage and test tracability matrix?

2 Answers  


What is CRUD testing

13 Answers  


Categories