I’m testing a web application with a shopping cart. I want to do a load testing using jmeter. First of all, I recorded a script for the action in which user selects an item and adds it to the shopping cart and submits and completes the order (no payment gateways involved as a testing site). Now If I replay the script with 100 users (Thread count = 100), should it create 100 order requests in the database?
However, I didn’t see jmeter creating any multiple orders in the database in my trial rounds. There’re some failed requests as well. Is my script wrong? Should jmeter create new requests if I do the test correctly?