How to Run Requests inside the thread consecutively and not at the same time using Jmeter(one by one). I want to achieve the following one at a time.
Thread 1 - Create Product Create Product Create Product Create Product Create Product Create Product Create Product Create Product Create Product Create Product Create Product Thread 2 - Get Product by Id Get Product By Id Get Product By Id Get Product By Id Get Product By Id Get Product By Id Get Product By Id Get Product By Id Get Product By Id Get Product By Id Get Product By Id Thread 3 - Get All Products Get Products Get Products Get Products Get Products Get Products Get Products Get Products Get Products Get Products Get Products I have realized i am using a very bad method how can i achieve this? This is what i have done:

