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 object repository size?
How to pass parameters into an action.Please explain me with examples
In Manual testing , can u prpare bug report in TD?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
Does quicktest professional is unicode compatible?
If object is not recognized by qtp but the object is standard object what is your approach?
Where can I find and view run-time data table?
what are the different Frame Works in Quick Test Proffessional testing
In QTP what is the difference between Step-in, Step-out, Step-over ?
what QTP Options do you know?
Explain different checkpoints in qtp.