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 |
What is Test Harness, Anybody can explain in Detail. Thanks in advance.
What is test report?? du u;ve written any test reports
what is compliance testing?
What is Risk analysis? Explain with example
what is the good test case ? how can we tell this is good test case ? (test case characterstics)
How much konwledge of server require for a software tester.?
What are the Test case for the file transfer.
Can you explain decision tables?
write test case for 1<=a<10;10<=b<=20 using boundry value analysis
what is the difference between HLD(high level design)and LLD(low level design)?
what is test metrics? difference between test matrix and test metrics? (Asked in Zensar Hyderabad today(17-1-12010))
Hi everybody. In an interview i was asked to write the ECP for the range (1-10).