TESTING_MODE
Description
Return 'Yes' if the current user is running in the testing mode
Parameters
None
Example
IF TESTING_MODE() = 'Yes' THEN ...
Return 'Yes' if the current user is running in the testing mode
None
IF TESTING_MODE() = 'Yes' THEN ...