test-generation

Installation
SKILL.md

ATF Test Generation

Overview

This skill enables the generation of Automated Test Framework (ATF) tests from requirements, user stories, or existing ServiceNow functionality. It covers:

  • Creating test records in sys_atf_test with metadata, descriptions, and configuration
  • Generating ordered test steps in sys_atf_step for record operations, form interactions, and server-side scripts
  • Building assertions that validate expected behavior against actual results
  • Creating test data setup and teardown steps for isolated, repeatable tests
  • Organizing tests into suites via sys_atf_test_suite_test
  • Analyzing test results from sys_atf_test_result for quality reporting

When to use: When developing new features that need automated regression coverage, when converting manual test plans to ATF tests, when building CI/CD pipeline test suites, or when validating business rules, client scripts, and workflows.

Value proposition: Automated test generation reduces the time to create ATF tests by 70-80%, ensures consistent test quality, and enables rapid expansion of regression test coverage for CI/CD pipelines.

Prerequisites

Installs
30
GitHub Stars
37
First Seen
Apr 29, 2026
test-generation — happy-technologies-llc/happy-platform-skills