This shows you the differences between two versions of the page.
how_to_create_an_uml_diagram [2017/12/29 10:34] 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 18: | Line 16: | ||
* Creating a new test case. | * Creating a new test case. | ||
* Importing a test case created with any other UML Design tool. | * Importing a test case created with any other UML Design tool. | ||
+ | |||
+ | {{:Diagrama_eng.png?nolink&600|}} | ||
+ | |||
+ | If the user chooses to modify an existing UML diagram (left side of the upper screenshot), there will be 3 different colors for the test cases: green for the cases where the mapping has been completed and validated, red for the cases where the mapping has not been done, and grey for the cases that are empty. | ||
+ | |||
+ | {{: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 | ||
+ | |||