Web Service Elements
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to set the value to the objects that are present in the template.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
setTagValue | <Tag_Value> | {optional} |
|
Note: This keyword can be used when data is stored at the screen level. The pre-requisite for using the keyword is that the header must be clearly 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 an output variable is provided for execution status, “True”/ “False” will be stored in it.
Description: This keyword or action instructs Avo Assure Client to set the attributes to the objects that are present in the template.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
setTagAttribute | <Tag> | {optional} |
|
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: type” to “Int,” and if an output variable is provided for execution status, “True”/ “False” will be store in it.
Description: This keyword or action instructs Avo Assure Client to set the value to the objects (parameters to the endpoint URL) in the template.
Keyword | Input Syntax | Output Syntax | Supported Input Format |
setParamValue | <Param_Value> | {optional} |
|
Note: This keyword can be used when data is stored at the screen level. The pre-requisite for using the keyword is that the header must be clearly 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 an output variable is provided for execution status, “True”/ “False” will be stored in it.