Doubts about TB2 and the TAP stack

2010-10-28 Thread Pedro Melo
Hi, today I spent a couple of hours setting up my test script to output JUnit, to run them under Hudson. This experience was mostly pain free. I started with the tap-to-junit script but then switched to the TAP::Harness::JUnit to get a prettier JUnit report. All the process got me thinking about

Where to start with using Perl in testing?

2010-10-28 Thread Ari King
Hi all, I recently started learning Perl and I'd like to use Perl to automate testing of a web app GUI. While I'm comfortable with the language and have been able to use Test::More & Test::WWW::Selenium to perform some basic tests, I want to improve the quality of the tests. To that end, can anyon

Re: Where to start with using Perl in testing?

2010-10-28 Thread Peter Leonard
Ari, It's a couple of years old, and the examples are in Java, but the philosophy still holds, and it's a good book on the subject: Test Driven Development by Kent Beck http://www.amazon.com/Test-Driven-Development-Kent-Beck/dp/0321146530/ On 10/28/2010 07:05 PM, Ari King wrote: Hi all,

Re: Where to start with using Perl in testing?

2010-10-28 Thread Matt Heusser
Awhile back I wrote a two-part series on getting started with test::more and selenium RC, it ain't terrible: Part I - installing and configuring http://searchsoftwarequality.techtarget.com/tip/0,289483,sid92_gci1515258,00.html Part II - Get the party started http://searchsoftwarequality.techtarge