@Android_Custom

Note: Inputs for all the keywords under @Android_Custom should start with three compulsory fields: <ObjectType>; <VisibleText>; <Index>

Keyword: CLEARTEXT

Description: This keyword or action instructs Avo Assure Client to clear the text from the textbox.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

ClearText

<ObjectType>; <VisibleText>; <Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, it clears the text from the textbox and the execution status “Fail”/ “Pass” will be stored in the output variable (if specified).

Keyword: GETALLVALUES

Description: This keyword or action instructs Avo Assure Client to get all the values from the spinner based on the index.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetAllValues

<ObjectType>; <VisibleText>; <Index>

{Variable}; {Status}

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the tool fetches all the values present in the Spinner. It stores them in {Values}, and the execution status “True”/ “False” will be stored in the second output variable (if specified).

Keyword: GETBUTTONNAME

Description: This keyword or action instructs Avo Assure Client to fetch the name present on the button.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetButtonName

<ObjectType>; <VisibleText>; <Index>

{Variable}; {Status}

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the operation will fetch the button name and store it in variable {buttonName}. The execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: GETCOUNT

Description: This keyword or action instructs Avo Assure Client to fetch the total number of options present in the Spinner.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetCount

<ObjectType>; <VisibleText>; <Index>

{Variable}; {Status}

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the tool fetches the number of values present in the spinner. It stores the number in variable {count}, and the execution status “True”/ “False” will be stored in the second output variable (if specified).

Keyword: GETDATE

Description: This keyword or action instructs Avo Assure Client to fetch the date in the date picker in the AUT.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetDate

<ObjectType>; <VisibleText>; <Index>

{Variable}; {Status}

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debugs, the tool will fetch the date and store it in {GetDate}, and the execution status “True”/ “False” will be stored in the second output variable (if specified).

Keyword: GETMULTIPLEVALUESBYINDEXES

Description: This keyword or action instructs Avo Assure Client to get MultipleViews from the Spinner based on indexes.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetMultipleValuesByIndexes

<ObjectType>; <VisibleText>; <Index>; <Index_1>; <Index_2>;… etc.

{Variable}; {Status}

  • Text

  • Static Values

  • Dynamic Variables

Note: Only numerical values are allowed. The index starts with “0,” which will be the first value in the List.

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the tool fetches the Values present in the Index and will store them in {GetMultipleByIndex}, and the execution status “True”/ “False” will be stored in the second output variable (if specified).

Keyword: GETSELECTEDVALUE

Description: This keyword or action instructs Avo Assure Client to fetch the selected value from the Spinner and save it in the output variable.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetSelectedValue

<ObjectType>; <VisibleText>; <Index>

{Variable}; {Status}

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the selected value from the spinner will be fetched and saved in the variable {SelVal}. The execution status “True”/ “False” will be stored in the second output variable (if specified).

Keyword: GETSTATUS

Description: This keyword or action instructs Avo Assure Client to get the status of the checkbox/ radio button/ switch and save the result in the output variable.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetStatus

<ObjectType>; <VisibleText>; <Index>

{Variable}; {Status}

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the operation will fetch the object’s status and store it in variable {Status}. The execution status will be stored in the second output variable (if specified).

Keyword: GETTEXT

Description: This keyword or action instructs Avo Assure Client to get the text from the textbox and save the result in the output variable.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetText

<ObjectType>; <VisibleText>; <Index>

{Variable}; {Status}

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the text in the textbox will be fetched and stored in variable {Text}. The execution status “Fail”/ “Pass” will be stored in the second output variable (if specified).

Keyword: GETTIME

Description: This keyword or action instructs Avo Assure Client to fetch the time from the TimePicker in the AUT.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetTime

<ObjectType>; <VisibleText>; <Index>

{Variable}; {Status}

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the time will be fetched and stored in the variable {Time}. The execution status “True”/ “False” will be stored in the second output variable (if specified).

Keyword: GETVALUEBYINDEX

Description: This keyword or action instructs Avo Assure Client to fetch the value from the spinner based on the index.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetValueByIndex

<ObjectType>; <VisibleText>; <Index>; <Index Value>

{Variable}; {Status}

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the value of the specified index will be stored in the variable {ValByIndex}, and the execution status “True”/ “False” will be stored in the second output variable (if specified).

Keyword: LONGPRESS

Description: This keyword or action instructs Avo Assure Client to perform a long-press operation on the visible object.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

LongPress

<ObjectType>; <VisibleText>; <Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, a long-press operation will be performed on the specified object, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: PRESS

Description: This keyword or action instructs Avo Assure Client to perform a press operation on the visible object.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

Press

<ObjectType>; <VisibleText>; <Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, a press operation will be performed on the object, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: SELECTCHECKBOX

Description: This keyword or action instructs Avo Assure Client to select the visible checkbox.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SelectCheckbox

<ObjectType>; <VisibleText>; <Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the operation will select the checkbox provided and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: SELECTRADIOBUTTON

Description: This keyword or action instructs Avo Assure Client to select the radio button.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SelectRadioButton

<ObjectType>; <VisibleText>; <Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the operation will select the radio button, and the execution status “Fail”/ “Pass” will be stored in the output variable (if specified).

Keyword: SELECTVALUEBYINDEX

Description: This keyword or action instructs Avo Assure Client to select the value from the spinner based on the index.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SelectValueByIndex

<ObjectType>; <VisibleText>; <Index>; <Index Value>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the provided index value will be selected, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: SELECTVALUEBYTEXT

Description: This keyword or action instructs Avo Assure Client to select the value from the spinner based on the text provided in the input.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SelectValueByText

<ObjectType>; <VisibleText>; <Index>; <Value Text>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the provided value will be selected, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: SENDVALUE

Description: This keyword or action instructs Avo Assure Client to send the individual keystrokes to the AUT textbox.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SendValue

<ObjectType>; <VisibleText>; <Index>; <Input text>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, a SendValue operation will be performed on the textbox, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: SETDATE

Description: This keyword or action instructs Avo Assure Client to set the date in the date picker of the AUT.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SetDate

<ObjectType>; <VisibleText>; <Index>; <Input_Value>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

  • MMM/DD/YYYY

Note: Format- Oct/02/2017

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the tool will set the specified date in the DatePicker, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: SETMAXVALUE

Description: This keyword or action instructs Avo Assure Client to set the seek bar pointer to the maximum value of it in the AUT.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SetMaxValue

<ObjectType>; <VisibleText>; <Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the seek bar pointer will be set to its max value and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: SETMIDVALUE

Description: This keyword or action instructs Avo Assure Client to set the seek bar pointer to the mid-level value of it in the AUT.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SetMidValue

<ObjectType>; <VisibleText>; <Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the seek bar pointer will be set to its mid-level value, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: SETMINVALUE

Description: This keyword or action instructs Avo Assure Client to set the seek bar pointer to the minimum value of it in the AUT.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SetMinValue

<ObjectType>; <VisibleText>; <Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the seek bar pointer will be set to its min value, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: SETNUMBER

Description: This keyword or action instructs Avo Assure Client to set the number from the number picker in the AUT.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SetNumber

<ObjectType>; <VisibleText>; <Index>; <Input_Value>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the number will be set, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: SETSECURETEXT

Description: This keyword or action instructs Avo Assure Client to enter encrypted text in the textbox.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SetSecureText

<ObjectType>; <VisibleText>; <Index>; <Encrypted text>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Note: To provide encrypted text as input to the setSecureText keyword, the user should encrypt the required text using “AES Encryption” from tool encryption utilities.

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the decrypted text will be printed, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: SETTEXT

Description: This keyword or action instructs Avo Assure Client to clear the text from the textbox.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SetText

<ObjectType>; <VisibleText>; <Index>; <Input text>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the SetText operation will be performed on the textbox, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: SETTIME

Description: This keyword or action instructs Avo Assure Client to set the time in the time picker in the AUT.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SetTime

<ObjectType>; <VisibleText>; <Index>; <Input_Value>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

  • HH:MM:AM/PM

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the provided time will be set, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: SETVALUE

Description: This keyword or action instructs Avo Assure Client to set the seek bar pointer to the user-specified value in the AUT.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SetValue

<ObjectType>; <VisibleText>; <Index>; <Value>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the seek bar pointer will be set to the specified value, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: TOGGLEOFF

Description: This keyword or action instructs Avo Assure Client to turn off the toggle button/switch in the AUT.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

ToggleOff

<ObjectType>; <VisibleText>; <Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the toggle button/switch will be set to ‘Off’ and the execution status “Fail”/ “Pass” will be stored in the output variable (if specified).

Keyword: TOGGLEON

Description: This keyword or action instructs Avo Assure Client to turn on the toggle button/switch in the AUT.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

ToggleOn

<ObjectType>; <VisibleText>; <Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the toggle button/switch will be set to ‘On’ and the execution status “Fail”/ “Pass” will be stored in the output variable (if specified).

Keyword: UNSELECTCHECKBOX

Description: This keyword or action instructs Avo Assure Client to unselect the visible checkbox.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

UnSelectCheckbox

<ObjectType>; <VisibleText>; <Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the operation will unselect the checkbox provided, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: VERIFYALLVALUES

Description: This keyword or action instructs Avo Assure Client to verify if all of the input values provided by the user are present in the Spinner.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

VerifyAllValues

<ObjectType>; <VisibleText>; <Index>; <Index_1>; <Index_2>; <Index_3>… etc.

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Note: This keyword will pass only if all the input values match the values present in the application.

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the user-specified value(s) will be verified with the values within the spinner, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: VERIFYBUTTONNAME

Description: This keyword or action instructs Avo Assure Client to verify the name present on the button.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

VerifyButtonName

<ObjectType>; <VisibleText>; <Index>; <Button_Name>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the operation will verify the button name with the specified input, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: VERIFYCOUNT

Description: This keyword or action instructs Avo Assure Client to verify the user-provided input count with the total number of options present in the spinner.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

VerifyCount

<ObjectType>; <VisibleText>; <Index>; <Count Value>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the count value will be verified, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: VERIFYDATE

Description: This keyword or action instructs Avo Assure Client to verify the date in the date picker in the AUT with the user input.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

VerifyDate

<ObjectType>; <VisibleText>; <Index>; <Input_Value>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

  • MMM/DD/YYYY

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the specified date will be verified against the date set in the date picker of the AUT, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: VERIFYSELECTEDVALUE

Description: This keyword or action instructs Avo Assure Client to compare the user-provided input value with the selected value in the Spinner.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

VerifySelectedValue

<ObjectType>; <VisibleText>; <Index>; <Input_Text>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Note: This keyword requires an exact match. If the value contains any spaces, the keyword will fail. This Keyword will pass only if the input value matches the value selected in the Spinner.

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the selected value will be verified with the user-specified input, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: VERIFYTEXT

Description: This keyword or action instructs Avo Assure Client to verify the text in the textbox with the user-specified input.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

VerifyText

<ObjectType>; <VisibleText>; <Index>; <Input Text>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the text provided will be verified, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: VERIFYTIME

Description: This keyword or action instructs Avo Assure Client to verify the time from the time picker with the user-specified time.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

VerifyTime

<ObjectType>; <VisibleText>; <Index>; <Time_Value>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

  • HH:MM:AM/PM

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the user-specified time will be verified with the time fetched from the time picker, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: GETNUMBER

Description: This keyword or action instructs Avo Assure Client to get the number from the number picker in the AUT.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

getNumber

<ObjectType>; <VisibleText>; <Index>

{Variable}; {Status}

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the number will be fetched and stored in variable {number}, and the execution status “True”/ “False” will be stored in the second output variable (if specified).

Keyword: VERIFYNUMBER

Description: This keyword or action instructs Avo Assure Client to verify the number from the number picker of the AUT with the user-specified input.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

verifyNumber

<ObjectType>; <VisibleText>; <Index>; <number>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the user-specified number will be verified with the number fetched from the number picker. Its result will be stored in the variable {verifyNum}, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: CLICK

Description: This keyword or action instructs Avo Assure Client to click on the specified element.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

Click

<ObjectType>; <VisibleText>; <Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, click on the element, and the execution status “Fail”/ “Pass” will be stored in the output variable (if specified).

Keyword: Wait for Element to Exist

Description: To wait for the element in AUT to exist for the time specified by the timeout property in the config file.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

Wait for Element to Exist

<ObjectType>; <VisibleText>; <Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, click on the element, and the execution status “Fail”/ “Pass” will be stored in the output variable (if specified).

Keyword: Verify if Object Disabled

Description: To verify whether the specified object is disabled in the AUT.

Keyword

Input Syntax

Output Syntax

Supported Input Format

Verify if Object Disabled

<ObjectType>; <VisibleText>; <Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, click on the element, and the execution status “Fail”/ “Pass” will be stored in the output variable (if specified).

Keyword: Verify if Object Does Not Exist

Description: To verify the object does not exist on the web page of the AUT.

Keyword

Input Syntax

Output Syntax

Supported Input Format

Verify if Object Does Not Exist

<ObjectType>; <VisibleText>; <Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, click on the element, and the execution status “Fail”/ “Pass” will be stored in the output variable (if specified).

Keyword: Verify if Object is Hidden

Description: To verify whether the specified object is hidden or not.

Keyword

Input Syntax

Output Syntax

Supported Input Format

Verify if Object is Hidden

<ObjectType>; <VisibleText>; <Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, click on the element, and the execution status “Fail”/ “Pass” will be stored in the output variable (if specified).

Keyword: Verify if Object Visible

Description: To verify the object is visible.

Keyword

Input Syntax

Output Syntax

Supported Input Format

Verify if Object Visible

<ObjectType>; <VisibleText>; <Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, click on the element, and the execution status “Fail”/ “Pass” will be stored in the output variable (if specified).

Keyword: Click on Element

Description: To click on the specified element.

Keyword

Input Syntax

Output Syntax

Supported Input Format

Click on Element

<ObjectType>; <VisibleText>; <Index>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

For the above keyword, after the test case debug, click on the element, and the execution status “Fail”/ “Pass” will be stored in the output variable (if specified).

Last updated