nitinmutkure
10 years agoOccasional Visitor
Executing commands on Remote Linux machine from Test Complete installed on Windows machine
I am using "Plink" as a testedapp to execute commands on Remote Linux machine from Test Complete.
Any other opensource tool which can integrated with TC testedApp. Just exporing some more option.
Does Test complete has any inbuild feature which can be use to execute commands on Remote Linux Machine.
Thanks,
Nitin
Hi 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!