3

I am trying to load test a webapp, which has following functonality
1. Login in app (setting some cookie variables )
2. Serach customer with some parameter
3. Get detail of particular customer
4. Logout from webapp
When i am running Jmeter i am getting status code 404 Any reference or help will be appriciated.

After googling i found 4** says you have sent bad request. To check what request has been sent i am using fiddler and capturing original request (which is working from browser ) and request sent by Jmeter , I am comparing data under Inspector tab in Headers in fiddler, Is this right way to resolve the issue of 4**. What else i can do to fix this issue ?

Screen shots attached Proxy ConfigurationSuccessfullLoginAfter login faliure

4

2 回答 2

2

我认为,HTTP 标头管理器和 HTTP cookie 管理器必须在 Recording Controller 之前推送。否则,在没有这些标头或 cookie 信息的情况下发出请求。

如果你做 localhost 测试应该在 cookie 管理器配置域
localhost:8080 中。

于 2016-06-06T11:18:46.703 回答
1

您可以在查看结果树中看到请求/响应。只需分别单击选项卡请求或响应数据。如果您收到 404,则响应数据选项卡可能会包含 404,其中包含(希望)有关无效或缺失值的信息。

于 2012-12-07T01:57:38.763 回答