open-testing-create

Generate test cases, data, and scripts from a test design technique.

13|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/AgenticTesting/OpenTestingAI --skill open-testing-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open-testing-create
Source: https://github.com/AgenticTesting/OpenTestingAI/tree/main/.skills/open-testing-create
Command: npx skills add https://github.com/AgenticTesting/OpenTestingAI --skill open-testing-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate concrete test cases, test data, and test scripts from a test design technique and context. This reduces manual effort and ensures consistent, traceable test artifacts.

Core Features & Use Cases

  • Automates the end-to-end generation of test cases, data, and scripts from a named technique.
  • Loads technique metadata from the KB, enumerates test conditions, and exports results in XLSX, Gherkin, JSON, or CSV.
  • Use cases include generating test suites from BVA, EP, decision tables, and other 106 techniques, with requirement and risk traceability.

Quick Start

Provide a technique name and context to generate concrete test cases.

Frequently Asked Questions about open-testing-create

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

FAQPage Schema
How do I generate test cases from requirements automatically?

To generate test cases from requirements, provide a test design technique and context. The system parses requirements, applies a multi-agent workflow to enumerate conditions, and outputs ready-to-run test cases with full traceability.

Can I export generated test scripts to Gherkin, JSON, CSV, or XLSX?

Yes, you can export generated test scripts and test data to Gherkin, JSON, CSV, or XLSX formats. This allows direct integration into your existing automation frameworks and test management tools.

How do I create test data for boundary value analysis and decision tables?

You can create test data for boundary value analysis and decision tables by specifying the technique name and context. The system enumerates the specific conditions and generates concrete test data and scripts for those models.

What is requirements traceability in generated test cases?

Requirements traceability in generated test cases links every output artifact back to its originating requirement and associated risks. This mapping ensures full coverage and simplifies compliance auditing across the test suite.

Does automated test case generation work with multiple test design techniques?

Automated test case generation supports over 106 test design techniques, including equivalence partitioning and decision tables. You simply name the technique and provide context to produce the corresponding test artifacts.

What do I need to provide to generate ready-to-run test artifacts?

To generate ready-to-run test artifacts, you need to provide a named test design technique and contextual project requirements. The workflow uses these inputs to parse rules, enumerate conditions, and author the final test scripts.