Answer Posted / 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 |
Post New Answer View All Answers
what is metrics in software testing? give me a brief detail about it?
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
can anyone help me regarding testing patterns?
Could some one tell me test cases for multi line text boxes like Notes field?
What is meant my Firewall testing? how the testing is performed on it?
What is junit & api?
What processes/methodologies are you familiar with?
Artifacts in design phase of SDLC ?
Hi Please tell me about ERP Project how do describe in interview Please tell me details about this project my id is chiku_69@yahoo.in
What does you mean by positive and negative testing & what is the difference between them. Can anyone explain with an example?
what is date field test case
Wat type of questions ll be asked in interview for an 1-2 yrs. experinced persond and i need some database concept question in testing.
What are the advantages of waterfall model?
can any one send sample test cases for database testing by taking an example? also leave emailid please. thanks (very urgent)
how can we do database testing. In database testing we verify the data integrity and data validation. how can we do testing of Index, triggers, views, ransactions,cursors etc