I have to automate the working of a console application (testapp.exe, written in c++).
The application have different options:
- Get computer name
- List services in machine
- List running applications in machine
The application shows prompt to enter option after the application starts.
Is it possible to automate the application execution???