Can anyone help me out how to implement the following scenario using Jmeter, in this scenario N number of users should be able to log in at once and implement the same scenario at the same time?
I have already tried using recording option but it is not updating in the database.
To some HTTP requests, it is showing SSO issue.
Steps: 1. Login to the web application. 2. A landing page is displayed. 3. Two options displayed. 4. Selecting one option, which will redirect to the specific landing page. 5. From home page, we will search for the products. 6. Selecting one product and it redirects to the customization page. 7. In the customization page, we are inputting the values, updating the changes to the order. 8. Finally completing the order with update changes in it.
Where the customize order will ask us to move into the cart or it will ask us to submit for approval.