Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHello!
Please try the following Xpath expression:
"/data[1]/@contentType" with the expected Result being "null" (both without the quotes).
This worked for me, using:
as the respose. Good luck!
Regards,
Dain
eviware.com
Please try the following Xpath expression:
"/data[1]/@contentType" with the expected Result being "null" (both without the quotes).
This worked for me, using:
<data contentType="null" contentLength="0"><![CDATA[]]></data>
as the respose. Good luck!
Regards,
Dain
eviware.com