hide has been programming in Perl since 1998. Much of this time has been focused on system automation and data warehousing.
On CPAN as: SSORICHE [cpan.org]
Previously my testing would be done by printing variables and return values of functions, relying on my eye to catch any issues. While serving me well it wasn't very good for my productivity. Since writing tests (using Test::More and Test::Exception) I've been able to write more code, with increased confidence, and better results
Now I need to create test suites for our web application using WWW::Mechanize and get the other developers on my team to buy into them. Wish me luck (although I shouldn't need it).
Mech and tests (Score:2)
I'm trying to envision a WWW::Mechanize::Tester that has methods for common testing tasks, although I don't yet know what would be in it. Suggestions?
--
xoa
Re:Mech and tests (Score:1)
One of them has taken the task of making sure all the links on a page are correct, all images are accessable, and that dynamicly generated pages match an existing HTML file.
I don't know if other people will require such tests, but this is the direction we're heading toward at this point.
Re:Mech and tests (Score:2)
--
xoa
the joy of tests (Score:1)