Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

Define Data Validation Requirements

In a software development project, a set of written requirements typically guides the development of the application.

The written requirements often describe the data that the application will use. If the app allows users to create data, the requirements will also describe how data should be validated to determine if that data meets the expectations for "high quality" data.

While a comple...