Avo Assure - Master User Guide v23.2.0
Search
K
Comment on page

@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 ICE 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 ICE 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 and 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 ICE 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} and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: GETCOUNT

Description: This keyword or action instructs ICE 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 and 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 ICE 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 debug, 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 ICE 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. 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 ICE 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 ICE 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 ICE 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 ICE 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 ICE to fetch the value from the spinner based on 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 ICE to perform 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 ICE 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 ICE 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 ICE 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 ICE 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 ICE 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 ICE 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 ICE 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 ICE 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 ICE 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 ICE 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 ICE 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 ICE 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: In order 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 ICE 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 ICE 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 ICE to set the seek bar pointer to the user-specified value of it 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 ICE 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 ICE 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 ICE 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 ICE 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 ICE 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 ICE 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 ICE 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 ICE 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 with 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 ICE to verify the text present 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 ICE 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