Flo
6 years agoContributor
XPath : How to assert numerical values
Let's say a web service returns this part of response
<result>
<string>Good</string>
<number>10.0</number>
</result>
For any external reasons, sometimes the answer contains <number>10</number...