I made load test on my web application with JMeter using HTTP Proxy. In HTTP Request I insert some data which I want to change. After load test when I go to the web page the page was without changes and I get all results(graph and table). Is that test real or not? Because was without page (data) changes?
-
What data did you want to change on the web page? Give an example. JMeter shows the request params and response HTML for each request. So check that too.JoseK– JoseK2010-07-23 08:53:43 +00:00Commented Jul 23, 2010 at 8:53
-
I have server login page witch uses javascript input field. And in (View Results Tree)/(Response Data) a get response the same as when I disable JavaScript in Firefox.Ballon– Ballon2010-07-27 13:09:34 +00:00Commented Jul 27, 2010 at 13:09
Add a comment
|
1 Answer
Use the "tree view" LISTENER to see what request you sent to your web application. That will tell you if Jmeter was sending the new data, or just sending what you recorded. If Jmeter sent new data, then your application probably has a problem. If Jmeter sent the old recorded data, then you need to update your script by going to the request and changing the parameters.
1 Comment
Ballon
The data requests is the same that I recorded, but the URL parameter is changing on every requests.