Can i perform Verification and validation checks on datasets like AndroPRAguard, Drebin(contain malware and benign mobile apps)?
Verification and validation checks for data: Verification of data:
· Visual Checks: It checks data visually.
· Double Entry Check: It checks duplication of data in database.
Validation of data:
· Range Check: It checks that whether data falls between specified lower and upper boundaries.
· Format Check: It checks whether the data is in right format.
· Check digits: It checks valid digits in a data.
· Presence Check: It checks whether data has been entered into correct field.