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 |
One very small question, If application/ website performing all the function perfectly like submission, deletion, editing etc, why do we require Data base testing saparately. Please understand before reply thanks !!
Inwhat basis the time is allocated for testing the application?
Can you please explain me how to do testing of an E-insurance project end to end process..
what are the common errors while doing integration,system,functional,regression,user acceptance testing? can anybody please let me know the answers it is too urgent???
If RTM is not avaiable in the project whatis use and what the Difficult you face
what is cause effect graph?
I faced this question in interview. please answer any body what is core team in testing
difference between sanity testing and smoke testing?
1Testing process followed in your company … 3. Testing Methodology 4. Where u maintains the Repositories? 5. What is CVS? 6. Bug Tool used? 7. How will you prepare traceability matrix if there is no Business Doc and Functional Doc? 8. How will you validate the functionality of the Test cases, if there is no business requirement document or user requirement document as such… 9. Testing process followed in your company? 10. Tell me about CMM LEVEL -4 …what are steps that to be followed to achieve the CMM -IV standards? 11. What is Back End testing? 14. How will u write traceability matrix? 15. What is CVS and why it is used? 16. What will be specified in the Defect Report…? 17. What is Test summary Report…? 18. What is Test Closure report…? 21. What are the Testing methodologies that u have followed in your project ? 22. What kind of testing that u have been involved in and explain about it…. 24. What is joins and what are the different types of joins in SQL and explain the same? 25. What is Foreign Key in SQL…?
What is smoke testing?
how to test if there are 2000 requirements ro be tested in an application ?
Hi Friends .. Ans me these questions only on sqt.qae@gmail.com q-1)when testing will be stopped? q-2)same application program will run on a standalone workstation and on connected workstations.Describe what additional testing is require when workstation are connected?