Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Automated regression testing

by reneeb (Chaplain)
on Oct 14, 2006 at 08:10 UTC ( [id://578268]=note: print w/replies, xml ) Need Help??


in reply to Automated regression testing

If it is a command line application, you can use Test::Cmd or Test::Excpect. If it is a GUI, you can use Win32::GuiTest on Windows and X11::GUITest on Linux.

If you want to test the code, you could write XS-code that interacts with your C-Code. In the Perl script you can use the above mentioned modules for the TAP output.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://578268]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (8)
As of 2024-04-19 09:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found