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 : Testedapps.png), then run the Tested apps it shown a error (Error.png)
Please correct me if i did anything wrong
Thanks
Kamal
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();