gpt4 book ai didi

jmeter - 我们如何在 Jmeter 中使用 Beanshell 验证 Json 响应?

转载 作者:行者123 更新时间:2023-12-01 13:36:44 26 4
gpt4 key购买 nike

I am getting Json as a response. Instead of using multiple jsonPath_assertion I want to check it in single beanshell. Each time I am getting Response with different values.

最佳答案

我建议使用 JSR223 AssertionGroovy language反而。

Groovy 内置了 JSON support这样你就可以使用 JsonSlurper解析响应的类:

def json = new groovy.json.JsonSlurper.parseText(prev.getResponseDataAsString())
// do what you need here

此外,Groovy 的性能比 Beanshell 好得多,它是 recommended在 JMeter 中使用它编写脚本。参见 Groovy Is the New Black想要查询更多的信息。

关于jmeter - 我们如何在 Jmeter 中使用 Beanshell 验证 Json 响应?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42802284/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com