microsoft / azure-load-testing

MIT License
22 stars 3 forks source link

[Feature Request] - Load Test with CSV input #1

Closed sinclr4 closed 2 years ago

sinclr4 commented 2 years ago

Is your feature request related to a problem? Please describe. I need to be able to run a perf test with a CSV input. Although this is in the Test Configuration YAML, it's not clear how to do this. I receive an error 'File Path not allowed in Test Plan CSVDataSet Config'

Describe the solution you'd like Could you provide an example with includes a CSV input to a test.

kaumishra commented 2 years ago

Hi @sinclr4 Thanks for trying out the service. You can use the CSV by referencing it as a file name instead of a fully qualified path in the JMX file and upload it along with the JMX script. Thanks for the feedback on the docs and sample. We are working to get those added.

sinclr4 commented 2 years ago

Thank you!