Re: Module Tests

2002-07-17 Thread Barbie

From: "Richard Clamp" <[EMAIL PROTECTED]>

> His older talks are online here
>
> http://magnonel.guild.net/~schwern/talks/

I'll have a wade through and see what I can find.

> I imagine that the writing a test library slides will eventually end
> up there, but from the synopsis[1], this might not be the testing
> guide you're looking for.

I think it probably is, as I'm interested in writing a suite of tests that
not only test modules, but a whole collection of scripts. We end doing a lot
of regression testing and it would be nice to apply a set of similar tests
to different scenarios particularly where user input is concerned.

- Original Message -
From: "Mark Fowler" <[EMAIL PROTECTED]>

> http://www.perl.com/pub/a/2001/12/04/testing.html (chronomatic's An
> Introduction to Testing)

Seems much the same as Test::Tutorial, but thanks for the link.


I've been surprised at the scarcity of articles on testing, seeing as that
is mostly what we all do in a development cycle.

Barbie.





Re: Module Tests

2002-07-17 Thread Mark Fowler

On Wed, 17 Jul 2002, Barbie wrote:

> Are there any decent tutorials or guides to writing tests for modules, apart
> from Schwern's Test::Tutorial?

http://www.perl.com/pub/a/2001/12/04/testing.html (chronomatic's An 
Introduction to Testing)

Later.

Mark.

-- 
s''  Mark Fowler London.pm   Bath.pm
 http://www.twoshortplanks.com/  [EMAIL PROTECTED]
';use Term'Cap;$t=Tgetent Term'Cap{};print$t->Tputs(cl);for$w(split/  +/
){for(0..30){$|=print$t->Tgoto(cm,$_,$y)." $w";select$k,$k,$k,.03}$y+=2}





Re: Module Tests

2002-07-17 Thread Richard Clamp

On Wed, Jul 17, 2002 at 10:05:51AM +0100, Barbie wrote:
> Are there any decent tutorials or guides to writing tests for modules, apart
> from Schwern's Test::Tutorial?

His older talks are online here

http://magnonel.guild.net/~schwern/talks/

> If anyone is going to Schwern's "Writing a Test Library " talk next week I'd
> be very interested in knowing where his slides will be online.

I imagine that the writing a test library slides will eventually end
up there, but from the synopsis[1], this might not be the testing
guide you're looking for.

[1] http://magnonel.guild.net/~schwern/2002_Talks/Writing_A_Test_Library

-- 
Richard Clamp <[EMAIL PROTECTED]>