CasewareDocs

TestID

Gets the identifier of the audit test.

This is used for logging purposes.

Compatibility

Available as of IDEA version 9.0

Syntax

TestID

Remark

The property returns the B-representation (32 digits separated by hyphens and enclosed in braces) of the Guid that is the identifier of the test routine.

Example

Sub Main 
'Variable
Dim testID As String

'Get the identifier of the audit test.
testID = SmartContext.TestID
End Sub