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 to find that tools work well with your existing system?

2 Answers   EDS,


Tell me which web driver implementation is the fastest?

0 Answers  


Types of F/w in Automation

0 Answers  


What testing activities you may want to automate?

0 Answers  


I heard that there is a test management system that makes tracking metrics an easy task. I would like to know more about it. Please guide me.

1 Answers  






How to find that tools work well with your existing system?

2 Answers  


How will you choose a tool for test automation?

1 Answers  


What is data - driven automation?

4 Answers  


Best Online Training For Tosca Test Suite?Good Online Training For Tosca Test Suite?

0 Answers  


When do you prefer manual testing over automation testing?

0 Answers  


Tell us how can you create html test report from your test script?

0 Answers  


I have a web page.In that i have two links called "gmail" and "gmail". Both links are look same.One link is at top of the page and other link is at bottomn of the page. How the automation tool can be recognized these link and make to click the link i want?

5 Answers  


Categories