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 / vaibhav patil
You can also force the explicit declaration of variables by setting the keyword OPTION EXPLICIT . The <%OPTION EXPLICIT%> statement must appear before VBScript command,otherwise it will be treated as an invalid statement and generate error.
For eg,
<%Language=VBScript%>
<%OPTION EXPLICIT%>
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How will you check a web application for broken links using qtp?
banking domain description for software tester for interview
Difference between action & Reusable action?
What is the virtual object?
What are the different kinds of test steps?
How to handle dynamic objects in quicktest professional (qtp)?
whare exactly we have to use functions and sub routain
What are the different types of qtp test assets and their extensions?
What are the different recording modes?
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.