| | |
perl for software testing
Please support our Perl advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Jul 2004
Posts: 494
Reputation:
Solved Threads: 21
Sounds like homework. So here's the dead obvious one: When the code was written in Perl.
www.uncreativelabs.net
Old computers are getting to be a lost art. Here at Uncreative Labs, we still enjoy using the old computers. Sometimes we want to see how far a particular system can go, other times we use a stock system to remind ourselves of what we once had.
Old computers are getting to be a lost art. Here at Uncreative Labs, we still enjoy using the old computers. Sometimes we want to see how far a particular system can go, other times we use a stock system to remind ourselves of what we once had.
Hi Giri,
Your question sounds odd of where Perl is used in s/w testing. It all depends on your Application/Testing Environment.
Suppose, your application is generating lots of files into a particular directory and you want to check for a particular string which is present in each and every file without actually opening all the files ( It's a tedious job to open,check for the string and increment the count :rolleyes: )
You can write an automated perl script which opens all the files,search for the string and display the result which can save your lot of effort.
I remember the module Test::Files will do it for you.
If you can find the book Perl Testing: A Developer's Notebook , all your questions can be solved.
HTH,
Kalyan Raj
Hyderabad
Your question sounds odd of where Perl is used in s/w testing. It all depends on your Application/Testing Environment.
Suppose, your application is generating lots of files into a particular directory and you want to check for a particular string which is present in each and every file without actually opening all the files ( It's a tedious job to open,check for the string and increment the count :rolleyes: )
You can write an automated perl script which opens all the files,search for the string and display the result which can save your lot of effort.
I remember the module Test::Files will do it for you.
If you can find the book Perl Testing: A Developer's Notebook , all your questions can be solved.
HTH,
Kalyan Raj
Hyderabad
Last edited by kalyanraj; Nov 7th, 2006 at 3:26 am.
![]() |
Similar Threads
- Share you software testing experience (IT Professionals' Lounge)
- for software testing certification (IT Professionals' Lounge)
- CA Etrust Audit Software Implementation (Windows NT / 2000 / XP)
- CA Etrust Audit Software Implementation (Windows NT / 2000 / XP)
Other Threads in the Perl Forum
- Previous Thread: Perl, Expect, Cygwin, SSH, and ID Creation / Password Maintenance
- Next Thread: An extremely safe eval
| Thread Tools | Search this Thread |





