WHAT IS ENVIRONMENT VARIABLES?
Answer Posted / srinivas
a varable which can store a value in order to one action or
different action in QTP their are 2 types
1)built in OR system define
2)User defind Varables
A.internal(local)
B.Extrnal (Global)
if am not correct plz telme
srinu66616@gmail.com
Thanx
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
How to replay a script in qtp?
What is the extension of the qtp local repository?
What is CMMP and CMMH?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
When to use descriptive programming?
Who uses qtp tool?
How can I check if a environment variable exist or not?
How the exception handling can be done using quicktest professional (qtp)?
If created one virtual object? Next time I changed the window position will it work?
Hi,All How to create a link in excel sheet using qtp
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
Mention the different actions types of qtp.
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one