T-Plan Home
T-Plan Robot Enterprise 2.3.5 Doc Collection
GUI Reference
11/07/12

T-Plan Robot Enterprise 2.3.5 Login Window

Login Window provides one of the three possible ways of connection to a desktop which represents your test environment, for example to a VNC server. It gets displayed when: The window consists of the following elements:

Login Window
  1. Client (Protocol) drop down allows to select client (protocol) for desktop connection. There is always at least the Remote Frame Buffer (RFB) client allowing to connect to a VNC server. T-Plan Robot Enterprise Enterprise may provide additional clients, such as the Java local desktop client. As clients are pluggable, there may be more clients delivered by third parties in the future. For details about default supported test environments read the latest Release Notes document.
  2. Client specific connect parameters are located in the central part of the window. These controls are created dynamically based on the client request and they are likely to vary for particular client selected in the drop down. The are usually fields for desktop server host name and port (provided that the connection is realized through TCP/IP), authentication credentials (user name, password) and other protocol specific parameters. Follow the link in the client description for particular client parameter details.
  3. Read only check box allows to activate the Read-Only desktop mode. It is a client independent GUI feature which prevents all local keyboard and mouse events from being sent to the connected desktop. It should be on when you connect to a desktop which someone else is already using and you don't want to interfere with it, for example when you want to view progress of automated testing in process executed on the desktop by another process. This mode can be switched on and off any time through the Read-Only menu item or tool bar button.
  4. Language drop down allows you to select the GUI language. As change of the display language requires restart of the main GUI window, the drop down is enabled only on the application start up and it is disabled when the Login Dialog gets invoked from the main GUI window. Though there is only English by default, there might be additional language packs available in the future. Should you want to translate the software messages on your own, follow the Localization Instructions for details on how to translate, install and share a language pack.
  5. Connect button initiates connection to the desktop using the selected client and parameters. If the client succeeds, the Login Window gets disposed and the main GUI window shows up with the desktop viewer component displaying image of the connected desktop. If the connection fails, an error message is usually displayed in a new message box and the Login Window remains displayed.
  6. Work Offline button bypasses the desktop connection process and displays the main GUI window in offline mode (with inactive desktop viewer). It has the same function as the --nologin CLI option. Connection can be then initiated later on either using the menu items described above or through execution of a Connect command from a test script.
  7. Help link opens this help topic. There may be additional links to other relevant documents in the future versions.