views:

44

answers:

1

I made load test on my web application with JMeter using HTTP Proxy. In HTTP Request I insert some data which I wnat 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?

A: 

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.

BlackGaff
The data requests is the same that I recorded, but the URL parameter is changing on every requests.
Gogoo