what is integration testing technique(like topdown,bottomup
and hybrid)explain me friends
Answers were Sorted based on User's Feedback
Answer / rajnish jha
there r four approach oh integration testing technique....
1)Top Down approach(TDA)-In this approach the parent modules
are developed first and then integrated with child modules.
2)Bottom up approach(BUA)-In this approach the child module
are developed first and integrated that to the corresponding
parent modules.
3)Hybrid approach-This approach is mixed approach of both
top down and bottom up approachs
4)BigBang approach-once all the module r ready at a time
integrating them finally is known as big bang approach.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ramachandra
for small applications we go for Topdown approach
for big applications usually we go Bottomup approach
while integrating all the modules from top that means under main module some sub modules will be there. in this process any module is missing or not prepared yet at that time for integration purpose one dummy module+stub is created and act as interfase
and same is happen from bottom to top
here dummy module+ driver act as interface
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain Application boundary?
Zenq interview questions for manual testing
Looking for job in Software Testing (Manual), Want to learn Manual Testing? Learn from expert with 8+ yrs in leading software company mail to manualtestingtraning@gmail.com
what is difference bettween High level documents and low level documents wht is covered in it ? when does tester uses this ie wht level of testing?
How for Monkey testing is useful for a tester for his growth in IT field? Is there any growth in doing monkey testing
what is prototype testing?
Explain the advantages of automation over manual testing?
Hi How to test web applications in Manual testing? How does the client- server works in Manual testing? Pls answer me ASSP. Thankyou in adavance Sunitha.
why u are using multiple test data in retesting?
While executing the test cases manually all were pass.but when run on automation tool there it was failed to get pass result .Why so happened?
What is Hands-Off Testing?
Can you explain the concept of fish bone/ Ishikawa diagram?