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.
To make variable declaration mandatory you should try "Option Explicit" command at the top of the each action.