in reply to Re^2: Perl usage for testing
in thread Perl usage for testing

I don't seem to have one handy. ;) Have you watched the screencast I linked to yet? This isn't a ready-made solution; it's a set of tools that you as a programmer can use to build your specific application.

The screencast is good. So is the Mojo::UserAgent documentation. Its SYNOPSIS section shows a brief demonstration of non-blocking UserAgent requests, which it what you will need if you're going to load test a login system.


Dave

Replies are listed 'Best First'.
Re^4: Perl usage for testing
by sarf13 (Beadle) on Jun 11, 2013 at 18:48 UTC

    Dave,

    Actually I didn't go through the link which you have given before . Now I got the solution. Thanks a lot