Forum Discussion
4 Replies
- YMinaev
Staff
Hi Lars,
You need to copy files via a shared directory on either the master or the slave. - LarsOOccasional ContributorHi Jared
Thanks, I can share the C drives of the slaves.
How would it be easiest to handle the copy action under TestComplete? And can TestComplete execute a binary file on a slave machine?
Best regards
Lars Lund Olsen - YMinaev
Staff
Hi Lars,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). - LarsOOccasional ContributorHi Jared
Thanks for your help :-)
/Lars