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

what is the General Process for Load Test..I mean General Steps?

1 Answers  


Tell me what is automation testing?

0 Answers  


What are the limitations of automating software testing?

0 Answers  


How does load testing work for websites?

0 Answers  


Tell us how can you find if an element is displayed on the screen?

0 Answers  






Which institute is good for testing tools course in HYD?

0 Answers  


script to check availibility of mail in yahoo mail box in qtp

0 Answers  


Is automation testing a complete replacement for manual software testing?

0 Answers  


hi........ i want kniow about automation testing.how to work as automation tester.If we have a software so how to test the software from automation tool like QTP please give me answer in detail or any link thanks

1 Answers  


Tell us what is the difference between getwindowhandles() and getwindowhandle()?

0 Answers  


What is a ‘test plan’? What is a ‘test case’?

0 Answers  


Types of F/w in Automation

0 Answers  


Categories