This shows you the differences between two versions of the page.
how_to_create_an_uml_diagram [2017/12/29 11:23] tast |
how_to_create_an_uml_diagram [2018/01/08 12:16] (current) tast |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== How to create an UML diagram ====== | ====== How to create an UML diagram ====== | ||
- | [[doku>wiki:dokuwiki|{{wiki:TAST-128_small.png }}]] | + | {{:TAST-icon.png?nolink&70|}} UML diagrams are completely necessary for the creation of the test cases. That is because every message of the represents an action that will be carried on in the test (click or type, for instance). |
- | + | ||
- | UML diagrams are completely necessary for the creation of the test cases. That is because every message of the represents an action that will be carried on in the test (click or type, for instance). | + | |
In the next paragraphs, it is explained how can an UML diagram be created: | In the next paragraphs, it is explained how can an UML diagram be created: | ||
Line 24: | Line 22: | ||
{{:menu seleccion modeling_eng.png?nolink&175|}} | {{:menu seleccion modeling_eng.png?nolink&175|}} | ||
+ | |||
+ | When choosing to create a new UML diagram, it is needed to click on "New" button. After this, a new window will open as shown in the right picture. In it, can be selected: | ||
+ | * Domain: This is the domain which the test case will belong to | ||
+ | * Project: Select the project where the test case will be linked to | ||
+ | * Folder: folder of the system where the test case will be stored | ||
+ | * Diagram name | ||
+ | * Diagram description | ||
+ | * Use diagram template | ||
+ | * Copy validation mapping | ||
+ | * Visibility as a template: | ||
+ | * Public | ||
+ | * Domain | ||
+ | * Project | ||
+ | * Private | ||
+ | * None | ||
+ | |||