UiPath · Arazzo Workflow
UiPath Establish Requirement Traceability
Version 1.0.0
Resolve a test project, create a requirement and a covering test case, then list test cases.
View Spec
View on GitHub
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTestingArazzoWorkflows
Provider
Workflows
requirement-traceability
Resolve a project, create a requirement and covering test case, then list cases.
Resolves a test project by name, creates a requirement and a covering test case, and lists the project's test cases to confirm.
1
findProject
listProjects
List the available test projects to resolve the project ID for the supplied project name.
2
createRequirement
createRequirement
Create a requirement within the resolved project to represent the specification to be covered.
3
createCoveringTestCase
createTestCase
Create a test case in the project intended to cover the new requirement.
4
listProjectTestCases
listTestCases
List the project's test cases to confirm the newly created covering test case is present.