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

Hi Dave, Really appreciate for your quick response. Can you give one example for capture time elapse on simple login system for single and multiple users? Thanks

Replies are listed 'Best First'.
Re^3: Perl usage for testing
by davido (Cardinal) on Jun 11, 2013 at 18:33 UTC

    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

      Dave,

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