How to create stubs? what is the use of Stubs and drivers?
who is the responsible person of this?
Answer Posted / 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 |
Post New Answer View All Answers
Write a short compiled module which selects random numbers?
Explain what is the difference between findelement () and findelements ()?
What is ‘good code’? What is ‘good design’?
What is self-referencing constraint in mainframe development?
Do you know what is robot api?
Tell me an example of the languages supported by webdriver?
I am new to jmeter and i am working on .net application.I am recording the requests and pop up images data are not recording.can some one suggest an idea regarding this
Tell me what databases can test director reside on?
What is modular automation?
What type of scenarios can be automated?
Do you know what is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
How can we make one test method dependent on other using testng?
Hi all, Do anyone have the experience in PDF Document Automation using OLE objects and methods? If so suggest the best websites for source. Thanks :-)
What should you do after finding a bug?
What is test automation?