Hi,
How to declare Global variables in QTP by using vb script?
Question asked by visitor lakshman
Hi,
How to declare Global variables in QTP by using vb script?
Question asked by visitor lakshman
Check this out:
Public Property Get varTest
Set varTest = "xy"
End Property