• SPEForums need your contributions to build up a strong repository of performance engineering resources.

dynamic request body

  1. D

    In JMeter getting error while generating request payload data dynamically with Groovy

    This is the request JSON { "Transaction": { "TrType": "Vehicle", "CustomerType": "${__chooseRandom(Individual,Company,)}", }, "IndividualClient": { "firstName": "test first name", "lastName": "test last name" } "CompanyClient": {...
Back
Top