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 |
How to supress warnings from the "Test results page"?
Why we have to split actions in a test?
how will u do database testing in qtp? how will u do the same with descriptive programming?
How u send bugs to dev'lpment team all at once or one by one or waht is the process?
In the QTP the snap shots obtained during the recording time will appear in the active screen, if we have to use the snapshots from where we have to access. in which memory location of QTP they will be stored?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
Can we do Load Teting with QTP?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
How to get the particular property value?
what are the mandatory and assistive properties of objects in QTP?What is attached text?Plz assist me with proper answer.
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
How to create an instance in QTP?