Forum Discussion
AlexKaras
11 years agoCommunity Hero
Hi Ganapati,
There are a lot of ways to do this... For example:
a) You may use Project.Path;
b) You may create project variable and store required path there;
c) You may store path in the external .ini file and get the path from there via Storages.INI object.
See TestComplete help for more details on the mentioned program objects.
There are a lot of ways to do this... For example:
a) You may use Project.Path;
b) You may create project variable and store required path there;
c) You may store path in the external .ini file and get the path from there via Storages.INI object.
See TestComplete help for more details on the mentioned program objects.