|
|
| There's more than one way to do things | |
| PerlMonks |
Re: Automated regression testingby reneeb (Chaplain) |
| on Oct 14, 2006 at 04:10 UTC ( [id://578268]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
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.
In Section
Meditations
|
|
||||||||||||||||||||||||