Re: All Get/Post Response Codes are 200 but no new record
Dmitri T <[email protected]> Thu, 4 Sep 2025 13:49:49 +0000
| Newsgroups | gmane.comp.jakarta.jmeter.user |
|---|---|
| Message-ID | <SA3PR05MB10372437D59AA6D7E3D379CD1C000A@SA3PR05MB10372.namprd05.prod.outlook.com> |
--_000_SA3PR05MB10372437D59AA6D7E3D379CD1C000ASA3PR05MB10372na_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Most probably the request fails due to missing or improperly implemented co= rrelation<https://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.ht= ml#correlate-start>. Re-visit your test plan and check for dynamic request parameters. Or record= the same scenario once again and compare resulting JMeter test plans. Or u= se JMeter Correlation Recorder Plugin<https://www.blazemeter.com/blog/jmete= r-correlation-plugin-blazemeter> which is capable of automatically detectin= g and handling dynamic parameters. One more possible option: if you have a record ID somewhere it might be the= case you're updating existing record instead of creating a new one. The general solution would be using a sniffer tool to record requests from = the real browser (or other application) and JMeter and identifying the diff= erences in requests. ________________________________ From: Hiren Patel <[email protected]> Sent: Saturday, August 30, 2025 1:43 PM To: [email protected] <[email protected]> Subject: All Get/Post Response Codes are 200 but no new record Hello, I'm using JMeter, and all Get/Post Response Codes are 200, but no new record is created in my application. Can you please help? Thanks, Hiren --_000_SA3PR05MB10372437D59AA6D7E3D379CD1C000ASA3PR05MB10372na_--