I want to test the Web API of a system which has also a CLI accessible via a telnet connection. The tests must verify that the response given to the API requests matches the output of commands given to the CLI. The problem is that as far as I know there's no way to initiate a telnet connection from inside a postman script.
What will be the best way to achieve this? Maybe postman is not the best tool for this job?