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 / shilpi
Use Option Explicit to avoid incorrectly typing the name of
an existing variable or to avoid confusion in code where the
scope of the variable is not clear.
when you use Option Explicit statement,you must explicitly
declare all variables using the Dim,Private,Public or ReDim
statements.If you attempt to use an undeclared variable
name,an error occurs.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
Explain the types of object repositorys in qtp?
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
What are the different types of recording modes in qtp? Which will be used when?
What are the differences between quicktest professional (qtp) and winrunner?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
assume i have few url link how will i dynamically call then using descriptive programming?
What is checkpoint in qtp?
How to check bitmap output value?
what is clean sweep?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
How many scripts did you have?
Can any one send me the QTP Basic Coding Samples?
What is the difference between the keyword view and expert view?