Details
-
Technical Testing
-
Status: Closed
-
Major
-
Resolution: Completed
-
None
-
None
-
None
Description
Test Description:
Verify that a Rule with 'Is greater than' condition is working fine on the numeric field
Test Steps:
- Create a Form and title it "Form 1"
- Add a Numeric field to the form
- Add a Text field to the form
- Navigate to the "Rules" tab
- Add a new Rule
- Condition:
- If “Numeric” “Is greater than” "Value" "5"
- Actions:
- Do “Enabled” “Text”
- Condition:
- Click in Save when finished.
- Assert if the Rule is on the Rule Builder
- Navigate to the "Form" tab
- Click in Preview
- Assert the Text field is disabled
- Type "2" in the Numeric field
- Assert if the Text field is disabled
- Type "8" in the Numeric field
- Assert the Text field is not disabled
- Type "Test" in the Text field