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 to the folder where i have saved the document. Because if i send this script to someone else, the location of the document in their device might be different.
Thanks
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.