what is option explicit?
Answers were Sorted based on User's Feedback
option explicit force you to declare a variable to avoid any mistakes in the script
normally when u misspell something in script it takes as a new variable
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / madivalappa patil
option explicit force you to declare a variable to avoid
any mistakes in the script
normally when u try to use a variable which is not declared
in script then it will through an error saying that
variable not declared.
If you used Option Explicit on Top of your script then you
must declare all the veriables.
| Is This Answer Correct ? | 3 Yes | 0 No |
what is advantage of descripting programming in QTP?
How to work with multiple browsers when opened in the window, write the script for it
What is batch testing?
How can you capture(Read) the values from a Table?
How can you handle exceptions in qtp?
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
How to capture screen shots when an error occurs?
How many add-ins comes by default with qtp?
Which object repository we use in real time and can we merge 2 object repostiory and how?
Please Explain The QTP real Testing process with steps.
What is the present version of the VB Script we are using
How does qtp identify objects in the application?