XML

Estimated reading: 1 minute 1681 views

Robility has a set of XML activities to read information from an XML document or string. This means that data in an XML document or string is surrounded by text markup that assigns tags to identify data values required by the robot to perform the set of operations.

A well-formed XML document meets the XML specification and can be interpreted by the Robility activity. Documents that don’t meet the below standards are rejected by the Robility XML scope activity. 

1. XML elements must have a closing tag.
2. XML tags are case sensitive.
3. XML elements must be properly nested.
4. XML attribute values must be single quoted.

Below are some of the use cases where XML activities can be used during automation.

1. REST & SOAP API when provided with XML as a response.
2. Application database storage as an XML string.
3. Webpages with table views extracted as an XML string.
4. Application with XML download option.

Click here to view the XML sample file that is used in execution of the activity.

Share this Doc

XML

Or copy link

CONTENTS