Kamal_chennai
10 years agoContributor
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...
- 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();