Solved
Forum Discussion
Wamboo
6 years agoCommunity Hero
Hi
let trash = Project.ConfigPath; -> it is ending with double slashes.
For example:
"C:\\Users\\UserName\\Docs\\TestComplete 14 Projects\\ProjectSuiteName\\ProjectName\\name\\"
in this line:
var fileName=Project.ConfigPath+"\Result\\CATRegressionCompareTestResults.xlsx";
Remove one backslash at the beginning. Try to remove it, becouse in my opinion you don't need it.
Also you can use Project.Path variable as well.
- Preetha6 years agoOccasional Contributor
used Project variable it is working fine Thanks