GetConfigParam
You use the GetConfigParam keyword to read the values in the config.xml file. The keyword retrieves one value at a time, given the correct parameter name (tagname).
Signature
The GetConfigParam keyword supports the following signature:
Tag name till value/Null;?Required Tagname;Variable
Note the following about the GetConfigParam keyword signature:
-
All three inputs are mandatory to enter.
-
If the attribute value to be obtained from the config.xml file is available under any parent tag, then provide the application name in the Inputs column.
-
If the attribute value to be obtained from the config.xml file is not available under any parent tag (directly), then provide NULL in the Inputs column.