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 |
list of methods that is used to document the requirements of a software.
wat is traceability matrix? who prepares it? how can u prepare it?
Exact Difference between Sanity and Smoke Testing
In your Testing career, what was the critical DEFECT you think...? Please post some real time critical issues for the above question...?
what is deadlock in manual testing?what is another name for this deadlock?
Which was the most interesting bug you found.
what is Independent Verification and Validation(IV&V)?
Hi i am looking for Test Engineer Job, i have done the course, but i don't have work experience on it, Is it So important to have real time Exp or knowledge is enough? and please let me know like how i can improve for the interview. You can send me a mail on this id: rashmi_vastred@yahoo.co.in
What is meant by Product-based testing?
1. what is the test prcoedure that your fallowing in ur organization ? 2.
what is the template of ur co,when requirements are not clear,suppose Business Analyst is not there to whom to meet.what is the role of tester in req or design phase
How can i understand about the concept of "State Transition" Testing. Can any Testing genius can suggest me.