---
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


---

# Create a reusable test

# Create a reusable test {#ariaid-title1}

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

Create a reusable test to avoid redundancy, ensuring better test maintenance and reliable test execution across the instance.

## Antes de Iniciar

Role required: atf_test_admin or atf_test_designer

## Procedimento

1. Navigate to AllAutomated Test Framework (ATF)Reusable Tests.  
   A list of reusable tests created on the instance shows up.
2. Select New to create a new reusable test.  
   The Reusable Test form shows up.
3. On the form, fill in the fields.  
   The read-only fields are filled up automatically.{#atf-create-reusable-tests__table_d5m_h11_2dc__entry__2}

   | Field | Description |
   |-|-|
   | Name | Name of the reusable test. |
   | Application | Read-only field with the scope of the test. |
   | Active | Option to define the test as active or not. |
   | Category | The test step category in which the test shows up. Nota: If you leave this field empty, the test shows up under the Reusable Tests test category by default. |
   | Description | Description of the reusable test. Nota: The description of the reusable test is displayed in the step creator modal. See [Reusable Tests category](https://servicenow-prod.fluidtopics.net/wvUEaEEtov3w3JwgC6YBVw "Create reusable test components that can be incorporated into various other tests (regular or reusable test), minimizing redundant test code and enhancing test maintainability.") for more information. |
   [Tabela 1. Inputs]

   {#atf-create-reusable-tests__table_d5m_h11_2dc}
4. Select Save to create the reusable test.  
   The reusable test shows up.  
   Nota:  
   Reusable tests can't run independently. They can run only when it becomes a part of another test. They also can't be added to a test suite independently. They must be invoked in another test within a test suite.

