I am trying to create a jMeter test to login to wordpress and post a new blog on a local installation of wordpress.
Recorded wordpress login sequence using the recorder.
Added cookie manager to the test plan.
However I am not able to login to wordpress. I tried all the possible of combination of Cookie policy and Implementation settings for Cookie manager, but it did not help.
When I recorded against the publicly hosted wordpress, the login did not succeed, but the response had an error saying that your browser have not enabled cookies.
I am using jMeter 2.11 on Windows 7.
using only cookie manager will not be helpful
what I suggest is the following:
Links for reference:
https://flood.io/blog/28-guide-to-jmeter-regular-expressions
Hope this will be helpful.
As per this jmeter mailing list post I had to set the CookieManager.check.cookies=false in jmeter.properties. It worked fine with this setting. I am still wondering is wordpress app not complying with standard or what?