vladimiro
5 years agoNew Contributor
Property values in Xpath Assertions
Hi, I have a XPath assertion like the following in SoapUI 5.6. /count(
//*:BookItem
/*:RoomPlansBooked
/*:Room[@*:roomid=${#TestCase#roomid}]
) but I do not manage to have the property val...
- 5 years ago
You should be able add single quotes around
Room[@*:roomid='${#TestCase#roomid}']
Please see the attached image.