Re: Test automation using perl or shell

2013-09-10 Thread Jim Gibson
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

Re: Test automation using perl or shell

2013-09-10 Thread Michael Rasmussen
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

Re: Test automation using perl or shell

2013-09-10 Thread Shekar
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

Test automation using perl or shell

2013-09-10 Thread Lalit Deshmukh
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 any utility or to run the same. any help will be really appreciat