Groups | Blog | Home
all groups > visual studio .net act > march 2005 >

visual studio .net act : simultaneous browser connection problem


sultanserdar NO[at]SPAM yahoo.com
3/21/2005 7:53:30 AM
Hi,
I am trying to test my simple isapi dll with ACT. My isapi logs the
request come to itself. When i execute my test with "1" iteration and
"1" simultaneous browser connection one record is added to my log as
expected but when i use "2" simultaneous browser connection it still
writes one record to my log.

I used Test.Trace function to be sure that problem is not in the
isapi.When i executed the test, the log file(ACTTrace.log) is also
added one record although ACT help says "Note that this value sets the
number of copies of the test script that are running simultaneously".

Is this normal? Or what can be problem?

michelk
4/28/2005 12:00:00 AM
I had the same problem. It's a interpretation mistake.
The iteration means how often the same script run is executed.

If you use 1 connection and 2 iterations. The script is run 2 times on 1
connection.
So if you choose 2 connection and 2 iterations the script is run 1 time on
each connection.
if you choose 4 connections with 2 iterations the script is run 2 times on 2
connections.

If you choose a timed run with 4 connections you will see that you script is
executed at least 4 times.



[quoted text, click to view]

Deepak
6/10/2005 5:17:03 AM
So you are saying that Total No of Iterations as specified is divided by the
No of Simultaneous connections ?

Also, in a time-bound test run of a script (recorded to complete a business
transaction), if the No Of Iterations displayed in the test summary is 100 at
the end of test, does it indicate that the no of business transactions
completed must be 100 ?

Thanks...

-Deepak

[quoted text, click to view]
AddThis Social Bookmark Button