Multiple choice technology performance

What all options are available for HTTP Sampler for handling requests

  1. Redirect Automatically

  2. Redirect on Instructions

  3. Follow Redirects

  4. Use Keep alive

  5. Follow on Instructions

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

JMeter's HTTP Sampler provides three main options for request handling: 'Redirect Automatically' follows redirects without updating the URL, 'Follow Redirects' updates the URL after redirect, and 'Use KeepAlive' maintains persistent connections. Options B and E ('Redirect on Instructions', 'Follow on Instructions') are invalid/garbled options not found in JMeter.