Hi all,

I like to create a test plan for a web site that does the following steps:

for (int i = 0; i < 3; i++) {
    HTTP Request login
    for (int i = 0; i < 3; i++) {
         HTTP Request page A
    }
    HTTP Request logout
}

At the moment I've got the following test plan (short version)

ThreadGroup (1x)
     Loop Controller (3x)
         HTTP Request login
         Loop Controller (3x)
             Modification Controller
                 HTML Parameter Mask
                 HTTP Request page A
         HTTP Request logout

But it doesn't exactly what I want, since it causes the following request series:

    Login
    Page A
    Page A
    Page A
    Logout
    Page A
    Page A
    Page A
    Page A
    Page A
    Page A
    Login    
    Page A
    Page A
    Page A

Does anyone got an idea of the error in my plan ? 

Best Regards,
gerd


______________________________________________________________________________
Gerd Mueller                                                  [EMAIL PROTECTED]     
SMB GmbH                                                http://www.smb-tec.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to