Control interactive program from a shell script

0

I have a small interactive application where I have several types of commands (play, stop, exit).

I want to prepare a script to automate the testing processes. The problem is that I can not find a way to launch my application through a shell script, and be able to send the commands through the stdin of the program.

Any ideas on how to implement this?

    
asked by Alex 28.02.2018 в 09:49
source

0 answers