atf-testing

Create and execute automated tests within the ServiceNow Automated Test Framework.

77|23|Updated Jul 16, 2025
One-click install
npx skills add https://github.com/groeimetai/snow-flow --skill atf-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atf-testing
Source: https://github.com/groeimetai/snow-flow/tree/main/packages/opencode/src/bundled-skills/atf-testing
Command: npx skills add https://github.com/groeimetai/snow-flow --skill atf-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation, execution, and management of tests within the ServiceNow Automated Test Framework (ATF), ensuring application quality and stability.

Core Features & Use Cases

  • Automated Test Creation: Define and script new ATF tests and test steps programmatically.
  • Test Execution & Reporting: Run existing ATF tests and suites, and retrieve execution results.
  • Use Case: Automatically generate regression tests for a new feature in your ServiceNow instance to ensure existing functionality remains unaffected.

Quick Start

Use the atf-testing skill to create a new test for incident creation.

Frequently Asked Questions about atf-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate regression testing in ServiceNow ATF?

Automate regression testing in ServiceNow ATF by programmatically defining test suites and individual test steps with configurations like impersonation, form manipulation, and assertions. This ensures new features do not break existing application functionality.

What is a test step in ServiceNow Automated Test Framework?

A test step in the ServiceNow Automated Test Framework is an individual configurable action within a test suite, supporting server-side scripts, form manipulations, impersonations, and assertions to validate specific application behaviors.

Can I parameterize test execution in ServiceNow ATF?

Yes, you can parameterize test execution in ServiceNow ATF. This allows running automated tests with varying inputs and configurations to validate application behavior across different data scenarios.

Does this ATF testing skill require ServiceNow MCP tools?

Yes, the skill integrates with ServiceNow MCP tools for programmatic test management, enabling automated creation, execution, and retrieval of test results within your ServiceNow instance.

How do I retrieve execution results from an ATF test suite?

Retrieve ATF test suite execution results by running existing tests programmatically and capturing the execution reports. This provides immediate feedback on test step failures and application stability.