OATS: Playback In OpenScript Takes 5 Minutes Longer To Pass Steps When Enable Keep Alive Is Selected
(Doc ID 2584361.1)
Last updated on OCTOBER 04, 2021
Applies to:
Oracle Application Testing Suite - Version 13.3.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
OpenScript Version: 13.3.0.1 Build 262
With 'Enable Keep Alive' checked, certain steps execution takes more than 5 minutes
OpenScript > View > OpenScript Preferences > Playback > HTTP > option "Enable Keep-Alive" checked
When "Enable Keep-Alive" is selected, the Connection: Keep-Alive header is set to indicate requests should use a persistent connection.
The "Keep-Alive" keyword indicates that the request should keep the connection open for multiple requests.
- For HTTP/1.0, the socket connection is kept open until either the client or the server drops the connection.
- For HTTP/1.1 all connections are kept alive unless a Connection: close header is specified.
UN-ticking this preference box a new connection is opened for every single request/response pair.
Potential impacts: performance or congestion on the web server, but depends on the server resources.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |