Apache JMeter : Add random data in body for request

前端 未结 3 1074
心在旅途
心在旅途 2021-02-15 00:33

I\'m working on stress testing our application in Apache JMeter.

I thought of calling register user method which will add users in the database. But if the email already

3条回答
  •  臣服心动
    2021-02-15 01:11

    My example with __UUID

    For POST request, make sure you have correct Content-Type in HTTP Header Manger , application/json for example.

提交回复
热议问题