XML : Parameterising XML Request for Automation Suite

I am using ITKO LISA to automate functional testing of SOAP webservices. For this I need to Parameterise the XML request manually, which is time consuming. Is there any way to automate this process too ? I need xml fields are populated with tag name enclosed within: {{tagname}} Below is an example :

  <Envelope>      <Body>      <Request>           <parent>             <child1>{{child1}}</child1>             <child2>{{child2}}</child2>           </parent>      </Request>      </Body>  </Envelope>    

No comments:

Post a Comment