---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Browser recommendations for Automated Test Framework

# Browser recommendations for Automated Test Framework {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 min. de leitura

Configure client test runner browsers to run automated tests and avoid performance degradations.

## Periodic browser restarts {#browser-recommendations-atf__section_fym_vjt_yfb}

These browsers have memory-management limitations that make it necessary to occasionally close and restart the browser when running the client test runner.

* Internet Explorer
* Edge
* Older versions of Firefox
{#browser-recommendations-atf__ul_ncg_bkt_yfb}

How often you should close the browser depends on the memory allocation in the browser
application.

## Browser CPU throttling {#browser-recommendations-atf__section_a3c_wjt_yfb}

Some browsers throttle CPU usage for windows that are out of focus. Follow these guidelines to avoid CPU throttling issues.

* Run each client test runner in its own browser window.
* Ensure that the client test runner browser window is always partially visible on the screen.
* Ensure that the system screen is not locked or shut off.
{#browser-recommendations-atf__ul_dwv_sxl_pz}

## Browser zoom level {#browser-recommendations-atf__section_xlz_h4t_yfb}

Client test runners take screen shots as they run tests. For best results with screen shots, leave the browser zoom level set to 100%. {#browser-recommendations-atf__dkb_3rt_gx}

## OS X CPU throttling {#browser-recommendations-atf__section_ypn_fpt_yfb}

On OS X with the client test runner on Chrome or Safari: If the screen is locked or the client test runner tab is not shown, when the system attempts to run the test suite, tests run significantly slower and may time out. For best performance, run client test runners for scheduled suites in a virtual machine (VM) environment in which the screen does not become locked or disabled.{#browser-recommendations-atf__hvt_bs1_cz}

## Rollback in browser sessions {#browser-recommendations-atf__section_wwm_pnp_zhb}

The session cookies roll back all the changes made during a test. When a test is running, everything performed in that session is recorded for rollback. Don't modify your instance when a test is running in the same browser session. For example, if you modify records while a test is running in the same session, the changes are rolled back after the test completes. If you navigate around in other tabs in the same session, your work may be rolled back and interfere with tests that rely on implicit navigation.

## Parallel testing {#browser-recommendations-atf__section_pgw_gnx_zgb}

Follow these guidelines to avoid issues when running multiple tests in parallel.

Run each client test runner in an incognito or private window
:   Because parallel tests roll back all changes tied to the same browser session, it's
    possible for legitimate changes made in another browser tab to be rolled back during
    parallel testing. To prevent unwanted rollback of changes, always run client test
    runners in their own browser session. Opening client test runners in an incognito or
    private window ensures that they always have their own browser session.

Close client test runner windows when testing is complete
:   To prevent unwanted rollback of changes, always close client test runners after
    testing is complete. Closing the browser window ensures that test rollback doesn't
    revert any legitimate changes made in another browser tab.

