Window

Keyword: LAUNCHAPPLICATION

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

Find the snippet of the keyword below:

In the above example, the application will be launched after the test case debug, and the execution status “True”/ “False” will be stored in the output variable.

Keyword: FINDWINDOWANDATTACH

Description: This keyword or action instructs Avo Assure Client to select the provided Window/Sub Window.

Note: This step is a mandatory step to identify the application under test.

Find the snippet of the keyword below:

In the above example, after the test case debug, the application will select the provided window/sub-window, and the execution status “True”/ “False” will be stored in variable {Window}.

Keyword: GETPAGETITLE

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

Find the snippet of the keyword below:

In the above example, after the test case debug, the title of the window/ subwindow will be fetched and stored in {GetPageTitle} and the execution status “True”/ “False” will be stored in variable {Get}.

Keyword: MAXIMIZEWINDOW

Description: This keyword or action instructs Avo Assure Client to maximize the provided window.

Find the snippet of the keyword below:

In the above example, after the test case debug, the window will be maximized, and the execution status “True”/ “False” will be stored in variable {Max}.

Keyword: MINIMIZEWINDOW

Description: This keyword or action instructs Avo Assure Client to minimize the provided window.

Find the snippet of the keyword below:

In the above example, after the test case debug, the window will be minimized, and execution status “Fail”/ “Pass” will be stored in variable {Min}.

Keyword: SELECTMENU

Description: This keyword or action instructs Avo Assure Client to perform an action on menu items.

Find the snippet of the keyword below:

Note: Menu items should be separated with a semicolon

In the above example, after the test case debug, the action on the menu item will be performed, and execution status “Fail”/ “Pass” will be stored in variable {SelectMenu}.

Keyword: CLOSEAPPLICATION

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

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the application under test will be closed, and the execution status “True”/ “False” will be stored in variable {Close}.

Last updated