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 |
Will QTP Support Visual Foxpro Applications? If yes please tell me whether I need to install any additional addins for that?
can test automation improve test effectiveness?
why text area checkpoints cannot used for web applications
There is web page with the webtable,this contains some data, how do you manipulate the data.
What is the descriptive programming?
What is .Ini file in QTP?
Use of environment variables?
Is QTP a compiler or interpreter..? can you we execute a QTP Script file in a another system which does not have QTP installed..??
could any help me please, how to work on visual foxpro application using UFT
What are the types of properties that quick test learns while recording?
What is obsolute path and relative path in QTP..? How to access them and what are the differences between them...??
What is the latest version of QTP? aster googling i found it 9.5 . but somewhere in my frnds resume i hve seen 10.0 so i am a bit confused pls let me know.