Test Case
A path of flowchart can have multiple blocks of test cases. A test case can be added as a node in a flowchart. This node is used to demarcate the beginning and end points of a test case within a path.
Test Case Node
- Name: Name or ID of the test case
- Description: Description of the test case.
- Is Test Case End?: Mark end of the test case. If
Is Test Case End?checkbox is not checked, it is treated as theTest Case Startnode.
info
Adding test case end node is optional. When a new test case start is encountered, it automatically closes the previous test case if it hasn't been explicitly ended.
Test Case defined in main / primary path are
By default, non-primary test cases are not considered in run. It can be enabled by checking
Test Case defined in main / primary path are
Primary Test Case and test case of Pre-Path / CallPath are Non-Primary Test Case.By default, non-primary test cases are not considered in run. It can be enabled by checking
Non-Primary Test Case? property of primary path.