Business Analyst Faq .com |
|
Role of a Business Analyst(high level) RUP (rational unified processing) UML (unified modeling language)
|
Use case diagram
Use case diagrams are created to visualize between actors and use cases.
State transitions diagram
We use state transition diagrams for object classes that have lot of dynamic behavior. The button is on..The button is off. Generally to see the state of the object. Mostly used ehn the objects are dynamic.
Component diagram:Every system will be made considering the physical world. That’s where this diagram comes into the picture. These diagrams illustrate organizations and dependencies among software components. Includes source code, runtime components etc..
Deployment diagrams:
When it comes to deploying the product then these diagrams come into picture. They show the process on the system and connections between them. It is a visual way of knowing what executables running in my system. aaa |