How to use responses from a Jmeter JDBC Request in a HTTP Request

半腔热情 提交于 2019-12-04 12:16:29

Have you tried wrapping the HTTP sampler in a ForEach controller (parent) where the variable for the controller is the URL variable obtained from the JDBC sampler?

Also, the output variable in the ForEach will be the variable you now use in the HTTP sampler.

That way it will iterate through each variable from the beginning of the index to the end and run the sampler once each time.

In 'Save responses to a File' Listener, Select Checkboxes "Don't add Suffix and Prefix". Checking these two options will ensure, you get exact Log file name.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!