Include sub tests


You can include one test inside another one: for example if you have a procedure that takes 5 steps to log in to your system, you wouldn't have to repeat these 5 steps over and over.

If a step contains the prefix 

include:

followed by a test case, or use case, the generation of the test execution form will include all the steps from that sub test inside of the step with include

Example:

Here is the test case TC-5

Here is UC-4:

And here is the generated test execution form :

You can of course enter different UC and/or TC in the same main TC.