473,387 Members | 1,834 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Testing module

hi all,

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

regards
rohit
Jun 16 '08 #1
6 1438
nithinpes
410 Expert 256MB
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
Jun 16 '08 #2
thanks i need only the autoloader


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
Jun 19 '08 #3
numberwhun
3,509 Expert Mod 2GB
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
Jun 19 '08 #4
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...

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
Jun 19 '08 #5
numberwhun
3,509 Expert Mod 2GB
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
Jun 19 '08 #6
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...
Jun 20 '08 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

11
by: rhat | last post by:
Hi Everyone, I've recently been reading some articles about unit-testing in Python , but I am a bit confused: where do I go to get started with this? I tried googling for "unittest" but all I've...
4
by: Edvard Majakari | last post by:
Hi, I just found py.test and converted a large unit test module to py.test format (which is actually almost-no-format-at-all, but I won't get there now). Having 348 test cases in the module and...
38
by: Christoph Zwerschke | last post by:
In August 2001, there was a thread about the "Art of Unit Testing": http://groups.google.com/group/comp.lang.python/browse_frm/thread/aa2bd17e7f995d05/71a29faf0a0485d5 Paul Moore asked the...
6
by: Silfheed | last post by:
Heyas So we have the following situation: we have a testee.py that we want to automatically test out and verifiy that it is worthy of being deployed. We want our tester.py to test the code for...
1
by: pelon | last post by:
There must be a couple of lines that will replace the following: function inside my module and execute that function in order to test it separately from the rest of the module. I know pdb will...
27
by: brad | last post by:
Does anyone else feel that unittesting is too much work? Not in general, just the official unittest module for small to medium sized projects? It seems easier to write some quick methods that are...
5
by: Ben Finney | last post by:
Howdy all, PEP 299 <URL:http://www.python.org/dev/peps/pep-0299details an enhancement for entry points to Python programs: a module attribute (named '__main__') that will be automatically called...
4
by: David | last post by:
Hi list. Do test-driven development or behaviour-driven development advocate how to do higher-level testing than unit testing? types of testing: unit integration system
0
by: Matthew Fitzgibbons | last post by:
I'm by no means a testing expert, but I'll take a crack at it. Casey McGinty wrote: I've never run into this. Rule of thumb: always separate software from hardware. Write mock classes or...
7
by: alito | last post by:
Hi all, I am new to using packages to group my modules. I can't figure out how to run a module that uses relative imports without writing a wrapper that imports that module. Everything I try...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.