Details
-
Technical Testing
-
Status: Closed
-
Major
-
Resolution: Completed
-
None
-
None
-
None
Description
Test Description:
Verify that a Rule with 'Is less than' condition is working fine on the numeric field
Test Steps:
Verify that a Rule with 'Is greater than or equal to' 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 Paragraph field to the form
- Type "Test" in the Body Text of the Paragraph
- Navigate to the "Rules" tab
- Add a new Rule
- Condition:
- If “Numeric” “Is less than” "Value" "5"
- Actions:
- Do “Show” “Paragraph”
- Condition:
- Save the Rule
- Assert if the Rule is on the Rule Builder
- Navigate to the "Form" tab
- Preview the Form
- Assert the Paragraph field is present
- Type "5" in the Numeric field
- Assert the Paragraph field is not present
- Type "4" in the Numeric field
- Assert the Paragraph field is present
- Type "6" in the Numeric field
- Assert the Paragraph field is not present