SaravanaKumar_N
7 years agoContributor
Unable to set TestedApps Path dynamically
Hi,
I am unable to set TestedApps.Items(i).Path properly.
Let say my app is under - C:\Program Files\abcdef\TestApp\App.exe
I am setting this dynamically using....
TestedApps.Items(0).Path = appPath;
But when I check the TestedApps application path field...
TestedApps Path is set to - C:\Program Files\abcdef\TestApp\
"App.exe" is not being set at application field, its getting trucated. Am I missing something here?
Hi,
I think this is correct expected behaviour.
Check documentation for the TestedApp.Path and TestedApp.FileName properties.