When and why do you use "OPTION EXPLICIT" in VB Script.
Is there any online help or something to learn the script
for Beginners?
Answer Posted / minni
On the top of the QTP script if u write Option Explicit
that means u r going to define every variable u r going to
define every variable u r using in the script as DIM.
for an example if u want to define an array ......
Option Explicit
Dim A(10)
| Is This Answer Correct ? | 26 Yes | 12 No |
Post New Answer View All Answers
How to handle Java tree in QTP?
Do you know how to connect database? Can you tell me the procedures?
what is the difference between data driver & data driven and driver script?
what is the difference between development and testing
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
What is qtp window?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
What are the benefits of qtp?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
How to break the object spy ?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
Explain the concept of object repository?
What are the different types of qtp test assets and their extensions?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
What is the extension of the recovery scenario file in qtp?