Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Automated Test Framework use case: test a data policy

This use case illustrates testing a data policy with the Automated Test Framework.

Before you begin

Role required: atf_test_admin

About this task

This example tests the data policy that sets the field Assignment Group to mandatory if impact is high.

Image omitted: atf-use-data-policy-02.png
Data Policy Rules form for the data policy record being tested.
Image omitted: atf-data-policy-01-steps.png
Test steps for data policy example.

Procedure

  1. Impersonate a user with the necessary permissions.

    In this example, the step impersonates an admin user.

Image omitted: atf-use-data-policy-03.png
Impersonate test step for data policy example.
  1. Open a form for the table to which this data policy applies.

    This example opens a new incident form.

Image omitted: atf-use-data-policy-04.png
Test Step form for the Open a New Form test step.
  1. Check that the data policy has not yet been triggered.

    In this example, the step checks to confirm that Assignment group is not mandatory.

Image omitted: atf-use-data-policy-05.png
Test Step form for the Field State Validation test step.
  1. If applicable, set the conditions that trigger the data policy.

    This example sets Impact to High.

Image omitted: atf-use-data-policy-06.png
Test Step form for the Set Field Values test step.
  1. Validate that the data policy is enforced.

    In this example, the test confirms that the data policy set Assignment group to High after the previous step set Impact to High.

Image omitted: atf-use-data-policy-07.png
Test Step form for Field State Validation.

Parent Topic:Automated Test Framework use case examples