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
- Parse spec — extract test name, steps, expected results from user input.
- Find target folder —
tosca_inventory_search(artifactType: folder). - Scaffold —
tosca_builder_scaffoldTestCasewith manual step structure. - Verify —
tosca_inventory_search(artifactType: testCase, artifactName). - 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.