摘要:
断言内容详解 1.设置环境变量--Setting an environment variable postman.setEnvironmentVariable("key", "value"); 2.设置全局变量--Set a global variable postman.setGlobalVari 阅读全文
摘要:
问题分析 当响应数据或响应页面没有设置编码时,jmeter会按照jmeter.properties文件中,sampleresult.default.encoding设置的格式解析 默认ISO-8859-1,解析中文肯定出错 # The encoding to be used if none is p 阅读全文