Can anyone guide me as to whats the scope of my Software Testing experience and Perl knowledge in the current market. How much it will be usefule in the software testing field. Regards, PS

I'd say Perl is a really useful tool for some kinds of automated testing, but Perl skills alone are not going to get you hired as a tester.

The best language for writing tests in depends on (amongst other things) the language the project was written in, the tools available, and the environment you work in. Some of the time that language is going to be Python, Ruby or Java.

If it were me I would keep an eye on Ruby. While it doesn't (yet) have quite as a large or sophisticated set of testing modules as Perl, it does seem to have acquired a certain cachet in the software testing community, and tools like WAITR are darned effective.

If I was going for a career in software testing I'd learn Perl and Ruby for the scripting side, maybe Python too since it seems to be popular in Java shops, but I'd spend more time learning about testing. Lessons Learned in Software Testing is a good place to start IMHO.


In reply to Re: How can I use Perl knowledge in my Software Testing career by adrianh
in thread How can I use Perl knowledge in my Software Testing career by pallav

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.