2022年7月4日
摘要: 添加 - 断言 - BeanShell断言: // 1. 状态码断言 // 字符串只能使用双引号,字符串相等要使用 " ".equals(" ")表达式 log.info("状态码:" + ResponseCode); if (ResponseCode.equals("200")){ Failure 阅读全文
posted @ 2022-07-04 10:07 蜗牛也是妞 阅读(649) 评论(0) 推荐(0)