asp.net - 请求在 Jmeter Testing asp dot net 中显示响应数据 "Object moved to here"

标签 asp.net testing automation jmeter performance-testing

在 asp dot net 网页中执行 jmeter 脚本记录时,请求在脚本中作为 POST 请求给出,但结果显示为具有 2 个请求的节点,第一个具有“POST”请求,但响应数据为请求显示为“对象移至此处”。启用跟随重定向选项。第二个请求将转到正确的页面并发布数据,但该请求以 GET 形式给出。有没有其他方法可以避免Object移动到这里/Response code 302?

添加了 View 状态和事件验证后处理器的屏幕截图以及使用后处理器的请求。

附上截图。

enter image description here

enter image description here enter image description here POST processor for View State Post processor for event validation Request details Response details- Login Get Response details login Post Request response1 response2

最佳答案

查看 ASP.NET Login Testing with JMeter有关如何开始对 ASP.NET 支持的 Web 应用程序进行性能测试和故障排除技巧的分步演练。

关于asp.net - 请求在 Jmeter Testing asp dot net 中显示响应数据 "Object moved to here",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25177896/

相关文章:

amazon-web-services - 多个docker容器和AWS的scallinguUp

c# - ListView ItemDataBound - 确定项目是否为 AlternatingItem?

c# - 具有复杂 ItemType 失败的 ASP.NET 强类型数据控件(中继器)

java - 如何将我的 Java Selenium 测试拆分为单独的类?

java - 没有运行测试的代码覆盖率报告

android - appium 程序显示错误 "app "option required to reinstall

c# - ASP.NET Repeater : Is it possible to display on the first item one element, 但不适用于其余项目?

c# - 在 C# 上发送带有内容类型应用程序 Json 的 post Https 请求

phpunit 认为两个相等的字符串不相等

ruby-on-rails - ruby rails : How to start the WEBrick server automatically on Windows in background?