Test automation with perl.

2005-04-13 Thread suresh babu
Hi, I need some example projects(not web applications) which uses perl to develop test suites and automate testing requirements. May be some pointers or source forge where i can get information on such projects. Thanks, SB. - Do you Yahoo!? Y

RE: JavaScript TestSimple 0.02

2005-04-13 Thread Clayton, Nik
> * Write tests! libtap's tests are implemented by creating a set of reference test scripts using Test::More, capturing the output from those, and then making sure that the output from the same test implemented using libtap is the same (modulo changes in line numbers and filenames in the test outp

Re: Test automation with perl.

2005-04-13 Thread Adrian Howard
On 13 Apr 2005, at 09:27, suresh babu wrote: I need some example projects(not web applications) which uses perl to develop test suites and automate testing requirements. May be some pointers or source forge where i can get information on such projects. Most things on CPAN will have a Perl test su

Re: Tests running Tests

2005-04-13 Thread Tim Bunce
On Tue, Apr 12, 2005 at 02:02:07PM -0400, Sam Tregar wrote: > On Tue, 12 Apr 2005, Paul Johnson wrote: > > > I would do it in the same way as if this had nothing to do with tests. > > That is, abstract away the common code into a module, which can also > > live under t/ > > That would be a lot of

Re: Test automation with perl.

2005-04-13 Thread Michael G Schwern
On Wed, Apr 13, 2005 at 02:45:53PM +0100, Adrian Howard wrote: > Darcs has some of its tests written in > Perl. PS If you're going to look at darcs' test suite look at darcs-unstable, not the latest release. Its test suite is in much better shape.

Re: Testing for NULL return values in test scripts

2005-04-13 Thread Walter Goulet
So the good news is that I was able to convince the author to let me include my dependancies in the test library. So I'll switch to Test::More. Thanks for the help. On 4/12/05, Michael G Schwern <[EMAIL PROTECTED]> wrote: > On Tue, Apr 12, 2005 at 04:15:01PM -0500, Walter Goulet wrote: > > I thin

Re: Testing for NULL return values in test scripts

2005-04-13 Thread Michael G Schwern
On Wed, Apr 13, 2005 at 03:52:43PM -0500, Walter Goulet wrote: > So the good news is that I was able to convince the author to let me > include my dependancies in the test library. So I'll switch to > Test::More. Huzzah for sanity!

Re: Testing for NULL return values in test scripts

2005-04-13 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Wednesday 13 April 2005 22:52, Walter Goulet wrote: > So the good news is that I was able to convince the author to let me > include my dependancies in the test library. So I'll switch to > Test::More. > > Thanks for the help. Thats very good news! Be

Net::SSLeay testing

2005-04-13 Thread Walter Goulet
I thought I'd share a pretty cool side effect of Net::SSLeay testing for the Phalanx project. While adding tests to Net::SSLeay I found a bug in the openssl library itself. See the Phalanx kwiki entry for Net::SSLeay for details: http://phalanx.kwiki.org/index.cgi?NetSSLeayHoplites - walt smim

Re: Net::SSLeay testing

2005-04-13 Thread Andy Lester
On Apr 13, 2005, at 10:42 PM, Walter Goulet wrote: I thought I'd share a pretty cool side effect of Net::SSLeay testing for the Phalanx project. While adding tests to Net::SSLeay I found a bug in the openssl library itself. Bravo. Turn over enough rocks and you'll find something. xoxo, Andy -- A