ram
Joined: 03 May 2004 Posts: 112 Helped: 2
|
19 Mar 2008 5:13 How to Automate a process with PERL ...? |
|
|
|
Hi there are different ways you can automate the process with perl...
1. create a compile , elaborate , simulate script by priting from perl to file and then execute that file from same perl script.
2. directlty start executing commands from perl script.
In both cases you can see the result file. Parse it for expected result. If exepcted result matches then do next action (may be taking othe testcase) or if it fails then stop
regards,
ram
|
|