Given the following SumWorkflow:
What is the appropriate verification required for testing that the SumWorkflow works as expected?
If during the importing process in Test Manager, a file attachment exceeds the size limits, what happens to this attachment?
Consider the following testing setup in Orchestrator:
Orchestrator folder "FolderA" which contains test data queue "TestData"
Orchestrator folder "FolderB" which contains test data queue "TestData"
Data-driven test case "TestCase123" linked with "TestData" queue from Orchestrator folder "FolderA"
"TestCase123" is published to Orchestrator and executed from "FolderB". What will be the result?
A developer, who has just discovered Test Suite, built a test case that checks if the SumWorkflow correctly performs the sum of 2 integers, using different input values from an Excel file.
What could be considered an improvement in the way the test was developed?
SumWorkflow:
TestCase:
TestData.xlsx:
How can activity coverage scenarios for different automation needs be created in UiPath?
Where are Postman collection endpoint activities found after being imported into a Studio library?
What are the possible scenarios where Test Manager API can be used to integrate UiPath Test Manager with other tools?
What type of license is used for an Unattended Robot in development and testing mode, enabling it to execute both test cases and RPA processes?
Consider the following snippet:
What should be improved to ensure the Test Case will not fail with exception?
There is a test case that performs multiple verifications.
How can the test case be configured so that the execution stops when a verification fails?