TestCaseTitle
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE Note- The title must not contain parenthesis.
- The parameter Identifier is only supported for test modules. It is ignored for test units as test case IDs are generated in vTESTstudio.
Function Syntax
TestCaseTitle (char identifier[], char title[]);Description
The title of a test case is acquired automatically from the test case name in the CAPL program. It can also be set explicitly together with a test case identifier with the help of this function. The function may only be called within a test case and relates then to the respective test case.Parameters
- title: Title of the test case.
- identifier: E.g. a test case number of the test case.