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 you calling actions in qtp?
What is fragmentation and paging?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
how can i call function (which has link with excell sheet at a remote location) within another function
What is standalone database?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
How to check feasibility of the appliction?in automation testing?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
what is the difference between IE & Netscape in web testing on a log in page
How are actions and functions different in QTP?
Write a QTP script to enter a keyword in to Google search engine?
how can we do the frame work in qtp
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
diff between qtp versions from 8.5
Name the properties you would use for identifying a browser and page when using descriptive programming?