浏览代码

Add Testplan in textile format

Dominik Tesch 9 年之前
父节点
当前提交
139fc7532d

文件差异内容过多而无法显示
+ 7 - 0
manual-tests/org.yakindu.sct.test.manual/Yakindu SCT Testcase 01 – Installation.textile


文件差异内容过多而无法显示
+ 27 - 0
manual-tests/org.yakindu.sct.test.manual/Yakindu SCT Testcase 02 - Editor.textile


文件差异内容过多而无法显示
+ 7 - 0
manual-tests/org.yakindu.sct.test.manual/Yakindu SCT Testcase 03 - Simulation.textile


+ 7 - 0
manual-tests/org.yakindu.sct.test.manual/Yakindu SCT Testcase 04 - Help Integration.textile

@@ -0,0 +1,7 @@
+h1(#Test2). Yakindu SCT Testcase 04 - Help Integration
+
+
+|_. Nr |_. Testname |_. Test Instructions |_. Postconditions |_. Status|
+| 4.1 | Open Help Documentation | Click on *Help→Help Contents.*<p>Open YAKINDU Statechart Tools.</p> | Top-level entry YAKINDU Statechart Tools is available.<p>Subordinate entries are shown.</p> | %{color:red}open% |
+| 4.2 | Welcome page | Click on *Help→Welcome.* | The YAKINDU Statechart Tools welcome page is shown. | %{color:red}open% |
+| 4.3 | Links on welcome page | Click on each link on the welcome page. | Check whether each link a) works and b) points to what the link text implies. | %{color:red}open% |

+ 14 - 0
manual-tests/org.yakindu.sct.test.manual/Yakindu SCT Testcase 05 - Validation.textile

@@ -0,0 +1,14 @@
+h1(#Test2). Yakindu SCT Testcase 05 - Validation
+
+
+|_. Nr |_. Testname |_. Test Instructions |_. Postconditions |_. Status|
+| 5.1 | Expression error check | Open statechart ExpressionError01.sct | There is four error markers with the following error message:<p>"entry, exit, events are allowed as local reactions only."</p> | %{color:red}open% |
+| 5.2 | Expression error check | Open statechart ExpressionError03.sct | There is one error marker at the specification section with the following error message:<p>"In/Out declarations are not allowed in internal scope."</p> | %{color:red}open% |
+| 5.3 | Expression error check | Open statechart ExpressionError04.sct | There is one error marker at the specification section with the following error message:<p>"Local declarations are not allowed in interface scope."</p> | %{color:red}open% |
+| 5.4 | Expression error check | Open statechart ExpressionError05.sct | There is one error marker at the specification section with the following error message:<p>"Only one default/unnamed interface is allowed."</p> | %{color:red}open% |
+| 5.5 | Statechart error check | Open statechart StatechartError01.sct | There is one error marker at the state with the following error message:<p>"A state must have a name."</p> | %{color:red}open% |
+| 5.6 | Statechart error check | Open statechart StatechartError02.sct | There is one error marker on the transition with the following error message:<p>"Outgoing Transitions from Entries can not have a Trigger or Guard."</p> | %{color:red}open% |
+| 5.7 | Statechart error check | Open statechart StatechartError03.sct | There is one error marker on each of the states with the following error message:<p>"Duplicate SpecificationElement 'A' in Region 'main region'"</p> | %{color:red}open% |
+| 5.8 | Statechart error check | Open statechart StatechartError04.sct | There is one error marker on state 'B' with the following error message:<p>"Node is not reachable."</p> | %{color:red}open% |
+| 5.9 | Statechart error check | Open statechart StatechartError05.sct | There is one error marker on the entry node with the following error message:<p>"Entries must not have more than one outgoing transition."</p> | %{color:red}open% |
+| 5.10 | Statechart error check | Open statechart StatechartError06.sct | There is one error marker on the choice with the following error message:<p>"A choice must have at least one outgoing transition."</p><p>There is a warning maker on the choice with the following warning message:</p><p>“Missing trigger. Transition is never taken. Use 'oncycle' or 'always' instead."</p> | %{color:red}open% |

+ 12 - 0
manual-tests/org.yakindu.sct.test.manual/Yakindu SCT Testcase 06 - Expression Language Proposals.textile

@@ -0,0 +1,12 @@
+h1(#Test2). Yakindu SCT Testcase 06 - Expression Language Proposals
+
+
+|_. Nr |_. Testname |_. Test Instructions |_. Postconditions |_. Status|
+| 6.1 | Extend statechart interface | Replace the statechart specification by the following:<p>@namespace Staircase@</p><p>@internal:@</p><p>@var light : boolean@</p><p>@interface A:@</p><p>@in event keypress@</p><p>@interface B:@</p><p>@in event keypress@</p><p>Select transition with keypress trigger and double-click on trigger.</p><p>Replace "keypress" by "A.keypress" to qualify the event.</p> | No error messages are shown. | %{color:red}open% |
+| 6.2 | Create another statechart | Create a new statechart model and name it OtherStatechart.<p>Replace the default text in the definition section by the following:</p><p>@namespace OtherStatechart@</p><p>@interface A:@</p><p>@out event e1@</p><p>@in event e2@</p><p>@interface B:@</p><p>@out event e1@</p><p>@in event e2@</p> | The new statechart OtherStatechart is created. It does not have any error markers. | %{color:red}open% |
+| 6.3 | Test state proposals | Select state LightOff.<p>Open properties view.</p><p>Place the cursor in front of the expression in the state specification and press *[Ctrl+Space]*.</p> | Only the following proposals should be displayed:<p>- A</p><p>- B</p><p>- light</p><p>- [</p><p>- after</p><p>- always</p><p>- entry</p><p>- every</p><p>- exit</p><p>- oncycle</p> | %{color:red}open% |
+| 6.4 | Test transitions proposals | Select transition with trigger A.keypress.<p>Open properties view.</p><p>Move cursor in front of A.keypress and press *[Ctrl+Space]*.</p> | Only following proposals should be displayed:<p>- A</p><p>- B</p><p>- #</p><p>- /</p><p>- [</p><p>- after</p><p>- always</p><p>- default</p><p>- else</p><p>- every</p><p>- oncycle</p> | %{color:red}open% |
+| 6.5 | Test transitions proposals | Move cursor behind A.keypress and press *[Ctrl+Space]*. | Only following proposals should be displayed:<p>- keypress</p><p>- #</p><p>- ,</p><p>- .</p><p>- /</p><p>- [</p> | %{color:red}open% |
+
+
+

文件差异内容过多而无法显示
+ 9 - 0
manual-tests/org.yakindu.sct.test.manual/Yakindu SCT Testcase 07 - Custom Generators.textile


文件差异内容过多而无法显示
+ 27 - 0
manual-tests/org.yakindu.sct.test.manual/Yakindu SCT Testcase 08 - Genmodel.textile


文件差异内容过多而无法显示
+ 18 - 0
manual-tests/org.yakindu.sct.test.manual/Yakindu SCT Testcase 09 - Templateproposals.textile


+ 5 - 0
manual-tests/org.yakindu.sct.test.manual/Yakindu SCT Testcase 10 - ExampleFiles.textile

@@ -0,0 +1,5 @@
+h1(#Test2). Yakindu SCT Testcase 09 - Templateproposals
+
+|_. Nr |_. Testname |_. Test Instructions |_. Postconditions |_. Status|
+| 10.1 | Create Example File | Select *File → New → Example…*.<p>Select *YAKINDU SCT Example → Statechart Examples*.</p><p>Click *Next*.</p><p>Select traffic_light.</p><p>Click *Finish*.</p> | The Trafficlight example is created into the workspace  | %{color:red}open% |
+

文件差异内容过多而无法显示
+ 11 - 0
manual-tests/org.yakindu.sct.test.manual/Yakindu SCT Testcase 11 - Operations.textile


文件差异内容过多而无法显示
+ 13 - 0
manual-tests/org.yakindu.sct.test.manual/Yakindu SCT Testcase 12 - Refactor.textile


+ 10 - 0
manual-tests/org.yakindu.sct.test.manual/Yakindu SCT Testcase 13 - State.textile

@@ -0,0 +1,10 @@
+h1(#Test2). Yakindu SCT Testcase 13 - State
+
+|_. Nr |_. Testname |_. Test Instructions |_. Postconditions |_. Status|
+| 13.1 | State templates available | Select a state. Press *[Ctrl+Space]*. | The following proposals are shown in a drop-down menu:<p>@Add subregion@</p><p>@Add outgoing state@</p><p>For each keyword proposal a corresponding documentation popup window opens when the respective keyword is clicked.</p><p>A completion window should appear with the following entries:</p> | %{color:red}open% |
+| 13.2 | Add composite behaviour | Select Add *subregion*. | A subregion should be added to the selected state with an entry, a transition and a substate. The states bounds should enlarge so that the whole content is shown | %{color:red}open% |
+| 9.1 | Add orthogonal behavior | Select Add *outgoing state*. | A new state should be added. A transition should be drawn from the selected state to the new state. | %{color:red}open% |
+
+
+
+