Here's my problem:
I've setup my test to be executed with 10 VU. In my Test Script, I've
created a variable containing 10 users.
But, after execution of the test, I notice (in the report view) that some
users are used many times, but all the users are not used.
To be more clear here's an example:
Test Report:
User id : 1530
User id : 1570
User id : 1570
User id : 1610
User id : 1600
User id : 1530
User id : 1520
User id : 1600
User id : 1600
User id : 1570
Here's my variable definition:
CHARACTER*512 USERNAME ( "1510", "1520", "1530" &
, "1540", "1560", "1570" &
, "1580", "1590", "1600", "1610" )
My problem: my Web site doesn't allow the user to be logged many times in
the same time. Only one user can be logged at a time.
So, for me, in this situation, the test can't validate the workload of my
Web site.
How can I do ?
Thanks
Best Regards
Ludovic
|