Gatling version:
<gatling.version>3.4.2</gatling.version>
Scala Version: 2.12.12
I have this expression in my xml file
<item:seller-email>"${mobileUsername}"</item:seller-email>
As per my understanding, the code below should replace the expression with actual value
.body(RawFileBody("bodies/sample-item.xml"))
However, it looks like Gatling is passing it as it is
<item:seller-email>"${mobileUsername}"</item:seller-email>
Any pointers on how to make this work?
question from:
https://stackoverflow.com/questions/65913196/gatling-not-processing-expressions-in-xml-request-body 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…