Hi,
TestComplete should support connecting to Linux server and read a file from a location. If a WinSCP to SSH script is available in all supported scripting languages, we can read the logs and file content from Linux servers.
Hi,
TestComplete should support connecting to Linux server and read a file from a location. If a WinSCP to SSH script is available in all supported scripting languages, we can read the logs and file content from Linux servers.
This easily doable via scripting with a wshShell object.
TestComplete has WshShell as an object built in that you can call any WshShell commands with... so, it's already there.... no need for feature development. :)
Hi,
Thanks for your reply.
Please post the sample code using WshShell commands as I am not getting the proper code for the same.
Thanks in advance.
Regards,
Ravi B
The documentation provides a lot of examples and sample code to get started:
https://support.smartbear.com/testcomplete/docs/app-testing/desktop/console/interacting-with.html