how to extract value from request in Jmeter

前端 未结 4 844
梦谈多话
梦谈多话 2021-01-19 11:14

Hi I am passing an email which is a time function like below

email = ${__time(MMddyy)}_${__time(HMS)}@yopmail.com

The value of this functi

4条回答
  •  南笙
    南笙 (楼主)
    2021-01-19 12:03

    Instead of the entire email, you can store the timestamp value in a variable and then use this timestamp variable to create email anywhere you want. This way you will can have same email every where.

提交回复
热议问题