Created
October 29, 2019 12:52
-
-
Save testautomation/0055823cf9e4eec6d241d99d8327e4af to your computer and use it in GitHub Desktop.
Revisions
-
testautomation created this gist
Oct 29, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ ```robot *** Settings *** Library XML *** Test Cases *** XML Elements Should Match ${a} Parse Xml <units>mm[Hg]</units> ${b} Parse Xml <units>mm[Hg]</units> Elements Should Match ${a} ${b} XML Elements Should Be Equal ${a} Parse Xml <units>mm[Hg]</units> ${b} Parse Xml <units>mm[Hg]</units> Elements Should Be Equal ${a} ${b} ```