Simulating multiple session logins using JMeter

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2014 01:06 PM
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.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2014 04:28 AM
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 )