XPath extractor response assertion passed first run but in second run it is getting failed because <name>pc</name>
is not coming in API. How to skip this element if it is not coming in second run without failing response assertion or any suggestions for this?
API response first run:
API response in second run: missing element < name > pc < /name >
Response assertion – DB values(name_1)using jdbc request match with xml element(name) in API response
Source: Read More