标签: jmeter
我正在尝试编写性能测试。
在第1步中,我访问了网址:https://example.com/login?redirect_to=http://somesite.com
https://example.com/login?redirect_to=http://somesite.com
此网址会将我重定向回http://somesite.com?ticket=afsgdfasdfasg
http://somesite.com?ticket=afsgdfasdfasg
在我的JMeter脚本中,我需要提取ticket参数并在另一个逻辑中重复使用它。
ticket
你能告诉我它是如何实现的吗?
答案 0 :(得分:6)
看起来像这样:
进一步将此变量引用为$ {ticket}