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 the advantage and dis-advantages of using framework ?
List the five essential types of test steps?
How automation process is carried out?
I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?
What are main benefits of test automation?
Tell me how can you switch back from a frame?
Could any one share scripts... where we can Parameterize radio buttons and Check boxes in Rational Robot.
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?
Hi All, Is there any free automation tool for windows application and it's easy to use? I usually take a lot of time to regression test my application when there is a new build on live environments (about same 10 environments) I wish I know a automation tool to regression test and ofcourse it's free, easy to use (maybe using C#) Could anybody can advise to me a tool like that? I very appreciate ^^
Tell me what is the purpose of getoptions() method?
How did you use automating testing tools in your job?
What types of scripting techniques for test automation do you know?