What is the Stub abd the driver ?Are these both using at
the time of Top-up approach of integration testing and
bottom-down approach testing .?
Answers were Sorted based on User's Feedback
Answer / shilpa
For Top Down approach of testing we use stubs.
For bottom up approch we use drivers
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / gazal
driver is a program which calls the same procedure call of
module being tested calling the other module.while the stub
calls the same procedure of the module being called by the
other module
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sm
When we are having the condition of sub programs under
construction with ful fledged Main program there we are
using this stubs instead of going of under construct sub
programs
this approach we are using in Top Down method.
where as if the main program is in under construction the we
are using drivers in place of under construct main program..
this approach we are using in Bottom down method.
Is This Answer Correct ? | 0 Yes | 0 No |
what is performance testing?
what is difference between interface and integaration testing?are system specs and functional specs same please tell the difference
Can automation testing replace manual testing?
Can you send me a good site for testing?
what r u r responsibilities in current project
who preapares use case document? who preapares use functional point document? who preapares use test sceanario document?
How can we test for drastic (severe) memory leakages?
types of reviews?Advantages of reviews? Diff between process and procedure? diff b/w verification and validation? diff b/w cmm,cmmi? exp tqm,gqm,iso,ieee? Roles and responsibilities of tester? Ricks,types of ricks? what r Quality factors?
What is Component Testing? How to do Component Level Testing?
Which Server Stats are essentially monitored during a Performance test of a Web Application?
what is the difference between automated testing n manual testing? which one is better?
When we use integration testing for any new system so why we required system testing.