Skip to main content

UAT Testing Action

Comprehensive User Acceptance Testing (UAT) for validating all supported data types in the WRK platform.

Application

  • Wrkflow Tools

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Text InputShort text input for testingText (Short)YesHello World
Blob InputLong text input for testingText (Long)NoThis is a longer text input that can contain multiple lines and extensive content for testing purposes.
Blob Input CodeLong text input for testing with code editorText (Long)NoThis is a longer text input that can contain multiple lines and extensive content for testing purposes.
URL InputURL input for testingLinkNohttps://www.example.com
Email InputEmail address input for testingEmailNotest@example.com
Date InputDate input for testingDateNo2024-01-15
Date-Time InputDate and time input for testingDatetimeNo2024-01-15T10:30:00Z
Time InputTime input for testingTimeNo10:30:00
Secret InputSecret/password input for testingText (Short)Nosecret123
Integer InputInteger number input for testingNumberNo42
Number InputDecimal number input for testingNumber with decimalsNo3.14159
Boolean InputTrue/false input for testingTrue/FalseNotrue
Enum InputPredefined choice list input for testingPredefined Choice ListNoOption 1
Array of Text InputArray of text values for testingList of Text (Short)No
Array of Numbers InputArray of numbers for testingList of Number with decimalsNo
Array of Integers InputArray of integers for testingList of NumberNo
Array of Emails InputArray of email addresses for testingList of EmailNo
Array of Booleans InputArray of boolean values for testingList of True/FalseNo
Weekly days exampleList of Text (Short)No
Priority levelsPriority levels for the taskList of NumberNo
Array of Objects InputArray of objects for testing complex data structuresList of undefinedNo
Array of EnumsArray of enums for testingList of Predefined Choice ListNo
Nested Object InputA complex nested object with multiple layers and array of objects for testingNo
Key Value Pair Input - Single TypeKey value pair input with single data type (email) for additional propertiesNo
Key Value Pair Input - Multiple TypesKey value pair input with multiple data types (oneOf) for additional propertiesNo
Key Value Pair Input - Nested ObjectNested object with additionalProperties allowing dynamic properties at nested levelNo
Key Value Pair Input - Multiple Nesting LevelsMultiple levels of nesting with additionalProperties at different levelsNo
Key Value Pair Input - Array Single TypeArray of objects with additionalProperties allowing single data type for each objectNo
Key Value Pair Input - Array Multiple TypesArray of objects with additionalProperties allowing multiple data types for each objectNo

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Text OutputShort text output from testingText (Short)NoHello World
Blob OutputLong text output from testingText (Long)NoThis is a longer text output that can contain multiple lines and extensive content for testing purposes.
Blob Output CodeLong text output from testing with code editorText (Long)NoThis is a longer text output that can contain multiple lines and extensive content for testing purposes.
URL OutputURL output from testingLinkNohttps://www.example.com
Email OutputEmail address output from testingEmailNotest@example.com
Date OutputDate output from testingDateNo2024-01-15
Date-Time OutputDate and time output from testingDatetimeNo2024-01-15T10:30:00Z
Time OutputTime output from testingTimeNo10:30:00
Secret OutputSecret/password output from testingText (Short)Nosecret123
Integer OutputInteger number output from testingNumberNo42
Number OutputDecimal number output from testingNumber with decimalsNo3.14159
Boolean OutputTrue/false output from testingTrue/FalseNotrue
Enum OutputPredefined choice list output from testingPredefined Choice ListNoOption 1
Array of Text OutputArray of text values output from testingList of Text (Short)No
Array of Numbers OutputArray of numbers output from testingList of Number with decimalsNo
Array of Integers OutputArray of integers output from testingList of NumberNo
Array of Emails OutputArray of email addresses output from testingList of EmailNo
Array of Booleans OutputArray of boolean values output from testingList of True/FalseNo
Test Results SummarySummary of all test results and validation statusText (Long)NoAll data types validated successfully. Input/Output mapping completed.
Test StatusOverall test execution statusPredefined Choice ListNoPASSED

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Requirements

  • N/A