Web Service Elements

Keyword: SETTAGVALUE

Description: This keyword or action instructs Avo Assure to set value to the objects that are present in the template.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

setTagValue

<Tag_Value>

{optional}

  • Text

  • Static Values

  • Dynamic Variables

Note: This keyword can be used when data is stored at the screen level. Pre-requisite for using the keyword is that the header needs to be mandatorily set in previous steps.

Find the snippet of the keyword below:

In the above example after the test case debug, Avo Assure sets the value of the object City to “New York” and if output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: SETTAGATTRIBUTE

Description: This keyword or action instructs Avo Assure to set the attributes to the objects that are present in the template.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

setTagAttribute

<Tag>

{optional}

  • Text

  • Static Values

  • Dynamic Variables

Note: This keyword can be used when data is stored at the screen level.

Find the snippet of the keyword below:

In the above example after the test case debug, Avo Assure sets the attribute value of the object “from_xsi:ytpe” to “Int” and if output variable is provided for execution status, “True”/ “False” will be store in it.

Keyword: SETPARAMVALUE

Description: This keyword or action instructs Avo Assure to set the value to the objects (parameters to the end point URL) that that are present in the template.

Keyword

Input Syntax

Output Syntax

Supported Input Format

setParamValue

<Param_Value>

{optional}

  • Text

  • Static Values

  • Dynamic Variables

Note: This keyword can be used when data is stored at the screen level. Pre-requisite for using the keyword is that the header needs to be mandatorily set in previous steps.

Find the snippet of the keyword below:

In the above example after the test case debug, Avo Assure sets the value of the object City to “New York” and if output variable is provided for execution status, “True”/ “False” will be stored in it.

Last updated