32.3 Skipping nodes

The "Skip" functions extend the capabilities of QF-Test’s debugger in a way that goes beyond the functionality of standard programming environments. As the name suggests, the "Skip" operations allow skipping one or more nodes during the test run, i.e. jumping ahead without executing them. This can be useful for various reasons, e.g. to quickly reach a certain position in your test flow or to skip a node currently causing an error.

At the end of the last section we made the first test step in the second test case the active node. This is the starting point for our next action:

Activate debugging mode
Figure 32.7:  Execution paused at the first node of the second test case
Skip over
Figure 32.8:  "Skip over"
Skip out
Figure 32.9:  "Skip out"

Note One remark about "Skip over" and "Skip out": Use these with care! Skipping out of a sequence before it has finished can leave your SUT in a state that other sequences or tests in the suite cannot build upon.