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

Seek Bar

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
NA
(Optional)
NA
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
NA
(Optional)
NA
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
NA
(Optional)
NA
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: 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
<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).