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 are the risks and challanges u face while testing?
What is test metrics? give example of it.
what is migration testing?
Can u test a website or a webapplication manually without using any automation tool?
Identify correct statement
What are the techniques you follow to write test cases?
Difference between Web based application and web application
Difference Between Adhoc Testing & Exploratory Testing?
What is terminologe? Why testing necessary? Fundamental test process psychology of testing
Can u tell What kind of Bug Report Tool are u using in ur project
write test cases on "Login Window" ?
What is smoke testing?