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 |
What are the types of object repository in qtp?
1. How can we use same object repository and Testscript which is in English flavor to check the application in different languages thru QTP?(Chinese,Dutch,French) - I generated script in english and want to use the same script with different languages? - for windows i used regular expressions - I need for edit box,button and combobox, (English,French,Dutch,Chinese) These are the properties of a button in different languages Properties English Dutuch Chinese French x 400 758 631 601 y 673 603 592 676 windowstyle 1342242816 1342242816 1342242816 1.34E+09 windowid 2 2 2 2 windowextended style 4 4 4 4 width 120 120 120 120 visible TRUE TRUE TRUE TRUE righttoleft reading FALSE FALSE FALSE FALSE righttoleftlayout FALSE FALSE FALSE FALSE rightaligned FALSE FALSE FALSE FALSE regexpwndtitle cancel Loschen Chinese language Annuler regexpwndclass button button button button objectclass button button button button hwnd 132872 657228 656932 656782 height 33 33 33 33 focused FALSE FALSE FALSE FALSE enabled TRUE TRUE TRUE TRUE attached text abs_y 669 599 627 597 abs_x 396 754 588 672 text cancel Loschen Chinese language Annuler nativeclass button Button ordinal Identifier type,Value none none none none smartidentification FALSE FALSE FALSE FALSE comment
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
How to handle the exceptions using recovery scenario manager in QTP?
Is virtual object supported in low level recording mode?
Can you brief the hurdles you faced during Automation testing?
if full in Object Repostoiory then how to load other Object Repository
how to capture data from images in QTP and produce them in excel sheet?
During execution, how can we capture the data from the pop- up, ie. when any popup comes with some numbers written on it, then how can we capture the value/number that is coming on the pop-up and save in the dynamic file/or other file, even when the run is going on.
Why a framework is needed?? Plaese post your answers ASAP
Hi, i want download attached files in test plan area from QC to local drive in my system using QTP script. Please help me
what is test scheduling?