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
Difference between action & Reusable action?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
how to test Web application using QTP software
Hi,All How to create a link in excel sheet using qtp
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
What is the difference between run time object and test object in QTP?
How many types of recording facility are available in quicktest professional (qtp)?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
How do you create new test sets in td?
Where we use data driver in qtp?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
How may types of defects identify application or your currently working application?pls give me answer..
can any one say that where we can download the QTP trail version ??????????
How do you delete unwanted results in qtp?
What is difference between shared and local object repository?