What are the outputs of the logical design? - microsoft solution framework

What are the outputs of the logical design?

Logical design can have many outputs, some of which might be:

a) E-R Diagrams:
It is known as entity relationship diagram. They are a visual representation of data that describes how data is related to each other.

b) Class Diagrams:
It is a static diagram which represents the static view of the application. It describes the attributes and operations of a class and also the constraints imposed on the system.

c) State-Transition diagrams:
They are used to define a machine that has a number of states. They give an explicit and formal definition of behaviour.

d) Sequence diagrams:
It is an interaction diagram which shows how the processes operate with one another in an order. It shows the object interactions arranged in a time sequence.

e) Object interaction diagrams:
It is used to describe some type of interactions among the different elements of the model. It is a part of dynamic behaviour of the system.
Responsibility of the testing role during logical design - microsoft solution framework
Test role is responsible to create test plans based on the high level decisions made about the interactions and integration of the components.........
Physical design - microsoft solution framework
Physical design is the implementation of logical design. It describes the components, behaviors, relationships and design physically.........
What are the goals of physical design? - microsoft solution framework
Some of the goals of physical design are: a) Ease of user interaction b) Technical feasibility........
Post your comment