Data Validation and Verification
Data Validation and Verification
2-Presence check: Checks that data has been entered into a field.
3-Range check: Checks that a value falls within the specified range,
e.g. grades can only range between A and E.
4-Type check: Ensures the correct data type has been entered, e.g.
age should be a number.
What is Data Verification
• Data verification is the process of checking that the data entered
exactly matches the original source to find out if data is accurate.
• Data verification is a way of ensuring the user types in what he or
she intends, in other words, to make sure the user does not make a
mistake when inputting data.
• Data verification is very important as it ensures that the copy is
exactly the same as the original. Hence you can be confident in
using the copy, even when you lose the original data.
Data Verification methods
• Data verification methods include:
1-Double entry - entering data twice
2-Proofreading data - someone checks the data
entered against the original document
3-Echo - system repeats the data being entered
• For example of Data validation , when you validate a telephone number, you can
validate the input data, telephone numbers by ensuring that it contains a just a
specific number digits and in some case + or – signs.
• Or Checking the input to ensure that they are made up of “Valid” characters.
In total, Data Validation is done on the original document whereas data verification
is done on copies. This is the major difference between data validation and data
verification. يتم التحقق من صحة البيانات على المستند األصلي بينما يتم التحقق من، في المجموع
هذا هو الفرق الرئيسي بين التحقق من صحة البيانات والتحقق من.البيانات على نسخ
البيانات.
How Validation is Done ?
• The mechanical details of validating data are:
1-Determining what data to validate. Not all data needs to be
validated in all ways, but at a minimum each data element should
be checked for conformance to the target data type and domain
values/ranges, as necessary.
• Each data value for any item entered from the key board must be
validated.