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
Your roles and responsibilities and daily tasks? (As automation tester)
QTP script is not working on other's machine..
How to save your test using quicktest professional?
what is object and child object.. explain ..if possible give some example for better understanding ..
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
Explain the views in the QTP GUI?
What is ‘object spy’ and what is the function of object spy in qtp?
How to analyzing the checpoint results?
How do client side image and server side image work?
How you can replace string in qtp?
How will you compare keyword and expert view?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
What is the use of running the scripts in Hidden-mode in UFT?
What is smart identification in QTP?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?