Details
-
Technical Testing
-
Status: Closed
-
Minor
-
Resolution: Completed
-
None
-
None
-
None
Description
Objective
The goal of this task is to analyze the Acceptance Criteria for this Story, and draft Test Cases to validate it.
Test Cases
# | Test Scenarios | Was covered by backend automation | Was covered by frontend automation | Can be covered by functional automation (Poshi) |
---|---|---|---|---|
1 | Verify that the "Contains" option can be used to validate a Text Field | The existence of the validation is covered | ||
2 | Verify that the "Does Not Contain" option can be used to validate a Text Field | The existence of the validation is covered | ||
3 | Verify that the "Is Not URL" option can be used to validate a Text Field | The existence of the validation is covered | ||
4 | Verify that the "Is Not Email" option can be used to validate a Text Field | The existence of the validation is covered | ||
5 | Verify that the "Does Not Match" option can be used to validate a Text Field | The existence of the validation is covered | ||
6 | Verify that the "Is Equal To" option can be used to validate a Numeric Field | The existence of the validation is covered | ||
7 | Verify that the "Is Greater Than Or Equal To" option can be used to validate a Numeric Field | The existence of the validation is covered | ||
8 | Verify that the "Is Greater Than" option can be used to validate a Numeric Field | The existence of the validation is covered | ||
9 | Verify that the "Is Not Equal To" option can be used to validate a Numeric Field | The existence of the validation is covered | ||
10 | Verify that the "Is Less Than Or Equal To" option can be used to validate a Numeric Field | The existence of the validation is covered | ||
11 | Verify that the "Is Less Than" option can be used to validate a Numeric Field | The existence of the validation is covered | ||
12 | Verify that Validation options are reset after changing the Field Type from Text Field to Numeric Field | It can be covered by functional since it depends on BE and FE elements | ||
13 | Verify that Validation options are reset after changing the Field Type from a Numeric Field to Text Field | It can be covered by functional since it depends on BE and FE elements | ||
14 | Verify if Validations are properly applied for Numeric Field set to Decimal | |||
15 | Verify if Validations are properly applied for Numeric Field with different Instance Language set | |||
16 | Verify if Validations are properly applied for Text Field with different Instance Language set | |||
17 | Verify if Validations are properly applied for Numeric Field with different User Language set | |||
18 | Verify if Validations are properly applied for Text Field with different User Language set | |||
19 | Verify if Validation error message is displayed with other Field's error messages | |||
20 | Verify if Localized validation error messages persists and are properly displayed | |||
21 | Verify if Validations are properly applied for other Form Pages | |||
22 | Verify if Validations are properly applied for repeatable fields |