gpt4 book ai didi

xpath - 如何用jmeter测试CAS?

转载 作者:行者123 更新时间:2023-12-03 15:26:00 25 4
gpt4 key购买 nike

  • 要求:

    我发送了一个“get”http 请求,没有参数;
    路径:http://192.168.22.139:8080/KSP
  • 回复:
    <input id="username" type="text" name="username" required/>
    <input id="password" type="password" name="password" required/>
    <input type="hidden" name="lt" value="LT-697-vbNmm6NKOZ0cd7Wg1ywzbMKLa0DnOc" />
    <input type="hidden" name="execution" value="e1s1" />
    <input type="hidden" name="_eventId" value="submit" />

  • 我添加了两个 XPath Extractor 以获得 ltexecution :
  • 引用名称:lt ;
    xPath 查询://*[@id="login"]/input[3]
  • 引用名称:execution ;
    xPath 查询://*[@id="login"]/input[4]

  • enter image description here

    然后我用 username/password/service/It/execution/_eventId 发送另一个请求:

    enter image description here

    错误 :我得到的票和执行是空的,我得到了 chrome 的 xpath,那么有什么问题呢?

    最佳答案

    从第一 react 来看,可以使用正则表达式提取器 提取ticket和lt。
    extract ticket

    然后发送带有参数的第二个请求:

    username/password/It/execution/_eventId/_eventId enter image description here



    顺便说一句,您应该添加 HTTP Cookie 管理器 ,
    enter image description here

    关于xpath - 如何用jmeter测试CAS?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20039199/

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