When to use “Follow Redirects” & “Redirect Automatically” while recording with jmeter.

梦想与她 提交于 2019-12-04 01:32:08
Jmeter PerfTest

Redirect automatically, will not consider redirect as a separate request where as Follow redirects will consider each redirection as a separate request.

This difference can be visualized in the Listener (View Results Tree).

If Retrieve all Embedded Resources from HTML is checked, it will give you Page Load Time, since apart from response time it will keep on calculating the time taken till all the supporting files of html page have been downloaded to Local (CSS, Images, Javascript files.. etc.)

Also if any values needs to be captured from redirect request you need to set configuration a follow redirect otherwise will not be able to capture those data using extractors (set cookie values for example)

Hope this will help.

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