Console Pane

Relevant for: GUI actions, scripted GUI components, function libraries and user code files

This debug pane enables you to run lines of VBScript code or C# code in your suspended run session, such as to retrieve information from the application you are testing, or setting or modifying a variable.

To access
  1. Ensure that a test, component, function library, or user code file is in focus in the document pane or selected in the solution explorer.
  2. Select View > Debug > Console
Important information
  • When no run session is suspended, view the command history, select and copy text from it, or use the Clear All context menu.
  • For GUI testing: Running RunAction or LoadAndRunAction statements from this pane is not supported.
Relevant tasks

Debug a test, component, function library, or user code file

See also