Skip to main content

Posts

Showing posts from December, 2014

System requirement checklist

This checklist doest explain how to make good requirements but gives you a heads up to what to look for from a requirement document before implementing a system.  Some of the items might not apply on small projects, but on large projects its a must to go through all of them and see where you stand.  Specific Functional Requirements Are all the inputs to the system specified, including their source, accuracy, range of values, and frequency?  Are all the outputs from the system specified, including their destination, accuracy, range of values, frequency, and format?  Are all output formats specified for web pages, reports, and so on?  Are all the external hardware and software interfaces specified?  Are all the external communication interfaces specified, including handshaking, error-checking, and communication protocols?  Are all the tasks the user wants to perform specified?  Is the data used in each task and the data resulting from each task specified?  Specific