| DRD:DEV |
The Android Engine also persists these values as SAFS variables.
^DroidEngine.Command = [command]
^DroidEngine.StatusCode = [statuscode string]
^DroidEngine.StatusInfo = [statusinfo]
See DEngineCommandProcessor.setStatusVars().
The TestComplete Engine (TCAFS) also persists these values as SAFS variables.
^TCAFS.Command = [command]
^TCAFS.StatusCode = [statuscode string]
^TCAFS.StatusInfo = [statusinfo]
^TCAFS.FullName = [object.FullName] -- the TestObjects.FullName string--if command returns only 1 reference.
^TCAFS.UID.Count = [Number of UID References created last]
^TCAFS.UID.1 = [First UID Reference created]
Example 1: "Ref1" Example 2: ""
Example 2 shows no top-level item was visible to the engine.