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 |
List some advantages and disadvantages of automation testing.
How to Rcognize the Objects in the Web Page Dialog Using QTP
What are pros and cons of automating tests at ui layer?
Which institute is good for testing tools course in HYD?
How could you explain the main difference between webdriver and rc?
hi i m runing a login script using multiple data by importing from excel sheet, now i want to get a status pass or fail each time the script run for multiple data?? so anyone can help me out?
What could go wrong with test automation?
List down the primary features of a good automation tool?
Hi, Can anyone please tell me which Test Automation tool can be used for : 1. Web based testing 2. .Net (C#) applications 3. Mobile applications (PDA)
Please name a couple of standard web function found in the function generator?
Explain me what is a framework and what are the frameworks available in rc?
What are some of the common misconceptions during implementation of automated testing tools for the first time?