The Now Platform® Washington DC release is live. Watch now!

Help
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Simulating multiple session logins using JMeter

ahammoud
Giga Guru

I am trying to monitor system performance during multiple sessions logged in at the same time (over 100).

 

I need to simulate the connection of multiple users performing simple tasks on a ServiceNow instance and be able to view the overall system response and performance.

I am using Apache JMeter to make a test plan, it simulates the multiple users displaying the ServiceNow instance (getting to the page), but I can't simulate their log ins and session connectivity, or simulate the session of a single user or test account multiple times.

 

Any ideas on this matter would be greatly appreciated.

1 REPLY 1

atfa
Kilo Explorer

I got here a bit late, but we are simulating multiple logins with different users in ServiceNow using JMeter with no problem.


You can load user/pw to your test scripts from a CSV file.


Here you have how to do it:   http://wiki.apache.org/jmeter/JMeterFAQ#How_do_I_use_external_data_files_to_define_variables_in_my_T...



I hope this helps (a bit late though )