Forum Discussion
rraghvani
Champion Level 3
You can define an environment variable that stores the absolute path followed by the executable file. You should then be able to use, for example
%VisionPath%\Vision.exe
Where %VisionPath% could be either
D:\6.5\build\win64\vc15.0\Unicode Release
C:\Temp
X:\Something\Else
ashly
2 years agoChampion Level 1
This solution of environment variables also suggest giving the path as absolute path, For our context what we need is a relative path
i.e Instead of giving path as "C:\Testcomplete\v1.0\Testapps\vision.exe"
is it possible to give "..\Testapps\vision,exe"
assuming the test complete project file is in the path "C:\Testcomplete\v1.0\Project1"
the Use case of this scenario is we can create multiple copies of the "C:\Testcomplete\v1.0" and use it for testing different versions
Related Content
- 6 years ago
- 6 years ago
Recent Discussions
- 5 hours ago
- 7 days ago
- 10 days ago