jmeter-5.0

Same response data for all iterations even though cookie is cleared

孤街醉人 提交于 2020-06-29 03:59:46
问题 My Test structure in Jmeter Thread group (2 users) Http request Listener For each iteration same form_key values are getting in response which should not be. How to get unique form_key in response for each iteration Jmeter Test result screenshot 回答1: I cannot reproduce your issue using one of the online Magento demo instances, in particular this one: http://demo-acm-2.bird.eu/customer/account/login/ As you can see, each time form_key is different for each user for each iteration. If you're

Set the whole request url in jmeter

烂漫一生 提交于 2020-06-29 02:55:13
问题 I have a request, which gives upload url as response body. { "uploadUrl": "https://test.com:9000/sample_uploadurl" } I'm able to extract the uploadUrl using JSON extractor. I want to use above upload url to in next http request. How to set the new request here ? adding directly doent work, because JMeter prepends http/https before request, in this case we already have https. It got failed because it has https://[https://test.com:9000/sample_uploadurl] 回答1: Leave HTTP Request fields empty