Skip to content

Commit

Permalink
Update C.4.18.500 - Data Quality disrepancies.feature
Browse files Browse the repository at this point in the history
Remove this duplicate section
  • Loading branch information
aldefouw committed Sep 1, 2024
1 parent 8e8d174 commit 50ea92f
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,6 @@ Feature: User Interface: The system shall support viewing discrepancies found in
| 1 | [radio]=9.9 | [radio]=9.9 | 1 |
| 2 | [ptname]<>[name] | [ptname]<>[name] | 8 |

##ACTION executing all rules.
When I click on the link labeled "Data Quality"
And I click on the button labeled exactly "All"
Then I should see a table header and rows containing the following values in a table:
| Rule # | Rule Name | Rule Logic (Show discrepancy only if...) | Total Discrepancies |
| A | Blank values* | - | 377 |
| B | Blank values* (required fields only) | - | 2 |
| C | Field validation errors (incorrect data type) | - | 1 |
| D | Field validation errors (out of range) | - | 4 |
| E | Outliers for numerical fields | - | 2 |
| F | Hidden fields that contain values*** | - | 1 |
| G | Multiple choice fields with invalid values | - | 1 |
| H | Incorrect values for calculated fields | - | 26 |
| I | Fields containing "missing data codes" | - | 4 |
| 1 | [radio]=9.9 | [radio]=9.9 | 1 |
| 2 | [ptname]<>[name] | [ptname]<>[name] | 8 |

When I click on the "view" link for Data Quality Rule # "C"
#When I click on the link labeled "view" for the Rule Name labeled "Field validation errors (incorrect data type)"
Then I should see "Rule: Field validation errors (incorrect data type)" in the dialog box
Expand Down

0 comments on commit 50ea92f

Please sign in to comment.