Does anyone know how to add steps to a Blazemeter test that are executed before the actual load testing component (i.e. Setup and Teardown steps). Is this possible? Currently we're having to add these steps in JMeter script, but we want to try and do as much as possible in Blazemeter. What we're trying to do is the following:
I've had a look online and on other posts, but haven't seen anything like this mentioned, so I'm wondering if it's even possible or not. I'm pretty new to Blazemeter, so any help would be greatly appreciated!
BlazeMeter naturally supports JMeter .jmx test scripts so just add setUp and tearDown thread groups normally, save your script and upload it to BlazeMeter - it will run it exactly as it's defined.
More information: How to Use the SetUp Thread Group in JMeter When Preparing a Load Test