uip rpa get-manual-test-steps
uip rpa get-manual-test-steps retrieves the step-by-step content of one or more manual test cases from Test Manager. Pair it with uip rpa get-manual-test-cases to discover IDs, then feed those IDs back into this verb to read the actual instructions — useful when generating an automated implementation from a manual test specification.
Studio fronts the Test Manager API call, so the verb requires a Windows runner.
Synopsis
uip rpa get-manual-test-steps --test-case-ids <array>
Options
| Flag | Description |
|---|---|
--test-case-ids <array> | IDs of the test cases whose steps should be retrieved. |
For the complete option list on your installed tool version, run:
uip rpa get-manual-test-steps --help
Examples
# Steps for a single test case
uip rpa get-manual-test-steps --test-case-ids '[412]'
# Steps for several test cases at once
uip rpa get-manual-test-steps --test-case-ids '[412, 415, 416]'
Related
uip rpa get-manual-test-cases— discover the IDs to feed into this verb.uip tm testcases— manage test cases directly in Test Manager.