在不得不解决类似问题数十次之后,我提供了一些解决方案:
- 如果您
creationTime
在帖子中输入空白值会怎样? - 如果需要一个值,请发送当前时间戳:http : //jmeter.apache.org/usermanual/functions.html#__time
- 如果需要系统提供的令牌,请将您的请求拆分为以下内容:
Step 1: GET the login page (no parameters are required)Step 2: As a post processor of Step 1, use a REGEX to extract the token(creationTime)
Step 3: POST the login page, using the value from the REGEX4.使用
creationTime未来一年的硬编码值。



