I've just started using jMeter and the plan is to do some load testing. I have the GUI effectively logging into the site for one user. One of the params sent back on the login post action is a value for creationTime
that is set on form creation.
The problem is that our app checks against the last login time and refuses you if the time on the form is earlier than the last login time. This is preventing me from hardcoding the creationTime in the jMeter HTTP Request Parameters box.
Since the object is to test the login scalability, not the ability to run through 200 users logging in and out of the system quickly, I need to figure out a way to have a bunch of users. Would I make a login group for each user? What are the strategies I could try to accomplish this?