Solved
Forum Discussion
HimanshuTayal
6 years agoCommunity Hero
instead of contains assertion use Script assertion it will check the particular node value.
User jsonSlurper to get the node value and assert like below
assert nodeValue != ""
and if you know the random value then assert like
assert nodeValue == expectedValue