After reading this Running multiple Thread Groups sequentially in JMeter It seems to me that it is possible. But I am not finding a way.
I have a scenario like:
- I have user login and pass and login page url - So have to login with that
- After Successful login, submit a form data having approximately 15+ fields and upload a file in form as well
- After successful submission, load another page and then send logout request.
And I have a set of users in an excel or a csv file. 100 or 500 user, need to check this same process for all those seperate user at a time and sequentailly(1 after another)
Is it possible to do with JMeter? I can create threadgroup to submit a form data with httpwebrequest. but don't know any way to do the above type of task.
***I will not use blaze meter.
Here is another link which also indicate its possible: