Forum Discussion
YMinaev
Staff
16 years agoHi Lars,
TC provides special objects which allow working with files, so you need to use them. To copy a file, use the aqFileSystem.CopyFile method.
If you mean running an application, you can do this from the slave project as usual (for example, by using TestedApps - see the "Tested Applications" help topic).
How would it be easiest to handle the copy action under TestComplete?
TC provides special objects which allow working with files, so you need to use them. To copy a file, use the aqFileSystem.CopyFile method.
And can TestComplete execute a binary file on a slave machine?
If you mean running an application, you can do this from the slave project as usual (for example, by using TestedApps - see the "Tested Applications" help topic).