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 |
How we can merge the object repositories?say if we have 2 or 3 object repositories then how we can merge them?Is there any option in QTP to merge the object repositories?
how you will do cookie testing using QTP?
how to merge object repositories?
In QTP, If you have list of checkboxes, how can i select a particular checkbox and delete if the checkboxes are changing dynamically?
How to analyzing test results using quicktest professional?
How many ways return more then one value from function?
How will you report the bug and explain the defect tracking sheet you handled?
What is the use of "Define new test object" in QTP 9.1 When should we use? Explain?
i need the licence key for QTP V9.5 can anyone help me on getting this?
What is Object Spy in QTP?
What is the Diff between Image check-point and Bit map Check point?
how can i call reusable action in a function could any one explain me?