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


---

# Automated Test Framework use case: test a Service Catalog request

# Automated Test Framework use case: test a
Service Catalog request {#ariaid-title1}

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

This use case illustrates testing a service catalog request with the Automated Test Framework.{#atf-serv-cat-use__dbc_4tq_mx}

## Antes de Iniciar

Role required: atf_test_admin

## Por Que e Quando Desempenhar Esta Tarefa

With the Replay Request Item test step, you can test the service catalog ordering process once a request exists and has a record in the request item table. In the Australia release, you cannot create an automated test for the process by which the user creates a new request.Figura 1. Automated Test Framework: Service catalog example   

## Procedimento

1. Replay an existing service catalog request item.  
   This test step inserts a new record in the \[sc_request\] table for the catalog request item RITM0010001.  
   Figura 2. Service Catalog test step 1 details: Replay Request Item   

   This insertion triggers the Service Catalog Request workflow, which checks the price of the item, determines that it exceeds $1000.00, and therefore generates approval records for users belonging to the Catalog Request Approvals group. In this example, only one user-- Eric Schroeder -- belongs to this group.Figura 3. Screenshot of triggered Service Catalog Request workflow   

2. Impersonate Eric Schroeder, the user who needs to approve this Service Catalog Request.  
   Figura 4. Test step - Impersonate Eric Schroder   

3. Verify that the system created an approval record for Eric Schroeder and this request.  
   Note that for the Approval for field, you assign the output value from Step 1.  
   Figura 5. Step 3 details: Record Query for Approval record   

4. Set the state of this approval record to Approved.  
   Figura 6. Step 4 details: set approval record to Approved   

   The Service Catalog Request workflow sees that all required approval records have the state of Approved and transitions to the Approval Action which marks the request record \[sc_request\] as Approved.  
   Figura 7. Step 4: Triggered workflow marks request record as approved   

   When the record in \[sc_request\] changes to the Approved state, an associated business rule generates request items \[sc_request_item\] for each item in the request. In this example, the request contains only one item, so
   the business rule inserts one record into the \[sc_request_item\] table. This insertion triggers the Service Catalog Item Request workflow.
   Figura 8. Service Catalog Item workflow   

   The first activity in the Service Catalog Item Request workflow generates an approval record for the head of the department in which the requesting user works. In this example, the department head is Natasha
   Ingram.
   Figura 9. Service Catalog Item workflow: step 4   

5. The workflow does not continue until the department head approves it, so the next test step impersonates Natasha Ingram.  
   Figura 10. Step 5 - Impersonate User   

6. Obtain the sys_id for the new approval record with the Record Query step.  
   Note that Record Query creates an output variable with the sys_id of the first record returned from the query.  
   Figura 11. Step 6 - Record Query test step   

7. Set the approval record to Approved.  
   Figura 12. Step 7 - Approval User test step   

   Note how Step 7 refers to the First record output variable from Step 6 to specify which record to approve. When the record is approved, the workflow transitions to the next Approval - User activity,
   which generates an approval record for the CIO. In this example, the CIO is Bow Ruggeri.
   Figura 13. Step 7 details - Service Catalog Item workflow   

8. Impersonate Bow Ruggeri.
9. Obtain the sys_id for the approval record for Bow Ruggeri.
10. Set the approval record to Approved.  
    When the record is approved, the workflow transitions to the Approval Action activity which sets the record for this item in the \[sc_request_item\] table to Approved. The workflow transitions to the Catalog Task activity labelled Asset Mgmt. Fulfills Order. This Catalog Task activity generates a new record in the \[sc_task\] table that instructs a user in the Fulfillment group to order the item.  
    Figura 14. Step 10 - Service Catalog Item workflow   

11. Impersonate a user in the Fulfillment group, in this example ATF.User.  
    Figura 15. Step 11 - Impersonate User test step   

12. Obtain the sys_id for the new catalog task with the Record Query step.  
    Note that Record Query creates an output variable with the sys_id of the first record returned from the query.  
    Figura 16. Step 12 - Record Query test step   

13. Mark the \[sc_task\] record as Closed Complete.  
    Figura 17. Step 13 - Record Update test step   

    Note how Step 13 uses the First record output variable from Step
    12 to specify which record to mark as Closed Complete.  
    When the record is marked Closed Complete, the workflow exits the Catalog Task activity along the In Stock exit path.  
    Figura 18. Step 13 - Service Catalog Item Request workflow   

    The workflow transitions to the Notification activity, then to the Catalog Task activity labelled Deploy Item to User.The Deploy Item to User Catalog Task activity inserts a new record into the \[sc_task\]
    table that instructs a user in the Deployment group to deliver the item.
14. Obtain the sys_id for the new catalog task with the Record Query step.  
    Note that Record Query returns an output variable with the sys_id of the first record returned from the query.  
    Figura 19. Step 14 - Record Query test step   

15. Mark the \[sc_task\] record as Closed Complete.  
    Note how Step 15 uses the First record output variable from Step 14 to specify which record to mark as Closed Complete.  
    Figura 20. Step 15 - Record Update test step   

    When the record is marked Closed Complete, the workflow exits the Catalog Task activity, logs a message, and exits.  
    Figura 21. Step 15 - Service Catalog Item Request workflow   

16. Verify that the request item in \[sc_request_item\] has the state Closed Complete.  
    Figura 22. Step 15 details - Record Validation   

17. Verify that the request \[sc_request\] has the state Closed Complete.  
    Figura 23. Step 16 - Record Validation test step   

{#atf-serv-cat-use__nxm_hpw_4x}
**Referência relacionada**   

* [Replay Request Item](https://servicenow-prod.fluidtopics.net/bpSg__8R1PKd6jhB44Sj_Q#atf-replay-request "Get the item and requester from an existing request item, add the item to a new cart for that user, and place an order.")

