UiPath · Arazzo Workflow
UiPath Bootstrap a Test Project
Version 1.0.0
Create a test project, seed a test case and a test set, then read back the project.
View Spec
View on GitHub
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTestingArazzoWorkflows
Provider
Workflows
bootstrap-test-project
Create a test project then seed a test case and a test set.
Creates a test project, adds a test case and a test set, and reads the project back to confirm.
1
createProject
createProject
Create a new test project to act as the container for test cases and test sets.
2
createTestCase
createTestCase
Create the first test case within the new project.
3
createTestSet
createTestSet
Create a test set within the project to group test cases for coordinated execution.
4
readProject
getProject
Read the project back by its ID to capture the updated summary statistics after seeding.