what is use of optionexplicit in variable declaration
Answer Posted / aaa
In hurry i wrongly posted.
Option explicit
Dim a ---We are declaring them in advnace. (Dimension)
a=10
NOT error.
Option explicit
a=10
throws an error.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
How you create new action in qtp?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
Explain about the quicktest professional (qtp) automation object model?
when will you do debug your script? and explain that process?
What are the technics follow in writing VB script?
can i compare two databases using QTP ?
What is accessibility check point?
How do you configure QTP AND Test director?
How QTP support all types of applications (platforms)?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
what QTP Options do you know?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
To which environments does quicktest professional (qtp) supports?