JMeter Assertions to Control Test Flow
Creating a JMeter performance test plan often involves simulating a series of requests. Whether we intend to run one request sometimes depends on if the previous request was successful – in essence creating a branched-logic flow. In this brief post, we will show you how to use JMeter assertions to control the flow of your test. Conditional Test Flow In a previous post, we covered all the different types of JMeter assertions that are available. Here,Read More →