What are the internal documents prepared after gathering information? Explain them. [Hint Actor Catalog, business rules catalog and glossary]There are different sets of documents that are created for gathering information. Some of them are:
a) Use cases: Description of system’s functionalities. b) Actor Catalog: This defines a list of actors that will use the system. It’s more like a role based approach. c) Business Rules: This is a list of business rules that apply to the system, e.g.: Id, Type, Rule Description, Relevant module/use case etc. d) Risk Register: A list of potential risks involved with the system is created and monitored frequently along with their impact and severity. e) Events action list: Some complex systems may also need an Events action list to be created apart from use cases to identify all the main events and database operations that are related to those events.
|