in reply to System testing a WWW transaction application

You can use Apache::Recorder with HTTP::RecordedSession to record and replay later tests. It doesn't require too much programming.

You can also try to teach QA stuff to use HTTP::WebTest. It provides its own quite simple mini-language for test specification understandable by non-programmers.

--
Ilya Martynov (http://martynov.org/)

  • Comment on Re: System testing a WWW transaction application