Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2186 from Yakindu/testplan-fixes
Browse files Browse the repository at this point in the history
Minor fixes in test plan
  • Loading branch information
Robert Rudi committed Aug 15, 2018
2 parents a7819a0 + e382be4 commit 6f5b510
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Expand Up @@ -2,7 +2,7 @@ h1. YAKINDU Statechart Tools – Testcase 18 - Definition section

|_. Nr |_. Testname |_. Test Instructions |_. Postconditions |_. Status|
| 18.1 | Open Digital Watch Example | <ol><li><p>Open _watch.sct_ in folder *<project>/model*.</p></li> | <ol><li><p>No errors are displayed in the definition section at the left side of the main window.</p></li><li><p>The definition section has its inline mode activated.</p></li><li><p>The definition section thus can be dragged within the main window.</p></li><li><p>The definition section has a pin icon at top left.</p></li></ol>| %{color:red}open% |
| 18.2 | Switch definition section mode | <ol><li><p>Click on the pin icon at the top left of the definition section to pin the definition section.</p></li><li><p>Click on the pin icon at the top right of the pinned definition section.</p></li><li><p>Scroll the definition section up and down.</p></li></ol> | The definition section does not contain any error markers but *4* warnings in the annotation border at the left side of the main window. | %{color:red}open% |
| 18.2 | Switch definition section mode | <ol><li><p>Click on the pin icon at the top left of the definition section to pin the definition section.</p></li><li><p>Click on the pin icon at the top right of the pinned definition section.</p></li><li><p>Scroll the definition section up and down.</p></li></p></li><li><p>Produce an error, e.g. use unknown type</p></li></ol> | The definition section does contain the produced error marker in the annotation border at the left side of the main window. | %{color:red}open% |
| 18.3 | Collapse/Expand definition section | <ol><li><p>Click on the triangle at the top left to collapse the pinned definition section.</p></li><li><p>Click on the flipped triangle at the top of the collapsed definition section or on the collapsed border itself to expand it again.</p></li></ol> | <ol><li><p>Before clicking on the triangle, the tooltip "*Hide definition section*" is shown.</p></li><li><p>After clicked, the definition section is collapsed and displayed as vertical border.</p></li><li><p>The vertical border contains the text "*Definition section*" which is fully visible within the border.</p></li><li><p>The triangle to expand the definition section again is flipped to the right.</p></li><li><p>Before expanding again, when hovering over the triangle or the collapsed border, the tooltip "*Show definition section*" is shown.</p></li><li><p>The expanded definition section has the same width as before.</p></li></ol> | %{color:red}open% |
| 18.4 | Save statechart | <ol><li><p>Close the _watch.sct_ file without saving it.</p></li><li><p>Reopen the statechart and switch the inline mode to the pinned mode.</p></li><li><p>Save the statechart by pressing *Ctrl+S* or by selecting.</p></li><li><p>Close and reopen the statechart again.</p></li></ol> | <ol><li><p>The statechart is closed without errors.</p></li><li><p>After reopening, the statechart is displayed in inlined mode.</p></li><li><p>After the mode is changed, the editor tab is marked as dirty.</p></li><li><p>After pressing *Ctrl+S* the statechart is saved without errors.</p></li><li><p>After save and reopen the statechart is displayed in pinned mode.</p></li><li><p>The editor is not marked as dirty.</p></li></ol> | %{color:red}open% |
| 18.5 | Resize definition section | <ol><li><p>In pinned mode, grab the right side of the definition section and resize it to an arbitrary width.</p></li><li><p>Close and reopen the statechart.</p></li><li><p>Resize the definition section to a smaller size.</p></li><li><p>Close and reopen the statechart.</p></li></ol>| <ol><li><p>The definition section can be resized to any size.</p></li><li><p>When reopening the statechart, its previous width is restored.</p></li></ol> |%{color:red}open%|
Expand Down
Expand Up @@ -3,7 +3,7 @@ GeneratorModel for yakindu::images {
statechart watch_subdiagrams {

feature Outlet {
targetProject = "digital_watch"
targetProject = "org.yakindu.sct.examples.digital_watch"
targetFolder = "images-gen-bmp"
}

Expand All @@ -15,7 +15,7 @@ GeneratorModel for yakindu::images {
statechart watch_subdiagrams {

feature Outlet {
targetProject = "digital_watch"
targetProject = "org.yakindu.sct.examples.digital_watch"
targetFolder = "images-gen-png"
}

Expand All @@ -27,7 +27,7 @@ GeneratorModel for yakindu::images {
statechart watch_subdiagrams {

feature Outlet {
targetProject = "digital_watch"
targetProject = "org.yakindu.sct.examples.digital_watch"
targetFolder = "images-gen-jpg"
}

Expand All @@ -39,7 +39,7 @@ GeneratorModel for yakindu::images {
statechart watch_subdiagrams {

feature Outlet {
targetProject = "digital_watch"
targetProject = "org.yakindu.sct.examples.digital_watch"
targetFolder = "images-gen-jpeg"
}

Expand All @@ -51,7 +51,7 @@ GeneratorModel for yakindu::images {
statechart watch_subdiagrams {

feature Outlet {
targetProject = "digital_watch"
targetProject = "org.yakindu.sct.examples.digital_watch"
targetFolder = "images-gen-svg"
}

Expand All @@ -63,7 +63,7 @@ GeneratorModel for yakindu::images {
statechart watch_subdiagrams {

feature Outlet {
targetProject = "digital_watch"
targetProject = "org.yakindu.sct.examples.digital_watch"
targetFolder = "images-gen-pdf"
}

Expand Down

0 comments on commit 6f5b510

Please sign in to comment.