09-02-04 11:14 PM
Iterations is going to determine how many times the test is run.
Make sure your number of iterations is greater than your browser
connections.
Thank You
George Cheng
Microsoft Application Center & Index Server Support
Note: This article has no warranties implicit or explicit.
All the content is given on the "as is" basis and the user
takes full responsibility for its use and assumption.
Microsoft Corporation Copyright 2004
All Rights Reserved
--------------------
| Content-Class: urn:content-classes:message
| From: "John" <anonymous@discussions.microsoft.com>
| Sender: "John" <anonymous@discussions.microsoft.com>
| Subject: Question About "simultaneous Browser Connection"
| Date: Tue, 31 Aug 2004 09:43:07 -0700
| Lines: 22
| Message-ID: <38b901c48f79$97a738f0$a601280a@phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| thread-index: AcSPeZenGFVfRqL2Rn64gflMjOcLuw==
| Newsgroups: microsoft.public.applicationcenter.usage
| Path: cpmsftngxa10.phx.gbl
| Xref: cpmsftngxa10.phx.gbl microsoft.public.applicationcenter.usage:3886
| NNTP-Posting-Host: tk2msftngxa14.phx.gbl 10.40.1.166
| X-Tomcat-NG: microsoft.public.applicationcenter.usage
|
| I have a test script, A, that contain 2
| request R1, R2. R2 depend on R1 (as R1 will
| set a cookie).
|
| Now i want to simulate 2 user to run the script
| A at the same time.
| So, i set the "simultaneous browser connections"
| to 2 and "iteration to run test" to 1.
|
| I expect there will be a total of 4 requests sent
| (R1 x 2 and R2 x 2).
|
| But when i view the log, only 2 request are sent
| (R1 x 1 and R2 x 1).
|
| Does "simultaneous browser connections" mean the
| number of concurrent connections used to run the
| script(e.g. one connection for sending request R1,
| the other for sending request R2), but not the
| number of times the test script being run
| simultaneously?
|
|
[ Post a follow-up to this message ]
|