Automated Test Framework (ATF) test types and techniques Release version: Australia Updated March 12, 2026 1 minute to readExperience the different types of ATF tests and testing techniques. Reusable testsLeverage reusable tests to simplify test maintenance and streamline the management of large tests and test suites. Reusable tests reduce redundancy, ensuring consistent and reliable test execution across your system.Mutually exclusive testsPrevent conflicting tests from running in parallel by marking them as mutually exclusive. For example, when the system identifies tests that modify the same record, the system makes these tests mutually exclusive. You can also manually mark tests as mutually exclusive.Quick start testsCopy and customize quick start tests provided by the ServiceNow AI Platform® to validate that your instance works after you make any configuration changes. For example, if you apply an upgrade or develop an application.Parallel testingReduce test design time by running multiple tests and test suites in parallel. Design tests to run in parallel by avoiding resource conflicts and data dependencies.Accelerate ATF tests failure resolutionResolve ATF test failures faster using the actionable support provided by the new ATF failure insights feature. You can achieve it by accessing the Find changes since last successful run related link.Performance profilingPerformance profiling allows you to do performance testing on your instances.
Automated Test Framework (ATF) test types and techniques Release version: Australia Updated March 12, 2026 1 minute to readExperience the different types of ATF tests and testing techniques. Reusable testsLeverage reusable tests to simplify test maintenance and streamline the management of large tests and test suites. Reusable tests reduce redundancy, ensuring consistent and reliable test execution across your system.Mutually exclusive testsPrevent conflicting tests from running in parallel by marking them as mutually exclusive. For example, when the system identifies tests that modify the same record, the system makes these tests mutually exclusive. You can also manually mark tests as mutually exclusive.Quick start testsCopy and customize quick start tests provided by the ServiceNow AI Platform® to validate that your instance works after you make any configuration changes. For example, if you apply an upgrade or develop an application.Parallel testingReduce test design time by running multiple tests and test suites in parallel. Design tests to run in parallel by avoiding resource conflicts and data dependencies.Accelerate ATF tests failure resolutionResolve ATF test failures faster using the actionable support provided by the new ATF failure insights feature. You can achieve it by accessing the Find changes since last successful run related link.Performance profilingPerformance profiling allows you to do performance testing on your instances.