Solved
Forum Discussion
HKosova
Alumni
11 years agoHi Nitin,
There's no built-in functionality for that; you'll need to use external tools. Some TestComplete users use WinSCP to SSH into UNIX boxes. WinSCP has a command-line version with the stdin/stdout interface, and also a .NET library that you can call through TestComplete's dotNET object.
Here's an example:
Executing UNIX commands through SSH in TestComplete
Hope this helps!