Hi,
I have three computers to simulate multiple clients from the same computer to server but I receive a bad report in the controller.
A example could be more easy to understand:
State1 User Machines Script Status testuser1 User-PC test.vbs Script started State2 User Machines Script Status testuser1 User-PC test.vbs TS Connection completed State3 User Machines Script Status testuser1 User-PC test.vbs Script finished State4 User Machines Script Status testuser1 User-PC test.vbs Script finished testuser2 User-PC test.vbs Script started State5 User Machines Script Status testuser1 User-PC test.vbs TS Connection completed --> Always refresh testuser1 status testuser2 User-PC test.vbs Script started --> It never is refreshed. The testuser2 do the action but the report that I receive is done by testuser1. State6 User Machines Script Status testuser1 User-PC test.vbs Script finished testuser2 User-PC test.vbs Script started State7 User Machines Script Status testuser1 User-PC test.vbs Script finished testuser2 User-PC test.vbs Script started testuser3 User-PC test.vbs Script started State8 User Machines Script Status testuser1 User-PC test.vbs TS Connection completed testuser2 User-PC test.vbs Script started testuser3 User-PC test.vbs Script started State9 User Machines Script Status testuser1 User-PC test.vbs Script finished testuser2 User-PC test.vbs Script started testuser3 User-PC test.vbs Script started
My scenario is :
- Computer runs the RDLoadSimulationClient.exe (the client). In it we have already registered the RemoteUIControl.dll
- Computer runs the RDLoadSimulationController.exe (the controller).
- Server Computer where there are 4 users: Admin, testuser1, testuser2 and testuser3.
* In the Admin session, the RDLoadSimulationServerAgent.exe is running.
* In ther other users session, the TSAccSessionAgent.exe will be executed when the user session starts.
The controller configuration is:
- Test Progression:
User Range: 1-3
User Group Size: 1
Interval Between Users: 5
Interval Between Groups: 5
Speed Factor: 1
- General
Run Without Server Agent: unchecked
Use user index only: unckecked
User Name pad count: 1
user: testuser
TestEnd Mode : Users Finished
The test code is:
ShiftFlag = 8
RUIObject = "RUIDCOM.RUI"
Any help is appreciated, 'cause I'm quite stuck and the documentation doesn't get me anywhere either at this point.
Thanks in advance,
Regards, Emilio