How will u declare a variable to access multiple actions?
a)Dim b)Global c)Public d)Private
Answer / sekhar
Dim : to declare variable we use Dim.
syntax : dim variable name
public: the variable we can use all programs and all
scripts.
syntax : public variable name
private : the variable we can use with in the program not
in out side the program.
syntax : private variable name
global:
by
sekahr
| Is This Answer Correct ? | 0 Yes | 3 No |
hi i have one isuue on selecting webcheckbox .there are 15 wecheckboxex i want to select every time 9 th one how can i select plese help me regards balaji
How to use descriptive programming?
What ate the Technologies supported by QTP?
does automation replace manual testing?
How to create frame work for qtp?
1 Answers Bank Of America, Polaris,
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
How many types of status are there?
HOW TO AUTOMATE CAPCHA IMAGES while creating Gmail account
what could go wrong with test automation?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
What is the method for maximize the application while we using Decriptive programming in QTP?