This is the transaction I am testing:
1. User sends an HTTP Post
2. Server responds with a redirect
3. Browser follows the redirect
4. Server responds with answer
This shows up as two consecutive requests in NeoLoad. For each, I can validate by giving a maximum response time. However, what I want is to ensure the sum of the two response times must not exceed X seconds. How do I do that? Thanks.
If you don't mind having the detail of each request, you can ask NeoLoad to follow the redirect transparently so the unique response time that will be returned by NeoLoad will include the round trip time of the redirection.
Go to the request that performs the redirection, open the 'Advanced' panel, 'Advanced Settings" tab and select 'Handle redirects automatically'
christophe was made best respondent
christophe answered
Angus posted a new question