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 spiral model?
What r the attribute of good software test?
Who will do the Effort Estimation and Scheduling ?
how will you prioritize the work?
What a manual tester should know about web servers?what he tests in servers?
Which methodology u follow in testcase?
As a tester you are found a bug and you assigned dat bug to the correspondent developer.Then the developer not ready to accept that as a bug.what will you do?
suppose i received 3 build b1, b2, b3 on which build i will do regression testing
What is alpha testing?
What are the Important test scenarios which can be used for testing a web site?
!what are the entry criteria for antomation testing ?
Wht is the difference between Test case and Test condition