For the complete documentation index, see llms.txt. This page is also available as Markdown.

Executing Scripts without Termination

Termination issue while executing script

  • If the internet connection is weak, intermittent, the script execution can terminate unexpectedly due to lost communication with the server

  • An outdated Avo client version might not fully support current network configurations

  • If the client session times out or the connection is not kept alive properly, scripts may terminate mid-execution

  • Verify that the internet connection is stable and reliable.

  • Ensure the client version is compatible with (or matches) the tool version.

  • update the client settings related to HTTPS status connection (Controls whether the test stops when the website returns a server error) in Avo client

Last updated