Forum Discussion

Kamal_chennai's avatar
Kamal_chennai
Contributor
9 years ago
Solved

How to Use Project Path in Command Line Parameters

Hi All,   I try to open a file which is present in Project path by using Tested Apps, so i created one Tested apps   I have given "Project.Path+"Sample.xls"" in command line(Plz refere : Testedap...
  • joseph_michaud's avatar
    joseph_michaud
    9 years ago

    You can change the command line parameters of your test programmatically and then run the tested app:

     

    TestedApps.test.Params.SimpleParams.CommandLineParameters = Project.Path + "\\dir1";
    TestedApps.test.Run();