Skip to main content

TestCaseDescription

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

TestCaseDescription (char description[]);

Description

With this function, a description test for a test case can be written into the report. The function can be called several times in a row, the transmitted texts are then added to one another without additional separation. The function may only be called within a test case and relates then to the respective test case. To obtain line breaks (in form of <br /\> tags) in the test report, “\n” may be inserted at any place.

Parameters

Description test for the test case.

Return Values

Example

Example 1
Example 2 See example: TestCaseTitle, TestCaseDescription, TestStep
TestCaseTitle