I have a CSV file with a single column, which contains a JSON array. Each JSON object in the array has a field version
which is a time in miliseconds.
myCol
[{"id": 1, version: 234343535}, {"id": 2, version: 23455454}, ...]
Is it possible to regenerate the version during slimulation running? Currently, Im' injecting the array as a StringBody("${myCol}")
Does Gatling EL allows to modify i.e. the version
during runtime? Or do I have to use session
and run through the string searching for version
field?
question from:
https://stackoverflow.com/questions/65934128/inner-gatling-expressions 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…