Testing module

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rohitbasu77
    New Member
    • Feb 2008
    • 89

    Testing module

    hi all,

    I need some module for automation and testing in perl.
    Is there any such module avilable..

    regards
    rohit
  • nithinpes
    Recognized Expert Contributor
    • Dec 2007
    • 410

    #2
    What kind of automation are you looking at?

    For ex., if you are looking for GUI automation you can make use of Win32::GuiTest . For web-based, you can use WWW::Mechanize or LWP::Simple. For database related, you can make use of specific DBD modules(like DBD::mysql , DBD::Oracle etc.).

    For writing tests and running testscripts, you can make use of Test::Simple, Test::Harness and Test::More .

    -Nithin
    Last edited by nithinpes; Jun 16 '08, 08:40 AM. Reason: text

    Comment

    • rohitbasu77
      New Member
      • Feb 2008
      • 89

      #3
      thanks i need only the autoloader


      Originally posted by nithinpes
      What kind of automation are you looking at?

      For ex., if you are looking for GUI automation you can make use of Win32::GuiTest . For web-based, you can use WWW::Mechanize or LWP::Simple. For database related, you can make use of specific DBD modules(like DBD::mysql , DBD::Oracle etc.).

      For writing tests and running testscripts, you can make use of Test::Simple, Test::Harness and Test::More .

      -Nithin

      Comment

      • numberwhun
        Recognized Expert Moderator Specialist
        • May 2007
        • 3467

        #4
        Originally posted by rohitbasu77
        thanks i need only the autoloader
        Next time, please be sure and be more specific in your requirements. As you can see, our Expert cited several possibilities. Also, before you go asking for a module to do a specific task, please be sure and search CPAN as that is where all of the modules are kept.

        Regards,

        Jeff

        Comment

        • rohitbasu77
          New Member
          • Feb 2008
          • 89

          #5
          automation and testing are stated as a requirment.
          have you really gone through my requirment.... before putting something, have you actually read the question... i got the module, but nitin help me to find some thing more...

          Originally posted by numberwhun
          Next time, please be sure and be more specific in your requirements. As you can see, our Expert cited several possibilities. Also, before you go asking for a module to do a specific task, please be sure and search CPAN as that is where all of the modules are kept.

          Regards,

          Jeff

          Comment

          • numberwhun
            Recognized Expert Moderator Specialist
            • May 2007
            • 3467

            #6
            Originally posted by rohitbasu77
            automation and testing are stated as a requirment.
            have you really gone through my requirment.... before putting something, have you actually read the question... i got the module, but nitin help me to find some thing more...
            Why yes, yes I did read your requirements. I was stating the need for specifics with regards to the automation and your statment, "thanks i need only the autoloader". Automation was a bit vague if you are only looking for an autoloader. No need to be rude, especially towards the moderators.

            While we are at it, please don't top post. Please put your posts below the reply text, otherwise.....


            about.
            talking
            are
            you
            what
            know
            anyone
            will
            how

            Regards,

            Jeff

            Comment

            • rohitbasu77
              New Member
              • Feb 2008
              • 89

              #7
              Originally posted by numberwhun
              Why yes, yes I did read your requirements. I was stating the need for specifics with regards to the automation and your statment, "thanks i need only the autoloader". Automation was a bit vague if you are only looking for an autoloader. No need to be rude, especially towards the moderators.

              While we are at it, please don't top post. Please put your posts below the reply text, otherwise.....


              about.
              talking
              are
              you
              what
              know
              anyone
              will
              how

              Regards,

              Jeff

              hmm.... thanks....
              will do so.... next time...

              Comment

              Working...