我正在使用jmeter运行一系列Web服务测试,遇到了几个关于断言的问题。基本上,在我的一个请求中,需要指定错误分类(变量${CLASS}),并且该请求应该返回具有指定错误的订阅者和设备的信息。我想断言,与其他信息一起返回的分类永远不会不是输入的分类。即分类=“${CLASS}”。我很确定我想在断言中使用RegEx和jmeter的not contains选项来实现这一点,但我不太确定如何使其工作。非常感谢您的帮助!
Recently I discovered two amazing regular expression features: ?: and ?!. I was curious of other neat regex features. So maybe you would like to share some tricky regular expressions.