Skip to main content
Version: 26.2

Adding Connections in Eggplant Applications

You can create, edit, and delete system under test (SUT) connections within the Eggplant Test applications' graphical user interfaces (GUIs). The named connection definitions you create within the apps are typically permanent, meaning they will persist until you explicitly delete them. Below you will find information about how to manage SUT connections within the Eggplant Test apps.

All the Eggplant Test applications (Eggplant DAI, Eggplant Functional (EPF), Eggplant Studio, and Eggplant Gateway) provide panels or pages that you can use to manage connections.

note

Eggplant Gateway allows you to manage connections through its Persistent Connection Service (PCS) web app after you create them. You can only create a connection definition in Eggplant Gateway using its command-line interface.

For information about connecting to SUTs when running tests from a command-line interface (CLI), see Creating Connections through the Command-Line Interface (CLI). For information about connecting from within a SenseTalk script, see Creating Connections from within a SenseTalk Script.

The Following table summarizes where you add SUT connections in the different Eggplant Test applications. Following the table are tabs you can press to display to see examples of the various Eggplant Test app connection panels.

Eggplant Test ProductConnection Specification InterfaceReference
EPFConnection List, and Add/Edit Connection panelsUsing the Eggplant Functional Connection List
DAISUTS page in the ControllerManaging SUTs in Eggplant DAI
Eggplant StudioEggplant Studio VS Code extension2. Connect to a System Under Test (SUT), or the VS Code Command Palette to see the connection information available within the Eggplant Studio extension, such as Eggplant Studio: Focus on Connections Window, or Add RDP Connection.
tip

Click the tab for the product you want below to see example of its SUT connection panel.

Eggplant Studio Add Connection Pane

You can manage connections within Eggplant Studio in the CONNECTIONS view (shown below).

Display the Connections view by clicking the Eggplant Studio button in the Activity Bar (the menu on the far-left) in VS Code. The CONNECTIONS view opens to the right of the Activity Bar, in the Primary Sidebar view. (See User interface in the VS Code documentation if you are unfamiliar with VS Code.)

Create a connection in Eggplant Studio by clicking + (the Add Connection button) in the CONNECTIONS view. Clicking + displays a pop-up menu listing the supported connection types.

Select the type of connect you want to create from the list.

The Eggplant Studio **CONNECTIONS** view with the **+** (Add Connection) and Eggplant Studio buttons highlighted

The Eggplant Studio CONNECTIONS view with the + (Add Connection) and Eggplant Studio buttons highlighted

The example below shows both the Connections view, and the Add Connection panel for a VNC connection.

Eggplant Studio Add Connection panel default

Eggplant Studio Add Connection panel for a VNC-type Connection

Next step: Managing Connections from within a SenseTalk Script