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 an expert view and keyword view?
Can we create user defined functions in qtp?
Please Explain The QTP real Testing process with steps.
What is checkpoints for qtp?
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
hen do start automation testing after manual testing
What r the diffrernt file extentions in QTP?
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.
What is the diff between doing parametarisation using Data Driven wizard or manually. when do we go for manual para...and when do we use Data driver wizard..can anybody answer it ..Thanks in advance
hi all, I have installed QTP successfully on windows vista. I am able to record and run on windows applications, but facing problem with web applications. While recording, I am able to open the web application, but when I click on any object or give login name and password, the events are not getting recorded in QTP. Could anyone solve the problem. Any settings to be done for web applications other than selecting web-addin? Waiting for replies. Thanks in advance.
According to use, how virtual object is different from object spy? If Qtp is not learning a sub-menues. What should we done? how would we manage on the expert view too? alkaa.dugaal@gmail.com
A dialog is diplays " Transaction 254689 has been successfully completed" How to get the transaction ID from the message ?