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



How to create stubs? what is the use of Stubs and drivers? who is the responsible person of this?..

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

How to create stubs? what is the use of Stubs and drivers? who is the responsible person of this?..

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

How to create stubs? what is the use of Stubs and drivers? who is the responsible person of this?..

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

How to create stubs? what is the use of Stubs and drivers? who is the responsible person of this?..

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

Post New Answer

More Automation Testing AllOther Interview Questions

How can you switch back from a frame?

0 Answers  


What is vendor tool and give examples?

0 Answers  


What are principles of good testing scripts for automation?

0 Answers  


What is tree view in automation testing?

0 Answers  


What are the main attributes of test automation?

0 Answers  






What are the main benefits of test automation?

2 Answers  


Does automation replace manual testing?

2 Answers  


Tell us how to select a value in a dropdown?

0 Answers  


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)

1 Answers  


what is meant by keyboard driven test?

3 Answers  


What automating testing tools are you familiar with?

1 Answers  


When is automation testing useful?

0 Answers  


Categories