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_testwith metadata, descriptions, and configuration - Generating ordered test steps in
sys_atf_stepfor 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_resultfor 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.