CasewareDocs

TestName

Returns the name of the audit test.

This is used for logging message purposes.

Compatibility

Available as of IDEA version 9.0

Syntax

TestName

Type

String

Example

Sub Main 
'Log information.
SmartContext.Log.LogMessage("Test Name: " & SmartContext.TestName)
End Sub