groovy

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

  1. D

    jmeter 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": {...