wht is Driver in Integration testing. Anubody can answers it
Answers were Sorted based on User's Feedback
Answer / srinivas
Driver is a virtual environment, when one of the main
module is not completed at the time of Integration Testing,
then testing team installs a virtual environment called
Driver and follows the bottom-up approach to test.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / raghu
Driver a duplicate module fixed if any module in b/t is not
ready..
| Is This Answer Correct ? | 3 Yes | 0 No |
While intigrating the modules in bottom/top approach if any
mandatory module is not ready then they will be intigrate
with temp program. This program is known as driver.
While intigrating the modules in top/down approach if any
mandatory module is not ready then they will be intigrate
with temp program. This program is known as stub.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rajiv jindal
driver is actualy a piece of software which has the
capability to produce an input to invoke the proceeding
module...
drivers are used during bottom up integration testing and
are difficult to creat... (it can also be count as one of
the disadvantage of bottom-up testing)
correct me if m wrong...
Rajiv Kumar Jindal
(Test Engineer,Noida)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / satyam
when you want a testing an application you create a driver
in asp application with one case it develop in .net format.
so when u sent a xml request to the asp application it will
give result while in transformation driver is useful to
carry your proper data from that application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
in integration testing when we follow bottom-up approach we connect sub-modules to main modules, if some modules are missing then we write calling program which is known as driver
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nishant
Driver script is the main Action, which will call all the
unit scripts in a test.
| Is This Answer Correct ? | 0 Yes | 3 No |
write a qtp script to verify that the business price is twice the economy price in flight reservation window
What are the check points can be inserted without recording?
how can we perform web datatable operations on webpages(Like rowcount,col count,cell data)?
i am trying to capture the URL from the open browser and store it. pls give me solution how we can do this in QTP. thanks
What is text check point and text area check point?
I want to see all the properties of agent name in login window. I will use the script Set a=Window("FR").WinEdit("Agent Name:").Gettoproperties( ) msgbox but my question is how to use the msgbox if i use a it will display only a, so anyone pls let me know how to get the display of all the properties using GetToProperties () or GetRoProperties (). Thanks a lot
I am using Shared OR, and my collegues are also using Shared OR. How to merge Object Repositories?
How the exception handling can be done using quicktest professional?
How can we use the "CreateObject ("Scripting.FileSystemObject")" in QTP and what is the definition and purpose of it?
Will down time for server and content maintenance/upgrades be allowed? how much?
You say it is a bug but developer say it is not a bug then what will you do?
7 Answers Hewitt, Tech Mahindra,
Explain the difference between data driven testing and parameterization ?