sandeep7972
4 years agoOccasional Contributor
Desktop application Launch
. Im trying to automate a desktop application(MS Word). So i have this test document which is a doc file. My questioon is is it possible to include the test document in the project instead of going t...
- 4 years ago
What we do is always put documents in a folder with the same name inside the project folder, say \Data or \Documents
You can find the project folder this way no matter where it is
https://support.smartbear.com/testcomplete/docs/reference/project-objects/project/project/path.html
Then as the example shows, you can build the path to the document without knowing exactly where it is on someone's machine.