Recently I want to do load testing for my azure data factory pipelines.
Now, I follow the document Load test a website by using a JMeter script in Azure Load Testing:
But the question is that:
This is for website, does it also apply to ADF pipeline?
The documentation only mentions uploading the JMeter test script .jmx
file, but how is this file generated? The prerequisites mention sample, but which one is applicable to ADF? Do I need to modify it?
If the steps to generate .jmx
are complicated, could you provide more precise reference documentation? I searched all over Google, but I still know nothing about it.
JMeter .jmx script is basically an XML file describing your JMeter test plan.
If you need to "generate" it:
The page you've referenced contains a link to some sample .jmx test script