02-04-2013, 10:15 PM
Hi,
I have vb script that run qtp using
I have batch file that run the this vb script.
I send arguments from the batch file to vb script and that works OK.
How can I send arguments from the vb script to the QTP ?
BTW - If I define environment variable before running the batch file QTP not recognize it. why is that ?
Thanks
I have vb script that run qtp using
Code:
Set qtApp = CreateObject("QuickTest.Application")
I have batch file that run the this vb script.
I send arguments from the batch file to vb script and that works OK.
How can I send arguments from the vb script to the QTP ?
BTW - If I define environment variable before running the batch file QTP not recognize it. why is that ?
Thanks