Attach Document to the current Test Case in Orchestrator
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FilePath | In | InArgument<String> |
✓ | ||
| Tags | In | InArgument<IEnumerable<String>> |
|||
| ContinueOnError | In | InArgument<Boolean> |
Compares two documents to determine their equivalence while allowing for specific sections to be excluded based on predefined rules.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| BaselinePath | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
✓ | ||
| TargetPath | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
✓ | ||
| ContinueOnFailure | In | InArgument<Boolean> |
|||
| OutputFolderPath | In | InArgument<String> |
✓ | ||
| RulesList | In | InArgument<List<UiPath.Testing.Activities.Models.ComparisonRule>> |
|||
| Differences | Out | OutArgument<IEnumerable<UiPath.Testing.Activities.Models.Difference>> |
|||
| Result | Out | OutArgument<Boolean> |
|||
| SemanticDifferences | Out | OutArgument<UiPath.Testing.Activities.Models.SemanticDifferences> |
|||
| IgnoreIdenticalItems | In | InArgument<Boolean> |
|||
| IncludeImages | In | InArgument<Boolean> |
|||
| IgnoreImagesLocation | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ComparisonType | property | UiPath.Testing.Activities.Models.ComparisonType |
|
| InterpretDifferencesWithAutopilot | property | Boolean |
|
| Rules | property | List<InArgument<UiPath.Testing.Activities.Models.ComparisonRule>> |
Compares two texts to determine their equivalence while allowing for specific sections to be excluded based on predefined rules.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| BaselineText | In | InArgument<String> |
✓ | ||
| TargetText | In | InArgument<String> |
✓ | ||
| OutputFilePath | In | InArgument<String> |
✓ | ||
| ContinueOnFailure | In | InArgument<Boolean> |
|||
| RulesList | In | InArgument<List<UiPath.Testing.Activities.Models.ComparisonRule>> |
|||
| WordSeparators | In | InArgument<String> |
|||
| Differences | Out | OutArgument<IEnumerable<UiPath.Testing.Activities.Models.Difference>> |
|||
| Result | Out | OutArgument<Boolean> |
|||
| SemanticDifferences | Out | OutArgument<UiPath.Testing.Activities.Models.SemanticDifferences> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ComparisonType | property | UiPath.Testing.Activities.Models.ComparisonType |
|
| Rules | property | List<InArgument<UiPath.Testing.Activities.Models.ComparisonRule>> |
|
| InterpretDifferencesWithAutopilot | property | Boolean |
Activity that can create a flexible comparison rules designed to match and exclude specific parts of the text during comparison. The rule can use various matching techniques, such as regular expressions (regex) or wildcards. These rules allow the identification of patterns (e.g., dates, IDs, or dynamic content) that should be ignored, improving the accuracy and relevance of the comparison.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| RuleName | In | InArgument<String> |
|||
| UsePlaceholder | In | InArgument<Boolean> |
|||
| Pattern | In | InArgument<String> |
|||
| ContinueOnError | In | InArgument<Boolean> |
|||
| ComparisonRule | Out | OutArgument<UiPath.Testing.Activities.Models.ComparisonRule> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ComparisonRuleType | property | UiPath.Testing.Activities.Models.ComparisonRuleType |
Add test data items to a queue in bulk
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ContinueOnError | In | InArgument<Boolean> |
|||
| QueueItemsDataTable | In | InArgument<Data.DataTable> |
✓ | ||
| QueueName | In | InArgument<String> |
✓ | ||
| FolderPath | In | InArgument<String> |
|||
| TimeoutMs | In | InArgument<Int32> |
Delete the provided test data queue items
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| TestDataQueueItems | In | InArgument<List<UiPath.Testing.Core.TestDataQueueItem>> |
✓ | ||
| FolderPath | In | InArgument<String> |
|||
| TimeoutMs | In | InArgument<Int32> |
|||
| ContinueOnError | In | InArgument<Boolean> |
Get next test data item from a queue
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| QueueName | In | InArgument<String> |
✓ | ||
| FolderPath | In | InArgument<String> |
|||
| TimeoutMs | In | InArgument<Int32> |
|||
| ContinueOnError | In | InArgument<Boolean> |
|||
| Output | Out | OutArgument<Dictionary<String, Object>> |
✓ |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| MarkConsumed | property | Boolean |
Gets all the items from the specified queue
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| QueueName | In | InArgument<String> |
✓ | ||
| IdFilter | In | InArgument<String> |
|||
| Top | In | InArgument<Nullable<Int32>> |
|||
| Skip | In | InArgument<Nullable<Int32>> |
|||
| FolderPath | In | InArgument<String> |
|||
| TimeoutMs | In | InArgument<Int32> |
|||
| ContinueOnError | In | InArgument<Boolean> |
|||
| TestDataQueueItems | Out | OutArgument<List<UiPath.Testing.Core.TestDataQueueItem>> |
✓ |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| TestDataQueueItemStatus | property | UiPath.Testing.Activities.TestDataQueues.Enums.TestDataQueueItemStatus |
Add test data item to a queue
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| QueueName | In | InArgument<String> |
✓ | ||
| FolderPath | In | InArgument<String> |
|||
| TimeoutMs | In | InArgument<Int32> |
|||
| ContinueOnError | In | InArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ItemInformation | property | Dictionary<String, InArgument> |
Verifies an expression
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Expression | In | InArgument<Boolean> |
✓ | ||
| OutputMessageFormat | In | InArgument<String> |
|||
| TakeScreenshotInCaseOfSucceedingAssertion | In | InArgument<Boolean> |
|||
| TakeScreenshotInCaseOfFailingAssertion | In | InArgument<Boolean> |
|||
| ContinueOnFailure | In | InArgument<Boolean> |
|||
| AlternativeVerificationTitle | In | InArgument<String> |
|||
| Result | Out | OutArgument<Boolean> |
Verifies 2 expressions with an operator
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FirstExpression | In | InArgument |
✓ | ||
| SecondExpression | In | InArgument |
✓ | ||
| OutputMessageFormat | In | InArgument<String> |
|||
| TakeScreenshotInCaseOfSucceedingAssertion | In | InArgument<Boolean> |
|||
| TakeScreenshotInCaseOfFailingAssertion | In | InArgument<Boolean> |
|||
| ContinueOnFailure | In | InArgument<Boolean> |
|||
| AlternativeVerificationTitle | In | InArgument<String> |
|||
| Result | Out | OutArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Operator | property | UiPath.Testing.Comparison |
Verify a specified value against a range.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Expression | In | InArgument |
✓ | ||
| LowerLimit | In | InArgument |
✓ | ||
| UpperLimit | In | InArgument |
✓ | ||
| OutputMessageFormat | In | InArgument<String> |
|||
| TakeScreenshotInCaseOfSucceedingAssertion | In | InArgument<Boolean> |
|||
| TakeScreenshotInCaseOfFailingAssertion | In | InArgument<Boolean> |
|||
| ContinueOnFailure | In | InArgument<Boolean> |
|||
| AlternativeVerificationTitle | In | InArgument<String> |
|||
| Result | Out | OutArgument<Boolean> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| VerificationType | property | UiPath.Testing.Activities.VerificationType |
Provide random address as dictionary
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| AddressResult | Out | OutArgument<Dictionary<String, String>> |
Provide a random first name
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GivenNameResult | Out | OutArgument<String> |
Provide a random last name
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| LastNameResult | Out | OutArgument<String> |
Random Date
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MinDate | In | InArgument<DateTime> |
✓ | ||
| MaxDate | In | InArgument<DateTime> |
✓ | ||
| Output | Out | OutArgument<DateTime> |
Random Number
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Min | In | InArgument<Int64> |
|||
| Max | In | InArgument<Int64> |
|||
| Decimals | In | InArgument<Int32> |
|||
| Output | Out | OutArgument<Decimal> |
Generate a random string
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Length | In | InArgument<Int32> |
✓ | ||
| Output | Out | OutArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Case | property | UiPath.Testing.Enums.Case |
Picks a random line in range of 0 - 2 billions from a 1-column list provided by the customer as .txt or .csv file
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| FilePath | In | InArgument<String> |
✓ | ||
| Value | Out | OutArgument<String> |