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?