I am new to JMeter, I want to do load testing on a particular web site.
I have to do load test for the following requests on my web site
-->Visiting login page
-->Login to website
-->visiting to products page
-->Visiting to product details page
for this I made script like this
Test Plan
|-->ThreadGroup
|-->Visiting login page
|-->Login to website
|-->visiting to products page and etc..
Now, If I run this test plan with 50 threads then what will be the flow ???