Forum Discussion

vladimiro's avatar
vladimiro
New Contributor
4 years ago
Solved

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...
  • nmrao's avatar
    4 years ago

    You should be able add single quotes around

    Room[@*:roomid='${#TestCase#roomid}']

     

    Please see the attached image.