Operations

Keyword: LAUNCHAPPLICATION

Description: This keyword or action instructs Avo Assure Client to launch the application.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

LaunchApplication

<File path.exe>; <application name>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, the application will be launched and connected to server1 after the test case debug. If the output variable is provided for execution status, “True”/ “False” will be stored.

Keyword: SERVERCONNECT

Description: This keyword or action instructs Avo Assure Client to select the given server from the list.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

ServerConnect

<Server Name>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, after the test case debug, the SAP Application will be launched and connected to the server “Server1,” and if the output variable is provided for the execution status, “True”/ “False” will be stored in it.

Keyword: STARTTRANSACTION

Description: This keyword or action instructs the Avo Assure Client to navigate to the transaction that the user requires.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

StartTransaction

<Transaction Code>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, after the test case debug, the user will be redirected to the Transaction Page MM01, and if the output variable is provided for the execution status, “True”/ “False” will be stored in it.

Keyword: TOOLBARACTION

Description: This keyword or action instructs the Avo Assure Client to perform actions on the SAP Toolbar button.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

ToolBarAction

<Input>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, after the test case debug, Avo Assure Client will perform a press/click operation on the SAP Toolbar button named “Generates shortcut,” and if the output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: GETPAGETITLE

Description: This keyword or action instructs Avo Assure Client to fetch the title of the SAP Application and save the result in an output variable.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetPageTitle

NA

{Variable}; {Status}

NA

Find the snippet of the keyword below:

In the above example, Avo Assure Client will fetch the page title after the test case debugs, and the value will be stored in variable {GPT}. If the output variable is provided for execution, the status “True”/ “False” will be stored in it.

Keyword: GETPOPUPTEXT

Description: This keyword or action instructs the Avo Assure Client to fetch the text displayed in the pop-up of the SAP Application and save the result in the output variable.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetPopUpText

NA

{Variable}; {Status}

NA

Find the snippet of the keyword below:

In the above example, after the test case debugs, Avo Assure Client will fetch the text of the PopUp, and the value will be stored in variable {GPPT}. If the output variable is provided for execution status, “Fail”/ “Pass” will be stored.

Keyword: CLOSEAPPLICATION

Description: This keyword or action instructs Avo Assure Client to close the SAP Application.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

CloseApplication

NA

(Optional)

NA

Find the snippet of the keyword below:

In the above example, the application will be closed after the test case debug. If the output variable is provided for execution status, “True”/ “False” will be stored.

Keyword: DOUBLECLICKSTATUSBAR

Description: This keyword or action instructs Avo Assure Client to double-click on the Status Bar.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

DoubleClickStatusBar

NA

(Optional)

NA

Find the snippet of the keyword below:

In the above example, after the test case debugs, ICE will perform a double-click operation on the status bar, and if the output variable is provided for execution status, “True” / “False” will be stored in it.

Keyword: SELECTMENU

Description: This keyword or action instructs Avo Assure Client to select the menu item.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SelectMenu

<Hierarchy of the Menu Item>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, after the test case debugs, Avo Assure Client will open the menu item “Elements” -> “Table control” -> “Single.sel.cl,” and if an output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: GETSTATUSBARMESSAGE

Description: This keyword or action instructs Avo Assure Client to fetch the messages displayed on the Status Bar of the SAP Application and save the result in the output variable.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetStatusBarMessage

NA

{Variable}; {Status}

NA

Find the snippet of the keyword below:

In the above example, Avo Assure Client will fetch the Status bar's text after the test case debug, and the value will be stored in the variable {message}. If the output variable is provided for execution status, “True”/ “False” will be stored.

Keyword: GETDIALOGWINDOWNAME

Description: This keyword or action instructs Avo Assure Client to fetch the window name displayed on the dialog window of the SAP Application and save the result in the output variable.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetDialogWindowName

NA

{Variable}; {Status}

NA

Find the snippet of the keyword below:

In the above example, after the test case debug, Avo Assure Client will fetch the name of the dialog window, and the value will be stored in the variable {message}. If the output variable is provided for execution status, “True”/ “False” will be stored.

Keyword: RESTOREWINDOW

Description: This keyword or action instructs Avo Assure Client to restore the recently launched window of the SAP Application and save the result in the output variable.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

RestoreWindow

NA

(Optional)

NA

Find the snippet of the keyword below:

Avo Assure Client will restore the window after the test case debug in the above example. If the output variable is provided for execution status, “True”/ “False” will be stored.

Keyword: MINIMIZEWINDOW

Description: This keyword or action instructs Avo Assure Client to minimize the recently launched window of the SAP Application and save the result in the output variable.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

MinimizeWindow

NA

(Optional)

NA

Find the snippet of the keyword below:

In the above example, Avo Assure Client will minimize the window after the test case debug. If the output variable is provided for execution status, “True”/ “False” will be stored.

Keyword: MAXIMIZEWINDOW

Description: This keyword or action instructs Avo Assure Client to maximize the recently launched window of the SAP Application and save the result in the output variable.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

MaximizeWindow

NA

(Optional)

NA

Find the snippet of the keyword below:

In the above example, Avo Assure Client will maximize the window after the test case debug. If an output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: CLOSEWINDOW

Description: This keyword or action instructs Avo Assure Client to close the recently launched window of the SAP Application and save the result in the output variable.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

CloseWindow

NA

(Optional)

NA

Find the snippet of the keyword below:

In the above example, Avo Assure Client will close the window after the test case debug. If the output variable is provided for execution status, “True”/ “False” will be stored.

Last updated