Locating away where Copying and Pasting Data into a Web Textbox with multiple user accounts
I have a Website where I go outside of the Website and Copy in a Word File and a Excel Spreadsheet to the Web Textbox.
The files are the same whether I am in my system or another users system and the file names are the same. The only difference
is going to be the path for getting the files.
Which property can I setup in TestComplete to select the test to select this file where the users names have changed.
In my case the system has it setup where it is C:\users\Largent\desktop\ and then the files names.
my second reply should solve that problem for you, since we are no longer using hostname, but using the Sys.UserName instead (which should give you the "Largent" or any other username value that you wanted; that is, whoever logged on to the VM with testcomplete should run this script and expect to get their username filled into that path)
as for exporting as a script file, that is not possible (nor would it be helpful, since you cannot run these scripts outside of the TC environment)