Is there a way to tell an HTTP Request in jMeter to ignore the HTTP Request Defaults element? I've got a string of about 100 HTTP Requests that need the defaults but the last few I need to keep them from posting what's in the defaults.
1
votes
1 Answers
2
votes
HTTP Request Defaults controls defaults when you don't define the field in the HTTP Request.
So just fill in in the particular HTTP Request the fields you want to override and you're done.