What is the Difference between Stub Testing and Driver
Testing?
Answer Posted / dharmaraj allukapally
TEST STUB:-
While integrating(combining) the modules in Top down approach,
if at all, any mandatory module is missing, then that module
is replaced with a temporary program known as TEST STUB
TEST DRIVER:-
While integrating the modules in bottom down approach,
if at all, any mandatory module is missing, then that module
is replaced with temporary module known as TEST DRIVER
dharmarajttestengr@gmail.com
9885531134
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is unit level testing?
which of the following is not a coding defect? Option 1 Test harness defect Option 2 Data flow defect Option 3 Initialisation defect Option 4 Algorithmic defect
What is Test Design ?( Urgent) and Test Design for Printer?
Can u give me explanation about section 508 testcase and Testcase for this section. It need a details checklist for the same Manimozhi
What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)
What are testing techniques? What is difference between general and specific?
What is split testing?
write a testing stratgy \ approach for a product that you are use every day (e.g gmail, out look etc)
Hi all, can anyone tell me what is the selection procedure in Birlasoft for Manual Tester?It will be a great help.
Write the function test case to add a customer to database.
Have you ever completely tested any part of a product? How?
When new application ready to test than whats your testing strategies?
How could we start writing testcases without having the FRS,BRS Docs? My Project has some docs that are related to explain the operations which will be done in the application. It is deployed in UAT server and is a maintainance project. Tell me some technipues or best way to provide the quality to application?
Explain stub in testing point of view?
How to derive test data from the design documents?