ZenoTest
ZenoTest — Windows desktop UI test automation for Qt, WPF, WinForms & native apps. Record, script, and run automated GUI tests with CI/CD integration.

Print

void Print(bool value)
void Print(uint8_t value)
void Print(int8 value)
void Print(int value)
void Print(float value)
void Print(string value)

Description
Outputs the specified value to the console, log, or test output area.
The function automatically converts the value to a readable string format for display.
It is commonly used for debugging, logging test steps, or displaying runtime information.

Parameter
- value - The variable or constant to be printed, of the specified type.

Example
void main()
{
    Print(true);           // Outputs: true
    Print(255);            // Outputs: 255
    Print(-128);           // Outputs: -128
    Print(12345);          // Outputs: 12345
    Print(3.14);           // Outputs: 3.14
    Print("Hello World");  // Outputs: Hello World
}
#define #include CloseAUT Console mode do...while DoubleClick Execute Fail File for GetAUTFileVersion GetAUTProductVersion GetAUTQtVersion GetAUTSuspectedCompiler GetAUTSuspectedFramework GetCurrentWorkingDir GetName GetProcessID GetProcessIDHandle GetQtProperty GetText GetValue Handle HasFocus IsAUT64Bit IsChecked IsEnabled IsVisible LeftMouseClick LeftMouseDown LeftMouseUp MiddleMouseDown MiddleMouseUp MouseWheel Pass Predefined Constants Print rand RightMouseClick RightMouseDown RightMouseUp Script Language SendKeys SendMessage SetFocus SetNotFoundBehavior SetQtProperty ShellProcess Sleep StartAUT string TerminateProcess TimerStart TimerStop TimerVerifyLess vec2d VerifyContains VerifyEndsWith VerifyEqual VerifyExists VerifyGreater VerifyLess VerifyNotEqual VerifyNotExists VerifyScreenCompareEdgeBased VerifyScreenComparePixelExact VerifyStartsWith while