Simple Way to Create Complex JMeter Scenarios
Creating complex performance testing scenarios in JMeter can be a complicated but necessary problem you will encounter as you build tests to mirror real user behaviour in your testing.
There are many add-ins that can support you in the creation of these scenarios. Which is good if they do what you want them to do. But if you want the flexibility to build tests without the limitations of 3rd party add-ins then there are several techniques you can use which come with the standard JMeter install.
All you require is a bit of imagination, a basic understanding of Groovy and the JMeter Switch Controller.
The resulting JMX script can be downloaded here.