Data Flow Diagram - How to Evaluate DFD for Correctness
Evaluating Data Flow Diagrams for Correctness It is essential to evaluate all DFDs carefully to determine if they are correct. Errors, omissions and inconsistencies can occur for several reasons, including mistakes in drawing the diagrams. But the presence of what appears to be an error may in fact point out a deficiency in the system or a situation in which users are not aware of how certain processes operate. These questions are useful in evaluating data flow diagrams: · Are there any unnamed components in the data flow diagram (data flows, processes, stores, inputs or outputs)? · Are there any data stores that are input but never referenced? · Are there any processes that do not receive input? · ...