jmeter url格式问题

发布于 2024-10-19 00:36:52 字数 194 浏览 0 评论 0原文

尝试使用我不太了解的工具对网站进行负载测试,而我似乎无法破解格式标准。 so:

somesite.com/users/sign_in/service:accounts?redirect=/

是有问题的网址。虽然我(认为)我明白这个网址在做什么,但我在 jmeter 中测试的步骤是什么? 任何帮助表示赞赏。

Trying to load test a site using a tool i dont quite understand against a formatting standard I cant seem to crack. so:

somesite.com/users/sign_in/service:accounts?redirect=/

is the url in question. While I (think) I understand what this url is doing, what are my steps to test in jmeter?
Any help appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

那些过往 2024-10-26 00:36:52

在 Jmeter 中测试的步骤很大程度上取决于您要测试的内容。

作为起点,我建议记录站点日志记录,以便您捕获正在发送的每个参数及其值。

然后您可以根据需要对这些值进行参数化。看起来一旦有人登录,他们就会被重定向到另一个页面。最有可能的是,当您录制时,您会看到登录页面,然后看到捕获的登陆页面。

The steps to test in Jmeter depend largely on what you're trying to test.

As a starting point, I would recommend recording logging into the site, so you capture every parameter that's being sent along with its value.

You can then parametrize these values as needed. It looks like once someone logs in, they get redirected to another page. Mostly likely when you record, you'll see the login page and then a landing page captured.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文