Testcase_Base.Execute (METH)ΒΆ

METHOD PROTECTED Execute : BOOL

Overwrite this method to implement the logic of this testcase.

Once the test has been started, this method will be called until a) the method returns TRUE, which signals completion of the test,

or

  1. the test is aborted.

Once this method returns TRUE, the output iErrorCode is evaluated: The value 0 signals success, while all other values signal a failure of the test. To provide additional information about the test, set the global output sInfo of the base FB.

DO NOT CALL the base implementation of this method SUPER^.Execute().

InOut:

Scope

Name

Type

Comment

Return

Execute

BOOL

FALSE - execution is not finished, `TRUE - execution is finished

Output

iErrorCode

INT