@Oebs

Keyword: CLOSEAPPLICATION

Description: This keyword or action instructs Avo Assure Client to close the running OEBS 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 the output variable (if specified).

Keyword: FINDWINDOWANDATTACH

Description: This keyword or action instructs Avo Assure Client to find the window specified in the input field and set the focus on that window.

Note:

  1. This step should always be the first step for the OEBS app type and is mandatory for every test case.

  2. The window Name should be exactly the Oracle window name.

  3. AUT should always be in the foreground to execute the OEBS keywords.

Find the snippet of the keyword below:

In the above example, after the test case debug, the application will select the provided window, and the execution status “True” / “False” will be stored in the output variable (if specified).

Keyword: LAUNCHAPPLICATION

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

Note: Launch application is mainly used for Java applications.

Find the snippet of the keyword below:

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

Keyword: SWITCHTOFRAME

Description: This keyword or action instructs Avo Assure Client to switch from the present frame to the frame specified in the input field.

Note:

  • The specified frame name should be an exact match.

  • Multiple usages of the 'switchToFrame' keyword within a single test script are restricted.

Find the snippet of the keyword below:

In the above example, after the test case debug, the focus will switch from the present frame to the Find Customer frame, and the execution status “True”/ “False” will be stored in the output variable.

Last updated