Re: Maintaining state between tests

2009-04-09 Thread Michael G Schwern
Thomas Klausner wrote: > Is there any module on CPAN (or some other accepted technique) to > maintain some kind of state between tests? > > I know that this will kill parallel testing, but I'm trying to test a > rather long process involving several files and several steps, factored > into seve

Maintaining state between tests

2009-04-09 Thread Thomas Klausner
Hi! Is there any module on CPAN (or some other accepted technique) to maintain some kind of state between tests? I know that this will kill parallel testing, but I'm trying to test a rather long process involving several files and several steps, factored into several distinct test scripts, and

mocking LWP

2009-04-09 Thread Mark Morgan
As it's of relevance to QA (by way of testing), I wanted to let folks know that I have recently put LWP::UserAgent::Mockable onto CPAN. This allows easy mocking of LWP by permitting LWP sessions to be recorded to file, and later played back. Normal behaviour (no modifying of requests/responses) is