aspose file tools
The moose likes Testing and the fly likes Jmeter problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "Jmeter problem" Watch "Jmeter problem" New topic
Author

Jmeter problem

Chaz Camron
Greenhorn

Joined: Feb 18, 2011
Posts: 1
Hi,

I'm new to Jmeter. I recorded a basic test script ( user logs in to the system and logout) When i run it for more than one user thread. I'm getting a message ' user already logged in' . If i run the script for one thread this doesn't happen. My question is, when we are doing a load test for many users ex (200) do you have to have a csv data file that include 200 user names and 200 passwords to do a load test for 200 users?

The application im recording only allow one user to login at a time. If a user is logged in you cant login with same user credentials from another machine.
enric jaen
Greenhorn

Joined: Oct 15, 2010
Posts: 25
Yes you have to create a csv data set (Add > Config Element > CSV Data Set Config)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Jmeter problem
 
Similar Threads
Can not get stable result when using multiple threads to calculate the average response time
Jmeter Mailer Visualizer
TCP Sampler in jmeter to test client-server
How to assess the execution time
planning to desing a stress test tool