04-20-2010, 11:21 AM
Yes you are getting it right, this script(testing.vbs) will open your QTP script from the path you specified.
if your scripts are at different location from the path mentioned in the statement, you will have to specify your path
e.g if the scripts are in C:\MyQTP\Scripts\Test1 then the statement will be
if your scripts are at different location from the path mentioned in the statement, you will have to specify your path
e.g if the scripts are in C:\MyQTP\Scripts\Test1 then the statement will be
Code:
App.open "C:\MyQTP\Scripts\Test1 "