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?