Forum Discussion

amitbansal's avatar
amitbansal
Occasional Contributor
7 years ago

How to do FTP operations in test complete?

Is there a TestComplete library to do FTP operations in test script  using JScript/Java script?

Currently I am invoking WinSCP shell command script but with that I have to use static wait times which fail often since test complete has no control of it.

 

1 Reply

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    There's no specific library built in to TestComplete to do FTP operations.  However, TestComplete has access to a lot native Windows objects so, if there is an object library in Windows, you could use that.  Additionally, there are JavaScript libraries that can be imported into your automation code to do it... but in short... no... there's nothing "out of the box".  But you can do it with some work.