Re: Test::Harness wrangling

2006-06-29 Thread Luke Closs
Maybe slightly unrelated, but have you guys considered adding some extra (optional) meta info to the TAP spec? For instance at $work, we group our individual assertions into higher level tests like this: # TITLE: Some test case ok 1 ok 2 - awesome not ok 3 I believe we also have an

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

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: Use case testing of Web apps with Perl?

2006-04-20 Thread Luke Closs
On 19-Apr-06, at 9:12 AM, Andrew Gianni wrote: I'm exploring my options for use case testing of Web apps in Perl. Does any have any experience, recommendations or resources to suggest on the topic? We're working on some pretty complicated Web apps (written in Perl) and while we have our

Selenium RC driver

2006-04-06 Thread Luke Closs
Greetings from Canada, Selenium Remote Control 0.71 was just released, and it's an awesome tool for automated functional web testing. Selenium RC is a java* jar file that launches a combination web server and proxy that allows you to use perl/python/ruby/java/c# scripts to launch and

Re: [OT] TDD + Pair Programming

2006-04-02 Thread Luke Closs
clean code with full unit tests. Luke -- Luke Closs PureMessage Developer There is always time to juggle in the Sophos Zone.

Re: Upgrading core modules on Windows

2006-03-16 Thread Luke Closs
as well. perlapp is part of the Perl Dev Kit. Luke -- Luke Closs PureMessage Developer There is always time to juggle in the Sophos Zone.

Re: best way to migrate to Test::WWW::Selenium ?

2006-03-08 Thread Luke Closs
and have /selenium/driver a CGI script to handle the driven mode requests. (See script/driver.cgi for an example). Give it a try and send me your feedback. Cheers, Luke -- Luke Closs PureMessage Developer There is always time to juggle in the Sophos Zone.

Re: Dependency trees was: CPAN Upload: D/DO/DOMM/Module-CPANTS-Analyse-0.5.tar.gz

2006-01-27 Thread Luke Closs
much easier, without having to mess with the CPAN shell and running tests. It would also make installing CPAN packages into hosted environments much easier. Any thoughts? Luke -- Luke Closs PureMessage Developer There is always time to juggle in the Sophos Zone.

Re: Dependency trees was: CPAN Upload: D/DO/DOMM/Module-CPANTS-Analyse-0.5.tar.gz

2006-01-27 Thread Luke Closs
On Fri, Jan 27, 2006 at 10:37:01PM +0100, Tels wrote: Moin, On Friday 27 January 2006 22:26, Luke Closs wrote: On Fri, Jan 27, 2006 at 10:30:47AM -0800, Tyler MacDonald wrote: Chris Dolan [EMAIL PROTECTED] wrote: * for windows only * only includes Foo-Bar, but not it's dependecies

Re: Dependency trees

2006-01-27 Thread Luke Closs
and running tests. It just installs the code and goes home. Luke -- Luke Closs PureMessage Developer There is always time to juggle in the Sophos Zone.

Re: integrating Selenium with a traditional perl test suite ?

2005-12-07 Thread Luke Closs
don't see perl packages for correlating results from many packages, or for testing above the module level. I'm also interested in what tools people use for build management, test result reporting, system testing, but that is a topic for another day... ;) Luke -- Luke Closs PureMessage Developer

Re: testing Javascript applications ?

2005-11-28 Thread Luke Closs
, and we're able to use selenium to test on all our supported browsers (IE, FF, Safari). The selenium website is here: http://selenium.thoughtworks.com HTH, Luke -- Luke Closs PureMessage Developer There is always time to juggle in the Sophos Zone.

Re: automated web testing with selenium

2005-11-28 Thread Luke Closs
On Mon, Nov 28, 2005 at 10:34:42PM +, Mark Stosberg wrote: On 2005-11-02, Luke Closs [EMAIL PROTECTED] wrote: Also, yesterday Test::WWW::Selenium was uploaded to CPAN, so Selenium can now be driven by perl! Test::WWW::Selenium seems interesting, but I could use an example it would