Test::Harness wrangling

2006-06-28 Thread Andy Lester
Tomorrow, Adam Kennedy and I (and Schwern?) will be banging on Test::Harness. Any bugs that we especially need to work on? xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: Expect on Windows

2006-06-28 Thread Leon Brocard
On 6/28/06, Gabor Szabo <[EMAIL PROTECTED]> wrote: As Test::Expect was just mentioned here, I would like to know why Expect and thus Test::Expect does NOT work on Windows? Well, Test::Expect is a wrapper. Test::Expect works on Windows if and only if Expect works on Windows. It has this comment,

Re: Using Perl in QA departments

2006-06-28 Thread Luke Closs
On 27-Jun-06, at 12:34 PM, Luke Closs wrote: I just gave a talk about it here at YAPC, so the video should be available online soon. FWIW, my slides are available here: http://awesnob.com/perl-on-selenium/ Luke

Re: Using Perl in QA departments

2006-06-28 Thread Luke Closs
On 27-Jun-06, at 4:30 AM, Gabor Szabo wrote: On 6/26/06, Leon Brocard <[EMAIL PROTECTED]> wrote: This is really neat. You might want to add a link to Test::Expect too, which makes it almost to easy to test terminal-based programs. I only recently saw Test::Expect, I'll look at it more deeply