0

My jmx script creates an output file from Simple Data Writer Listener after test is executed in JMeter. I’m running load tests via Azure Pipelines on Azure Load Test service. Is it possible to save this output file in Azure Pipeline or is there any other alternative for this?

Riya
  • 9
  • 2

2 Answers2

0

Take a look at Publish and download pipeline Artifacts documentation chapter.

Also be aware that it's possible to control what's being stored into JMeter's .jtl results file using JMeter Properties which are responsible for the Results File Configuration

Dmitri T
  • 159,985
  • 5
  • 83
  • 133
0

If you are automating the pipeline via Azure - then you always have an option to download the artifacts for the test conducted.

provide the filename - it will be included to the artifacts - which you can download sooner/later after your test.

For more information: Take a look at the Azure Load testing Guidelines

rollno748
  • 334
  • 2
  • 7