Automated Test Framework (ATF) test types and techniques
Experience the different types of ATF tests and testing techniques.
- Reusable tests
Leverage 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 tests
Prevent 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 tests
Copy 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 testing
Reduce 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 resolution
Resolve 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 profiling
Performance profiling allows you to do performance testing on your instances.
Parent Topic:Automated Test Framework (ATF)