← ClaudeAtlas

create-test-caseslisted

Create, update, organize, and link Katalon True Platform/TestOps manual test cases from a synced requirement key such as CEL-6, a read requirement, or free-text product behavior. Use when you need to analyze requirements, design manual test cases using ISTQB techniques as a reference, check existing Katalon coverage, avoid duplicate test cases, import only missing cases, update or link existing cases, or create/reuse a test suite for newly designed cases. For full requirement-to-execution workflows, combine with or defer to true-platform-testing.
katalon-labs/true-skills · ★ 3 · AI & Automation · score 67
Install: claude install-skill katalon-labs/true-skills
# Katalon Create Test Cases Use this skill for the test design and import portion of Katalon True Platform work. Keep the larger `true-platform-testing` skill available as the end-to-end orchestrator; this skill is only the focused create/update/link workflow. ## Availability Boundary State the Katalon MCP boundary before promising writes: - Available: list projects/repositories, find/read requirements, create/read/update/move test cases, find/manage folders, find/read/manage test suites, and link requirements to test cases. - Not directly available: create requirements, create a formal Test Plan entity, inspect the live AUT UI, or guarantee downstream AI execution. - Workaround for a test plan: create or reuse a named test suite/folder as the executable planning structure. Read `references/capability-boundaries.md` when the user asks whether Katalon can do a specific operation. ## Resolve Context First Before mutating Katalon data: 1. Call `list_projects`. 2. Call `list_repositories`. 3. Resolve the repository/Test Project from the user's wording, requirement key, or unique available repository. Rules: - Treat repository and Test Project as the same resolution target. - If exactly one repository exists, use it. - If multiple equally plausible repositories remain, ask the user to choose. - If the user says "Katalon Cloud" or "cloud repo", prefer a repository named `Katalon Cloud` when present. - Do not scan every repository just to avoid asking. ## Analyze Requirem