Exit Code: 255, 127 returned when ssh is used to execute a command in a remote server in RobotFramework. The command is not inbuilt command but the absolute path is provided.
*** Test Cases ***
open_connection_and_login
Open Connection ${HOST}
Login ${USERNAME} ${PASSWORD}
${res}= Execute Commmand cmd test.qoc
log to console ${res}
Close All Connections
cmd is a command which is not built-in shell command
question from:https://stackoverflow.com/questions/66062827/exit-codes-127-and-255-in-robot-framework