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 Inter-System Testing? Please answer me frnz!!!
what is actually contain test report? can anybody post the test report
5.what do you like most about testing?
i want manual and automation test cases and interview questions
How will you deploy a web appln?i mean how will recive that build if it is web based(asp.net)?
What is difference between Client-Server and Web based architecture.?
2 Answers Disha Tech, Verisoft,
Which one of the project team members bears the responsibility of deferring new functionality to a later release?
Diff b/n UAT & IST? What is meant by UAT?
How can u justify u r written all the test cases are meeting the client Requirements?if is there any missing functionality how can u know?
6. what is the purpose of using automation tool qtp? and why we are using framework.
scenario is like the following, a software to be installed in the train the work of the software is when ever any object comes opposite to it the train has to be stopped would u plese any bone tell us the test case for this
wat is traceability matrix? who prepares it? how can u prepare it?