How to run a test case#
A test suite is run by using the test case player type. This type allows you to specify which sequential test case you want to run. The test case player can be used in the following way.%%TestCasePlayer @uses: demo %
renders as:
The annotation uses specifies the package, where the test cases are defined.