Wht is the Test Driver used in Integration Testing. Anybody
can expalin in Detail. Thanks in advance.
Answer Posted / madhusudhan
in bottom up approach programmers are interconnecting sub-programms without coming from main program.
main
|
DRIVER
|
sub1
|
sub2
driver is temporary program instead of main, driver activates the connection.
example : in login process, mailing and logout are constructed but login is under contstruction. so they use drivers to login and test.
in Hybrid approach also we use DRIVER.
STUB: is used in top-down approach, while interconnecting the main program and sub programs, in place of remaining which are un-developed programmers use stubs.
main
/ \
sub-b1 stub
| |
sub-b2 sub-a1
here stub stops the process, to sub-programms a1.
thanks for spending
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List the considerations in developing testing methodology
How quickly we need to fix the bug?
What is Online gaming, payment gateway development, hosting and custom software development services.
What is performance tuning? What are tools of performance testing?
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
What are the advantages of automation over manual testing?
What is the difference between coupling and cohesion?
What is quality center?
What do you do (with the project staff) when the schedule fails?
How could you present test strategy for the product testing?
can u write some high level scenarios on ms outlook express
What is the main use of preparing a traceability matrix?
What is a test log?
Why it is recommended to add verification checks to your all your scenarios?
Have you worked in UDAP (Credit Card act 2009) project?What did you test in Billing & Payment modules?