Request XML Tag
In case of SOAP request steps, you need to add RequestXML tag in the configuration file. In scenarios such as, if you want to execute a complex AddRecord request, create a custom request file. The following tags are defined RequestXML tag:
<xsd:complexType name="RequestXMLType"> <xsd:sequence> <xsd:element name="testStep" type="xsd:string" minOccurs="0"/> <xsd:element name="File" type="xsd:string" /> </xsd:sequence> </xsd:complexType>
- testStep: The name of a TestStep against which the custom request file is to be used or executed.
- File: Denotes the relative path to the custom request XML file. The path is relative to TestSuitePath. For more information, refer to TestSuite Elements.
Copyright © Cloud Software Group, Inc. All rights reserved.