Hi, Can any one explain what is mean by Driver Script? is
it AOM?
Answers were Sorted based on User's Feedback
Answer / pinky
Driver script is nothing but its drives the execution for
QTP. Like
It wil have
1) Code for QTP Open
2) Code for QC-QTP Connection
3) Code for read scenarios from Test File.txt file and
Execute it those are haivng status "Y"
4) Code to save the run results
5) and Code to close all browsers/QTP
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / uday
A driver script is nothing but a main script, which controls
the execution flow of the actions\functions and provides
inputs to those functions. So here the main function\action
load all necessary libraries and controls and monitors the
execution of all our test scripts.
This approach is used in bottom-up integration testing.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / lakshmi
Thx Uday.If i have any doubts regarding this.i will post as
a new question.if u know the answer please provide to us.
Is This Answer Correct ? | 0 Yes | 2 No |
Limitations in QTP?
What is keyword driven framework?
What is the difference between run time object and test object?
What is Associate Repository in QTP 9.2 ?
How will u find that how many List boxes( and check boxes) are present in one particular window
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
How to find the name of the machine where you are running your automation scripts in qtp?
what is object repository size?
What is Terminal Emulators”? Why we used in QTP.? How he works on QTP.
Tell me about userdefined functions ?
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
How can we disable popup blocker?