I have to do performance testing on 3 web/app servers which are accessed by 5 different tenants(URLs). The operations are same in all the tenants with JDBC authentication.
I have multiple JMX files, take one for example ie. JMX for Signin and Signout functions.
Note:** Here all the JMX are recorded from one single tenant.
Note:** 1 DB for 1 tenant, so all the tenants have different logins.
What I need to do is: Execute the JMX for all the tenants in Parallel. Signin & Signout should be performed in all the tenants at the same time.
So far, I have tried distributed testing and failed to get on that. Currently working with ANT and still I dont have clear idea on how to achieve parallel JMX execution in different tenants.
Please suggest me any solution.Your help is greatly appreciated.
Thanks, Bala.