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 |
How will u test a stored procedure,which accepts 2 int values and sums them? Test cases?
A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?
What is SEVERITY and PRIORITY ?
What r the non-configurable items in the VSS for software configuration management?
What is Retesting & Regression Testing? When do we use retesting & regression testing(i.e In what situation)? Please clear me.
Test cases for save option for notepad - I have listed few. Please improvise my answer
What is the diffrence between BUILD & RELEASE ?
in employe details form, we are entering First name as manjunath and Last name as sastry. but when we retriving the data in reports form, it shows as first name as sastry and last name as manjunath. here bug may be in employee details form or reports form. how you check in manual?
What is smoke testing and sanity testing?
Can you explain how one defect leads to other defects?
how do u perform monkey testing on website? plz dont give definitions? plz tell me some abnormal actions on website?
Can you explain the concept of defect cascading?