Reputation: 90
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)
Upvotes: 1
Views: 1890
Reputation: 168002
You may find API Testing With JMeter and the JSON Extractor article useful as well
Upvotes: 2