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