Methods
-
<static> importXml( xmlString ) → {any}
-
Description
Import XML
Parameters
Name Type Description xmlStringstring Returns
-
<static> getAttachmentContent( documentSysId, filename [, table ] ) → {string}
-
Description
Get the content of an XML attachment
Parameters
Name Type Attributes Default Description documentSysIdsys_id Identifier of the document holding the attachment, for instance an ATF test case
filenamestring Filename of the file to import
tablestring <optional> '' Table name of the documentSysId, optional and can be used without
Returns
-
<static> loadData( data ) → {boolean}
-
Description
Load JSON data into a table
Parameters
Name Type Description dataTableDataDefinition Returns