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 |
Tell us how could you explain the main difference between webdriver and rc?
How you report bug in to bugzilla
Can object repository be kept in version control and Database(DB) backed up daily ?
plz explain QTP real time work( Means where you store scripts and how u access scripts next day? where those activities we are maintaining, If By usig VSS how the process in going on , plz explain briefly?
What are the different types of an automation tool that you are aware of?
worksoft automation tool how do you create process ?
What is ur goal when ur doing Performence Testing of an Web Application..?
How you will evaluate the tool for test automation?
what is meant by framework? and when we use framework in our project ?
What is tree view in automation testing?
What type of scenarios can't be automated?
Give some examples for test management tools?