in reply to Re: How can I use Perl knowledge in my Software Testing career
in thread How can I use Perl knowledge in my Software Testing career

Test::DatabaseRow is also very useful for checking what happens inside a database after your calls to the application.

I would also add to the list: Simple clients for all kinds of servers. These can then be used for testing the servers. Use Test::More to write the tests that use the clients.

/J

  • Comment on Re^2: How can I use Perl knowledge in my Software Testing career