XML diff comparison - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: XML diff comparison (/Thread-XML-diff-comparison) |
XML diff comparison - bubblehead - 05-21-2014 Hi, I'm quite new to QTP / UFT and I'm quite stuck with my script currently. My goal is to compare two huge XML files if they matches and print each line to Run result viewer with Passed/Failed status (if failed, then showing the difference). I have a working script, but I have probably the wrong approach to the problem: '------------------------------------- Code: For i = 1 To 100 '------------------------------------- Any advices how I could compare the XML files? |