I have a project with asp.net mvc and I have a method in this project that is used for the final purchase of a product. When a user wants to finalize a product added to the shopping cart, this method checks if the product is in stock using a transaction and finalizes the purchase by creating an order. Now, I want to test this in a way to ensure that concurrency is not an issue. If two users try to finalize the same product simultaneously, the project should process these actions sequentially without any disruption.
I have tried using Postman and JMeter, but my issue was not resolved. It's possible that I couldn't handle it properly.
I don't think it's achievable with Postman.
For JMeter you can: