How will u declare a variable to access multiple actions?
a)Dim b)Global c)Public d)Private
Answer Posted / 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 |
Post New Answer View All Answers
Define virtual object?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
Approach for Installation,comaptibility,system testing
What is active screen?
Explain how you can replace string in qtp?
How you will rate urself in QTP in the range of 0 to 5
What is synchronization point in QTP?
How to check which add-ins are associated with a test in qtp?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
Explain the check points in quicktest professional (qtp)?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
how can we compare descriptive programing with a regular expression
What is Port testing. Whhen will you perform?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
In qtp, how you can use xpath to identify objects?