I am implementing a user Http request Test plan in JMeter and the scenarios need to be run in a certain order because they are dependent, eg:
Is there a way to run the scenarios making sure this dependency among the Http requests? So when having several Threads I will not face any issue like (shipping an order already shipped)
You may find API Testing With JMeter and the JSON Extractor article useful as well