Skip to content

qie.inTestWindow

Signature: qie.inTestWindow()

Returns: Boolean isTestWindow - true if the code is being executed from the test window

Indicates if the code is being executed from the test window or not.

Parameters

None

Example

if (qie.inTestWindow()) {
   qie.debug("I am in the test window, so what is this value? " + message.getNode("/importantField"));
}