Jmeter Duration time does not get reflected in Azure Load Testing

190 Views Asked by At

I am trying to execute my JMeter script via Azure Load Testing, I have setup a duration time in the JMeter script but when I execute via Azure Load Testing ,it does not get reflected, I cant figure from where the time is getting set. I am not sure how to configure that or where it gets overridden. Any support is appreciated.

1

There are 1 best solutions below

0
On

If you provided duration_in_sec in your Azure Load Test Configuration - it will override whatever you have in the .jmx test script

If you didn't - the duration will be taken from the Thread Group(s)

If you haven't specified duration in the Thread Group - the test will end as soon as the last thread (virtual user) executes last iteration of the last Sampler in the last Thread Group.

Otherwise you test will run forever.

More information: JMeter Tutorial: Getting Started With the Basics