On Jun 30, 6:46 am, "venutaurus...@gmail.com"
<venutaurus...@gmail.com> wrote:
> Hi all,
>        I have to write an automted script which will test my c
> program. That program when run will ask for the commands. For example:
>
> local-host# ./cli
> Enter 1 for add
> Enter 2 for sub
> Enter 3 for mul
> 1            -------Our option
> Enter two numbers
> 44 33  -------- Our option
> Result is 77
>
> As shown in the above example it lists all the options and waits for
> user input and once given, it does some operations and waits for some
> more. This has to be automated.
>
> Can someone give suggestions how to do this in Python (Linux Platform
> in particular).
>
> Thank you,
> Venu.


Take a look at the examples here:

http://www.icanprogram.com/06py/main.html

You can probably do what you want using the SIMPL toolkit quite
easily.

bob
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to