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

Resolving Browser Loading Issue

Browser Load issue during parallel execution

  • The test cases include step groups with back-to-back login and logout scenarios.

  • During parallel execution, the process runs faster compared to normal client execution. There is insufficient time to clear the previous user’s session data.

  • As a result, session conflicts occur, leading to execution issues.

  • Navigate to the configuration settings in the Avo Client.

  • Turn on the Incognito Mode option (Incognito sessions don’t use your existing cookies, cache, or browsing history. This ensures the script runs in a "clean slate" environment.)to ensure each browser session starts fresh without carrying over previous session data.

  • Save the updated settings in the Avo Client.

  • Execute the test cases again in parallel mode with the updated configuration.

Last updated