ATL_OCCID

System Testing Test Script Language.

Description

ATL_OCCID is a macro that returns the value of the occurrence identification number (OCCID) that uniquely identifies a virtual tester.

You can change the occurrence identification number of a virtual tester by adding the -OCCID= <number> parameter to the command line of the generated virtual tester.

By default, the value of ATL_OCCID within a test script is 0.

Example

HEADER "Client", "1.0", "3.0"

SCENARIO Main

...

PRINT occnumber, ATL_OCCID

...

END SCENARIO

Related Topics

INTERRECV | INTERSEND