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
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
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