Forum Discussion
heathen462
13 years agoNew Contributor
I actually solved this after discovering and enabling the global setting "Authenticate Preemptively", in combination with "Maintain HTTP Session" at the test case level.
The issue still stands, however, as to why
The issue still stands, however, as to why
testRunner.testCase.testSteps["request_name"].testRequest.response.responseHeadersis not within scope in a load test. Logically, I would think this would still be accessible, as it is still running the test case...though I suspect the scope is changed, as loadTestRunner is used in lieu of testRunner? IMHO, this behavior should be corrected, perhaps by having loadTestRunner inherit testRunner, or wrapping testRunner's methods within loadTestRunner...?