From http://seleniumhq.org/: "Selenium automates browsers. That's it. What you do with that power is entirely up to you."

It could be that's exactly what you're after.

From perl: "Over the years, Perl has grown into a general-purpose programming language. It's widely used for everything from quick "one-liners" to full-scale application development.

It could be that's exactly what you want. ...or not.

With flexibility and power comes the additional burden of complexity. If you find the simpler tool to provide you with all the capabilities you need, and you find that the more elaborate tool is burdensome, Perl's proponents aren't going to try to talk you out of using the tool which you find to be the better fit. The Perlish way is to grab the appropriate tool for the job.

However, if you do find that the issue isn't entirely clear, you could incorporate both tools into your workflow. I see that there are at least 23 modules on CPAN that deal in various points of integration with Selenium. Just try http://search.cpan.org with the search term selenium. It's amazing how "on target" it seems that many of the modules look to be for someone who wants to benefit from both tools.


Dave


In reply to Re: Migrate from Perl to any automation tool by davido
in thread Migrate from Perl to any automation tool by Shailendra

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.