05-03-2011, 06:24 PM
I have the .vbs file which launches my test and execute it successfully. But in that test name is hard coded ie I can run only specific test. Syntax for the same is as follows:-
qtApp.Open "c:\Test", True ' Open the test in read-only mode
Now I want pass Test through command line ie c:\LaunchQTPApp.vbs with Test as parameter. How can I achieve this feature.
Thanks in Advance.
qtApp.Open "c:\Test", True ' Open the test in read-only mode
Now I want pass Test through command line ie c:\LaunchQTPApp.vbs with Test as parameter. How can I achieve this feature.
Thanks in Advance.