Krishna Murthy
Krishna Murthy

Reputation: 97

I am new to Gatling Tool. how do we coorelation and parametrization in gatling tool

As in jmeter tool we have reg exp or boundry extracter elements to capture server values. like that how can we do corrleation in GATLING.

Left Boundary => EVENTVALIDATION" value="

Right Boundary=> "

Regular Expression => EVENTVALIDATION\" value=\"(.*?)\"

ALso how to do perametrization in GATLING. Like jmeter we have csv data set configuration. how can we confige csv file in GATLING tool.

Please help how to do correlation and parametrization in GATLING tool

Upvotes: -1

Views: 102

Answers (1)

James Warr
James Warr

Reputation: 2604

These questions are answered comprehensively in the gatling documentation.

https://docs.gatling.io/tutorials/advanced/ - check out the section "Step 03: Use dynamic data with Feeders and Checks"

Upvotes: 0

Related Questions