In a unified process, what sort of UML models assist in the 5 disciplines?

74 views Asked by At

I read there are 5 disciplines in a unified process, Requirements, Analysis, design, Implementation, and test.

I've basically done the following UML's and I'm trying to add an explanation of how I adhered to the unified process. I did the following UML's for my project: Use case, Analysis class, Design class, Activity, Sequence, Deployment, state machine, and component.

I can already tell based on content that the use case falls into the categories of requirements. Analysis class falls into the category of analysis. Design class in design. But what about the other 2 disciplines? I am having some trouble understanding unified process. But if I were to assign the UML's to a discipline, what would they be assigned to.

1

There are 1 answers

0
qwerty_so On

Implementation will be a mix of class and component and deployment diagrams. For test there's nothing in pure UML. You can create your own profile for it. Basically it ends up in sort of use case diagram for business with traces to requirements being marked in some way. Unit testing can trace classes to requirements. This is a wide open area where you can write more than one thesis about.