Hi,
I have an API that supports both XML & JSON payloads.
If I want to load test with both these formats, is their any smart way to do that in Gatling?
What I can think of as of now is:
Create separate scenarios for xml & json and use .asXml() & .asJson() & execute them parallelly.
Is there any minimalistic approach to achieve this? like making the format parameterized so as to avoid the code duplication?