I need to do load testing of a website with 100 concurrent user using Jmeter I have created test plan Like this -
-Test Plan
--ThreadGroup
---Get Login Page
---Post Login Page
-View Result in Table
I made the below configurations in thread group for 100 concurrent users
No of threads = 100
Ramp Up Period = 1
Loop count = 1
Is it right approach for concurrent user test?
Loop Count= Forever
. After ramp-up time those 100 Threads will then become concurrent. Otherwise useRamp-up Time=0
. – Adnan