Submitted a form via Jmeter script on Liferay DXP,
after submit the values are not getting saved in Postgres DB
Note: Simple form without login authentication token (p_auth) is correlated for each and every request using 'regular expression extractor'.
Your question doesn't have enough information to guess the exact reason so here are the most common:
p_auth
) so you will need to correlate it for each and every request, otherwise it will be rejected. See How to Load Test CSRF-Protected Web Sites article for more information on the topic.Get used to verifying the integrity of your test plan using View Results Tree listener to inspect request and response details, most probably you will be able to figure out what went wrong from the webpage response.