Veryfing long texts present

Hello,
does anyone know good way to verify very long texts in Katalon?
I need to verify rss feed and im looking for a good way to do it. I can just copy and paste each line but it takes some time and copying whole thing at once is not working very well.

example.

Hello,
since it looks like formatted XML i would try to parse it and find e.g. GUID or other component of feed…

this may help:
https://groovy-lang.org/processing-xml.html

1 Like