Jmeter

随机数

${__RandomString(6,123456789,)}

处理响应中的 UTF-8 中文字符

Add→Post ProcessorsBeanShell Processor

prev.setDataEncoding("UTF-8");

中文 GUI

找到 bin/jmeter.properties 文件

jmeter.properties
# 找到 language 设置,修改为 zh_CN
language=zh_CN