in reply to How can I use Perl knowledge in my Software Testing career

It all depends on what you are testing and how you are testing it. Perl can be good for gluing application modules together, certain types of automated testing, working with results files and even manipulating manual test scripts. And you might have a better understanding of what's happening underneath what the program shows you so you can help the programmers debug.

Being a tester should also be good for your software writing skills. When you write software, you will automatically think about boundary conditons and logic paths. If you're like me, even that might not help :) but I might be worse if I hadn't had any software testing training or experience.

How can you feel when you're made of steel? I am made of steel. I am the Robot Tourist.
Robot Tourist, by Ten Benson

  • Comment on Re: How can I use Perl knowledge in my Software Testing career

Replies are listed 'Best First'.
Re^2: How can I use Perl knowledge in my Software Testing career
by pallav (Initiate) on Jun 15, 2005 at 11:47 UTC
    Thanx a bunch for the information.. Well iam mainly into testing enterprise level softwares. So currently my context is that. Iam basically required to do some bulk loading onto the application..which requires some logic to generate the xml files..Hence i felt Perl would be the ideal tool to carry out this work and many more to come. Regards, PS