Service Virtualization

 View Only

Conditional transformation in request data (loop)

  • 1.  Conditional transformation in request data (loop)

    Posted Sep 17, 2015 03:01 PM

    Hello there,

     

    Is there anyone knows how to create a loop based on a tag name in the recorded request data?For example:Request data:<Request>1234</Request> will be able to handle multiple request in the test: <Request>1244434</Request><Request>1222234</Request><Request>11134</Request><Request>333</Request>


    Any suggestions or feedback would be appreciated?

     

    Do I need add an assertion? a Java method? etc.? And how to apply it in the request?

     

    Thank you.