On Sep 10, 2013, at 1:25 AM, Lalit Deshmukh wrote:
> Hi,
>
> i have implemented 50 shell program to test. now i want to run all these
> shell program one by one(in short test automation) (once first program
> getting executed then next will start). please let me know how to do this? in
> UNIX
On Tue, Sep 10, 2013 at 01:25:22AM -0700, Lalit Deshmukh wrote:
> i have implemented 50 shell program to test. now i want to run all these
> shell program one by one(in short test automation) (once first program
> getting executed then next will start). please let me know how to do this?
> in UNIX
Hello Lalit,
This question sounds more nearer to Shell scripting than Perl. No offence,
you can do this in Perl too, but since underlaying test scripts are shell
based (which you mentioned as 'i have implemented 50 shell program to test'
), i would suggest you to write a wrapper shell script which