Answer Posted / 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 |
Post New Answer View All Answers
Write a QTP script to enter a keyword in to Google search engine?
How to open a new test using quicktest professional?
How did you resolve conflicts present in Object Repository?
What is ObjectParamater?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
How will you compare keyword and expert view?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
In qtp, how you can get the last character from a string?
What is action split and the purpose of using this in qtp?
What is action?
what is the advantages and disadvantages of using functions instead of re usable actions
Describe synchronization point.
Shall we add Local Repository to shared object repository,if yes,how we add
Tell me about qtp?
What is difference between run time object and test object?