what is use of optionexplicit in variable declaration
Answer Posted / aa
If we don't use it, we can declare variables in vbscript
without declaring them in advance.
Ex:
option explicit
a=10
This throws an Error.
If don't use... Option explicit
a=10
doesnot throw an error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what type of automation is follwed in the project?
What is smart identification in QTP?
Should have experience in framework means?
Mention what are the different types of recording modes in qtp? Which will be used when?
How does qtp recognize objects in aut?
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
When and why to use descriptive programming?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
In qtp is it possible to check broken links of a page?
How you debug your script?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Describe function procedure in vbscript.