Package dev.galasa.zos3270.spi


package dev.galasa.zos3270.spi
Zos3270Terminal Manager
Description:
Enables 3270 terminal interactions with back-end application programs and subsystems. Live terminal updates are displayed in Eclipse and terminal images are logged to enable swift diagnosis of failures. The Confidential Text Filtering service enables confidential information such as passwords to be replaced with a numbered shield in these generated logs.

This Manager makes the following methods available:

positionCursorToFieldContaining() - which positions the cursor to a field containing a specific label

tab() - which presses the TAB key in the application under test

type() - where a sequence of characters are typed into an input field

enter() - where the ENTER key is pressed

There is an example which uses the Zos3270Terminal Manager in the SimBank IVT tutorial.

You can view the Javadoc documentation for this Manager here.

Galasa Manager:
Zos3270Terminal
Release State:
Alpha