Tosca Authoring Manual Testcase

Creates a manual test case in Tosca Cloud from a written specification or user story. Use when the user provides manual test steps in prose and wants a Cloud test case created. Does NOT cover automated module-based authoring (use tosca-authoring-automated-testcase).

Tricentis Updated

File contents

Author manual test case — Tosca Cloud

Convert written manual steps into a Cloud test case.

Prerequisite: tosca-cloud-basics + MCP connected.

Session checklist

Author manual Cloud test:
- [ ] Parse spec → name, steps, expected results
- [ ] Find target folder (inventory search)
- [ ] scaffoldTestCase with manual step structure
- [ ] Verify via inventory search
- [ ] Report entityId and step summary

Fast path

  1. Parse spec — extract test name, steps, expected results from user input.
  2. Find target foldertosca_inventory_search(artifactType: folder).
  3. Scaffoldtosca_builder_scaffoldTestCase with manual step structure.
  4. Verifytosca_inventory_search(artifactType: testCase, artifactName).
  5. Report — entityId, portal link if returned, step summary.

Model notes

Manual tests use descriptive steps rather than module references. See references/manual-model.md.

Hand off

Automated module-based tests → tosca-authoring-automated-testcase.

Tricentis/mcp-skills/tree/main/Tosca/Cloud/MCP/cursor/skills/tosca-authoring-manual-testcase commit ffc850400c

Frequently asked questions

npx skillmds@latest add tricentis/tosca-authoring-manual-testcase-2