Window
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to launch the application or exe.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
LaunchApplication
<Application Path>
(optional)
Text
Static Values
Dynamic Variables
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.
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.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
FindWindowAndAttach
<Application Name>
(optional)
Text
Static Values
Dynamic Variables
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}.
Description: This keyword or action instructs Avo Assure Client to fetch the application title and save the result in the 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, 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}.
Description: This keyword or action instructs Avo Assure Client to maximize the provided window.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
MaximizeWindow
NA
(Optional)
NA
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}.
Description: This keyword or action instructs Avo Assure Client to minimize the provided window.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
MinimizeWindow
NA
(Optional)
NA
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}.
Description: This keyword or action instructs Avo Assure Client to perform an action on menu items.
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:
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}.
Description: This keyword or action instructs Avo Assure Client to close the running application.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
CloseApplication
NA
(optional)
NA
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}.