Data SourcesTaurus allows you to use external CSV files for testing purposes. It can only be used with JMeter, Apiritif, and Gatling executors. Please keep in mind that not all options are supported by each executor. Here is a full list of options: scenarios: sample: requests: - http://blazedemo.com/${id}-${name} # request with data from a file data-sources: # list of external data sources - path/to/my.csv # this is a shorthand form - path: path/to/another.csv # this is a full form delimiter: ',' quoted: false encoding: "utf-8" loop: true variable-names: id,name random-order: false Explanation:
When random-order is false, data extraction will proceed in direct manner. Data lines, which contain delimiters, will be read from the top down to the bottom, just the way they were written. Otherwise, the data will be extracted in a random way. |
On this page:
Quick Links: |