Range Seek Bar

Keyword: GETMAXVALUE

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

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetMaxValue

NA

{Variable}; {Status}

NA

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the maximum value of the range seek bar will be fetched and stored in the first output variable {MaxVal}. The execution status “True”/ “False” will be stored in the second output variable (if specified).

Keyword: GETMINVALUE

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

Keyword

Input Syntax

Output Syntax

Supported Input Formats

GetMinValue

NA

{Variable}; {Status}

NA

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the minimum value of the range seek bar will be fetched and stored in the first output variable {MinVal}. The execution status “True”/ “False” will be stored in the second output variable (if specified).

Keyword: SETRANGEVALUE

Description: This keyword or action instructs Avo Assure Client to set the range of the seek bar pointers to the user-specified values in the AUT.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SetRangeValue

<Value1>; <Value2>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

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

Last updated