The pragma Category allows you to group test fixtures and execute all tests in the group:
{TestFixture}
{Category(MyTestCategory)}
CLASS MyTestFixture
VAR
_myVariable : INT;
END_VAR
....
The pragma Category allows you to group test fixtures and execute all tests in the group:
{TestFixture}
{Category(MyTestCategory)}
CLASS MyTestFixture
VAR
_myVariable : INT;
END_VAR
....