Login
Remember
Register
Ask a Question
When ‘option explicit’ keyword is used in QTP?
0
votes
asked
Apr 25, 2020
in
QuickTest Professional (QTP)
by
Robindeniel
When ‘option explicit’ keyword is used in QTP?
#qtp-option-explicit
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 25, 2020
by
SakshiSharma
To specify that all variable must be declared before use in QTP, ‘Option Explicit’ keyword is used.
...