Tag Archives: Test

Thoughts about an easy-to-use Mocker for Perl

Unit-testing is the way to go in modern programing. When you’re at writing unit tests, chances are that you will eventually need the so-called mock objects. You can find a pretty good definition of Mock objects here. In Perl, writing … Continue reading

Posted in Programming | Tagged , , | 2 Comments

Test::WWW::Mechanize::Runner est publié

Comme expliqué ici, Test::WWW::Mecanize::Runner est publié.

Posted in Programmation | Tagged , | Comments Off

Tester des applications Web avec Perl

Après avoir fouillé un peu pour voir ce qui se fait en matière de tests fonctionnels pour les applications Web, je suis tombé sur la combo qui tue : WWW::Mechanize pour scripter un surf HTTP::Recorder pour enregistrer un scénario en … Continue reading

Posted in Programmation | Tagged , , | 1 Comment