Forum Discussion

raj360logica's avatar
raj360logica
Occasional Contributor
7 years ago
Solved

How to add an Excel file withing the TestComplete project.

Hi There,   I have an Excel file that contain data for my scripts i.e username, Password, App URL etc, and its located on my local machine i.e C:\Users\Text.xlsx  and its working as expected.   B...
  • raj360logica's avatar
    raj360logica
    7 years ago

    Great.....

     

    var path=Project.Path;
    Log.Message(path);

     

    it returns path to the Project file, hence it solved my problem.

     

    Thank you