How to create stubs? what is the use of Stubs and drivers?
who is the responsible person of this?
Answers were Sorted based on User's Feedback
Answer / allin
used in integration testing.stub consits of duplicate data
acting as a database data.
cheers,
ratna rao.
98697770084
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / naren
Stubs and Drivers are created during Integration Testing.
Stubs will be created during Top-Down approach. Stubs
simulates the called structure's functionality. Whereas
Drivers will be created during Bottom-Up approach. Drivers
act as calling function.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / ravikanth.m
In Top-down integration The core module(Main Module) is
developed first and In order to test this Core module we
develop dummy smaller modules called 'Stubs'.These stubs
are small codes to test the functionality of the core
module.
In Bottom-up integration testing the smaller modules are
developed first.In order to test this smaller modules we
develop the dummy core module called 'drivers'.
Mostly Developers and Unit Testers will do this.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mohit jain
stub act as calling program .stub r the dummy module tht
simulate to low level module.
drivers act as main program .driver r the dummy module tht
simulate the high level module.
| Is This Answer Correct ? | 2 Yes | 2 No |
What is functional and regression testing?
What automated tools are you familiar with?
what is defferevce between QA and QC
Write a short compiled module which selects random numbers. and what function is used to call your customized compiled module?
What is mean by ARGO testing? can any one please explain
What are the different types of locks in mainframe?
Elaborate the situation where automation testing can’t be used for agile methods?
how can i count the no of edit field in a page and fill the multiple edit field
i need test cases for defect maganement tools
how to know whether the user information or any other information which is entered in to the web is storing in secured place or non secured place?
What is the best scripting language for automation (function) testing
if we are using an Engine (tool)..with that how to capture data from excel sheets and how to do automation with this plz answer any body for this question.?