The Execute method contains the actions and verifications of the tests.
Interface
Input |
Data type |
Description |
---|---|---|
i_xFirstCall |
BOOL |
TRUE: The method is called for the first time. FALSE: After the first call to the method. Can be used to initialize state machines. |
i_ifErrorLogger |
IF_ErrorLogger |
Interface to report detected errors. |
Output |
Data type |
Description |
---|---|---|
q_rProgress |
REAL |
Used to display the test case progress. Write-enabled parameter. |
q_sState |
STRING[255] |
Textual description of the status of a test case. Write-enabled parameter. |
Return value
Data type |
Description |
---|---|
ET_TestReturn |
Refer to the ET_TestReturn enumeration. |