I am new to Jmeter. My project Manager said to me to test the website load with 100 concurrent user.
Following functionality of website considering to load test-
User Registration
- Get Registration Page Request
- Post Registration Page Request
Login and User profile navigation
- Get Login Page request
- Post Login page request
- Get User Dashboard request
- Get edit Profile page request
- Get change password request
- Get Invite Friend Page request
My Test Scenario is 50 concurrent user Accessing Registration page and other 50 concurrent user accessing User profile(login,dashboard, etc) . I have created following test plan for the same -
And did thread configurations for registration and Login same as -
Total No of Threads : 50
Rampup period : 600 sec
Duration of holding load : 3600 sec
Configured constant timer (delay for each request 200 ms) for both Thread Group requests also added some listeners for collecting the result. I have following question -
Is it correct way to include these many request in test plan for complete load test of My website ?
Do I have configured right thread properties or what else I can do for achieve the best ?