Comprehensive User Acceptance Testing (UAT) for validating all supported data types in the WRK platform.
Application
~Wrkflow Tools~
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Text Input | Short text input for testing | Text (Short) | Yes | Hello World |
Blob Input | Long text input for testing | Text (Long) | No | This is a longer text input that can contain multiple lines and extensive content for testing purposes. |
Blob Input Code | Long text input for testing with code editor | Text (Long) | No | This is a longer text input that can contain multiple lines and extensive content for testing purposes. |
URL Input | URL input for testing | Link | No | |
Email Input | Email address input for testing | No | ||
Date Input | Date input for testing | Date | No | 2024-01-15 |
Date-Time Input | Date and time input for testing | Datetime | No | 2024-01-15T10:30:00Z |
Time Input | Time input for testing | Time | No | 10:30:00 |
Secret Input | Secret/password input for testing | Text (Short) | No | secret123 |
Integer Input | Integer number input for testing | Number | No | 42 |
Number Input | Decimal number input for testing | Number with decimals | No | 3.14159 |
Boolean Input | True/false input for testing | True/False | No | true |
Enum Input | Predefined choice list input for testing | Predefined Choice List | No | Option 1 |
Array of Text Input | Array of text values for testing | List of Text (Short) | No | |
Array of Numbers Input | Array of numbers for testing | List of Number with decimals | No | |
Array of Integers Input | Array of integers for testing | List of Number | No | |
Array of Emails Input | Array of email addresses for testing | List of Email | No | |
Array of Booleans Input | Array of boolean values for testing | List of True/False | No | |
Weekly days example | List of Text (Short) | No | ||
Priority levels | Priority levels for the task | List of Number | No | |
Array of Objects Input | Array of objects for testing complex data structures | List of undefined | No | |
Array of Enums | Array of enums for testing | List of Predefined Choice List | No | |
Nested Object Input | A complex nested object with multiple layers and array of objects for testing | No | ||
Key Value Pair Input - Single Type | Key value pair input with single data type (email) for additional properties | No | ||
Key Value Pair Input - Multiple Types | Key value pair input with multiple data types (oneOf) for additional properties | No | ||
Key Value Pair Input - Nested Object | Nested object with additionalProperties allowing dynamic properties at nested level | No | ||
Key Value Pair Input - Multiple Nesting Levels | Multiple levels of nesting with additionalProperties at different levels | No | ||
Key Value Pair Input - Array Single Type | Array of objects with additionalProperties allowing single data type for each object | No | ||
Key Value Pair Input - Array Multiple Types | Array of objects with additionalProperties allowing multiple data types for each object | No |
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
Text Output | Short text output from testing | Text (Short) | No | Hello World |
Blob Output | Long text output from testing | Text (Long) | No | This is a longer text output that can contain multiple lines and extensive content for testing purposes. |
Blob Output Code | Long text output from testing with code editor | Text (Long) | No | This is a longer text output that can contain multiple lines and extensive content for testing purposes. |
URL Output | URL output from testing | Link | No | |
Email Output | Email address output from testing | No | ||
Date Output | Date output from testing | Date | No | 2024-01-15 |
Date-Time Output | Date and time output from testing | Datetime | No | 2024-01-15T10:30:00Z |
Time Output | Time output from testing | Time | No | 10:30:00 |
Secret Output | Secret/password output from testing | Text (Short) | No | secret123 |
Integer Output | Integer number output from testing | Number | No | 42 |
Number Output | Decimal number output from testing | Number with decimals | No | 3.14159 |
Boolean Output | True/false output from testing | True/False | No | true |
Enum Output | Predefined choice list output from testing | Predefined Choice List | No | Option 1 |
Array of Text Output | Array of text values output from testing | List of Text (Short) | No | |
Array of Numbers Output | Array of numbers output from testing | List of Number with decimals | No | |
Array of Integers Output | Array of integers output from testing | List of Number | No | |
Array of Emails Output | Array of email addresses output from testing | List of Email | No | |
Array of Booleans Output | Array of boolean values output from testing | List of True/False | No | |
Test Results Summary | Summary of all test results and validation status | Text (Long) | No | All data types validated successfully. Input/Output mapping completed. |
Test Status | Overall test execution status | Predefined Choice List | No | PASSED |
Outcomes
Name | Description |
Success | This status is selected if the job has successfully completed. |
Requirements
N/A
