Automated Test Framework release notes
Summarize
Summary of Automated Test Framework release notes
The ServiceNow Automated Test Framework (ATF) in the Zurich release enables customers to create and run automated tests that validate instance functionality after upgrades, during application development, or when deploying configurations via update sets. It replaces manual testing to reduce effort and risk, helping ensure your instance operates correctly with new changes.
Show less
Key Features
- Reusable Tests: Design tests once and run them with different data sets in multiple contexts.
- Data Rollback: Automatically revert test data and changes after each run to keep test instances clean.
- Test Suites: Create and schedule batches of tests for organized execution.
- Quick Start Tests: Copy and customize predefined tests to speed up test design.
- Custom Test Steps: Extend test coverage with your own test steps.
- Failure Insights: New in Zurich, this feature provides actionable details to quickly diagnose and resolve test failures.
- Configurable Workspace: Simplifies test creation via direct component interaction using the Page Inspector.
- UI Enhancements: Coral theme is now the default, offering a modern, brand-neutral look with an optional dark mode for web and mobile experiences.
Important Information for Implementation
- ATF is active by default as part of the ServiceNow AI Platform, but test execution is disabled by default to prevent accidental runs in production. Enable testing only on non-production instances to avoid data issues.
- To use quick start tests, activate the related application plugins and customize tests to fit your instance data.
- The ATF Test Generator and Cloud Runner applications require enabling the
snatf.runner.enabledproperty and are available via the ServiceNow Store. - ATF tests run only on desktop browsers; tablets and mobile browsers are not supported for running tests or adding new custom UI test steps.
Practical Benefits for ServiceNow Customers
With Zurich’s enhancements to the Automated Test Framework, customers can reduce upgrade and development time by automating validation, improve test reliability with reusable tests and data rollback, and speed troubleshooting with failure insights. The framework’s integration with the ServiceNow AI Platform and modern UI improvements streamline test creation and execution, enabling more efficient and confident deployment of instance changes.
The ServiceNow® Automated Test Framework enables you to create and run automated tests to confirm that your modified instance works after an upgrade, during application development, or when deploying instance configurations with update sets. Review failed test results to identify the changes that caused the failure and the changes that you should review. Automated Test Framework was enhanced and updated in the Zurich release.
Automated Test Framework highlights for the Zurich release
- Reduce upgrade and development time by replacing manual testing with automated testing.
- Design tests once and reuse them in different contexts and with different test data sets.
- Keep test instances clean by rolling back test data and changes made after each test run.
- Create and schedule test suites to organize and run tests in batches.
- Reduce test design time by copying quick start tests and test suites. You can also create custom test steps to expand test coverage.
See Automated Test Framework (ATF) for more information.
Important information for upgrading Automated Test Framework to Zurich
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.
The tests can produce a pass result only when you run them on a base system without any customizations and with the default demo data that is provided with the application or feature plugin. To apply a quick start test to your instance-specific data, copy the quick start test and add your custom data. For more information, see Available quick start tests by application or feature.
New in the Zurich release
- ATF failure insights
- Reduce the time to resolve your ATF test failures with actionable support from the new ATF failure insights feature.
- Configurable Workspace
- Enable simplified test creation through direct component interaction on Configurable Workspace pages via the Page Inspector.
UI changes
- Coral theme
- Coral is now the default theme for new portal, web, and mobile experiences with Next Experience or Core UI enabled. This theme provides a fresh look and feel, featuring brand-neutral illustrations to enhance your user experience. A dark theme option is available for web and mobile experiences.
Activation information
To use the quick start tests for an application, activate the plugin that is associated with the application. For more information, see Available quick start tests by application or feature.
Set the sn_atf.runner.enabled property to True to activate the content pack for the ATF Test Generator and Cloud Runner store application.
Browser requirements
Automated Test Framework supports running tests only from desktop browsers. You can't run tests or test suites from tablets, mobile browsers, or the mobile UI. Some desktop browsers require additional configuration. For more information, see Browser recommendations for Automated Test Framework.
Automated Test Framework offers limited support for test design on tablets. You can't add new custom UI test steps from tablets because tablets can't retrieve components. Review any existing custom UI test steps that were added from a desktop browser instead.