What is the Difference between Environment variable and
Globle variable,.. anybody can give me answer..Thanks in
advance...
Answer Posted / param
Environmental variables:it is like a global variable.We can
use it in different tests and actions.
Global variables:it can be used within a test and multiple
actions.
local variables:it can be used within a test and an action.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to data driven test for Win objects in QTP ?
What is contained in the object repository?
What is output value? How many types of output values are there in qtp?
Write a QTP script to enter a keyword in to Google search engine?
Can we use index on view?
How to analyzing the checpoint results?
What is the file extension of the code file and object repository file in QTP?
What phases are involved in testing an application in qtp?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
What is the basic concept of quicktest professional (qtp)?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
What is an optional step in qtp ?