I am familiar with writing Software Requirements Specification, but not quite sure how to write the requirements for a specific module. Let's say I need to develop a Reservation System and there will be a module to perform validation. Now, an SRS is already available for the entire system, but prior to designing(API Specification and Class Diagrams) the Validation module, what would be the format of writing Requirements for this module.
asked Feb 17, 2012 at 13:46 Shamim Hafiz - MSFT Shamim Hafiz - MSFT 4,155 7 7 gold badges 39 39 silver badges 46 46 bronze badgesA specific model shouldn't require more requirements, a module should complete or be part of the solution to a subset of overall requirements for the project. If you find that a module doesn't work towards fulfilling project requirements, then it,s either unnecessary or your requirements are lacking. Creating modules is part of the design process, requirements should already have been set, if you are trying to make specific requirements for a specific module then you are doing it wrong.
answered Feb 17, 2012 at 14:05 13.4k 1 1 gold badge 35 35 silver badges 48 48 bronze badgesWhat I actually want to do is, create TFS Work Items. Now, I should be submitting the Requirements of a particular Task, or Module as needed. How to write this specific requirements for TFS Work Item?