Test Case/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 14: | Zeile 14: | ||
=== Defining a Test Action === |
=== Defining a Test Action === |
||
[[Datei:TestCaseExample3.png| |
[[Datei:TestCaseExample3.png|thumb|200px|Select the "''New Compound Action''" menu function]] |
||
[[Datei:TestCaseExample4.png| |
[[Datei:TestCaseExample4.png|thumb|200px|New compound action shown]] |
||
=== Making it a Test Case === |
=== Making it a Test Case === |
Version vom 20. Juli 2023, 10:25 Uhr
Test cases are the elements of test plans. They are added to a test plan by dragging an action into the plan's item list. You can also use the copy-paste function via the right-button menu or keyboard shortcuts.
Any action (textual/eleemntary and compound) can be put into a test plan's list. Although we recommend wrapping single elementary actions into a compound; this makes debugging easier, as you can then place a breakpoint or additional trace actions more easily.
If the test case action has input pins, values for them are provided by the test plan. Thus, an action can be used in multiple scenarios possibly with different input values.
Inhaltsverzeichnis
Typical Scenario[Bearbeiten]
The following screenshots demonstrate how a test case is added to a test plan: