START_TESTCASE

START_TESTCASE <TestCase ID>

Writes TestCase ID to the Script Engine log file. This command is used to identify the start of a block of script commands that represent a single test scenario or testcase. It must always have an END_TESTCASE to mark an end of a test case.

Note: The TestCase ID should be unique to a single testcase within the executed script files.