Author manual test case — Tosca Cloud
Convert written manual steps into a Cloud test case. tn only until toscactl ships manual TC create.
Prerequisite: tosca-cloud-connect + tn gap setup (configure_tn_connection.py, tn --setup).
Runtime: tn for manual test case creation — see runtime-routing.md.
Session checklist
Author manual Cloud test:
- [ ] Parse spec → name, steps, expected results
- [ ] Find target folder [tn]
- [ ] scaffoldTestCase [tn]
- [ ] Verify via inventory search [tn]
tn (gap — primary until CLI ships)
tn --loop "Activate /tosca. Create manual test case '<name>' in folder '<folder>' from this spec: <paste steps>. Verify via inventory search. loop_complete when done."
Fast path [tn]
- Parse spec — name, steps, expected results
- Find folder —
tosca_inventory_search(artifactType: folder) - Scaffold —
tosca_builder_scaffoldTestCasewith manual steps - Verify —
tosca_inventory_search(artifactType: testCase) - Report — entityId, step summary
See references/manual-model.md.
Hand off
Automated module-based tests → tosca-authoring-automated-testcase.