soapuiframework
12 years agoOccasional Contributor
Transfer Property
Hello,
I am new to SoapUI and I need some help regarding property transfer.
I have inserted test step Property Transfer to add a value from response to custom test suites properties.
I am having difficulties in parametrize the ResID. Could you please advise, whether I have put the correct formula under ResID_Value. Is this the right way to get the property?
Appreciate your help.
Best Regards,
Kam
I am new to SoapUI and I need some help regarding property transfer.
I have inserted test step Property Transfer to add a value from response to custom test suites properties.
<ns:HotelReservations>
<ns:HotelReservation>
<ns:ResGlobalInfo>
<ns:HotelReservationIDs>
<ns:HotelReservationID ResID_Type="23" ResID_Value="[color=#FF0000]${#TestSuite#ResID}[/color]"/>
</ns:HotelReservationIDs>
</ns:ResGlobalInfo>
</ns:HotelReservation>
</ns:HotelReservations>
I am having difficulties in parametrize the ResID. Could you please advise, whether I have put the correct formula under ResID_Value. Is this the right way to get the property?
Appreciate your help.
Best Regards,
Kam