When and why do you use "OPTION EXPLICIT" in VB Script.
Is there any online help or something to learn the script
for Beginners?
Answer Posted / minni
On the top of the QTP script if u write Option Explicit
that means u r going to define every variable u r going to
define every variable u r using in the script as DIM.
for an example if u want to define an array ......
Option Explicit
Dim A(10)
| Is This Answer Correct ? | 26 Yes | 12 No |
Post New Answer View All Answers
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.
What is 'sleep' in sync point?
How to write business scripts using object repository with different scenarios
What is output value? How many types of output values are there in qtp?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
what is impact analysis on regression testing?
What is file database?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
Explain the features of quick test pro(qtp)?
How to attach a file to TD?
what is Property......End Property loop? how to write sript for it in QTP
explain structured testing? plz guys with exp. do answer
in my application,validation message has in japanise language.how to validate this message is appears properly or not
Explain the checkpoint in qtp?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage