This plugins provide additional features over the CSV data set config element for Jmeter. This also provides additional parameterization feature.
This will enable LoadRunner users, the privilege of having similar parameter advantage in Apache JMeter
- Apache JMeter components
- Apache JMeter core
- Jmeter version 5.2.1 or above
- Java 8 or above
- Download the source code from the Github.
- Just do a mvn clean install (M2 is required)
- Jar will be generated under the target directory (di-extended-csv-1.0.jar).
- Copy the Jar to <Jmeter Installed Directory>/lib/ext/
This allows reading of CSV data as follows
- Select Row (Sequential | Random | Unique)
- Update Value (Each Iteration | Once)
- When Out of Values (Continue Cyclic | Continue with last Value | Abort Thread)
The below table is the combinations allowed while using this plugin
| Select Row | Update value | Out of Values | Allocate Block Size |
|---|---|---|---|
| Sequential | Each Iteration | Continue Cyclic | NA |
| Sequential | Each Iteration | Abort Thread | NA |
| Sequential | Each Iteration | Continue with Last value | NA |
| Sequential | Once | NA | NA |
| Random | Each Iteration | NA | NA |
| Random | Once | NA | NA |
| Unique | Each Iteration | Continue with Last Value | Enabled |
| Unique | Each Iteration | Continue Cyclic | Enabled |
| Unique | Each Iteration | Abort Thread | Enabled |
| Unique | Once | NA | NA |
- Create GUI class for UI instead of BeanInfo
- CSV data set config
Please rate a star(:star2:) - If you like it.
Please open up a bug(:beetle:) - If you experience abnormalities.

