答案 0 :(得分:5)
您可以使用__RandomString() function生成随机电子邮件,例如:
${__RandomString(10,abcdefghijklmnopqrstuvwxyz,)}@hotmail.com
the above function will return a random alphabetic string 10 characters long
演示:
您可以将__RandomString()函数直接放入HTTP Request参数中,例如:
每次调用函数时,__RandomString()函数调用将被运行时生成的随机值替换。
请参阅Apache JMeter Functions - An Introduction指南以开始使用JMeter测试中的函数