01-16-2014, 05:09 PM
Is variable declaration is mandatory in vb script? How to make variable mandatory in vb script?
Variable declaration
|
01-16-2014, 05:09 PM
Is variable declaration is mandatory in vb script? How to make variable mandatory in vb script?
01-16-2014, 06:25 PM
Variable declaration is not mandatory in QTP. But for the good practice and reduce the risk of redundancy you should declare each and every variable while scripting.
To make variable declaration mandatory you should try "Option Explicit" command at the top of the each action.
01-17-2014, 02:59 PM
Thank you Pranikgarg.
|
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
String Array Declaration | Bhuvana | 0 | 1,008 |
01-07-2020, 12:59 PM Last Post: Bhuvana |