Forum Discussion

gkothako's avatar
gkothako
New Contributor
13 years ago

How to capture missing xml tag from reposnse

Hi,

Actually we have one requriement is that,

we have A.xml(expected xml) which we stored in the our input data file.
After that SOAP UI pro is executed then SOAP UI pro will verify response against the A.xml by using xpath assertion then populated result status into the Result.xls file.

If suppose response xml file and A.xml file is not matched then our test case will be 'Fail', In this case will it able capature what are all the xml tag is missed out aganist the expected xml.

My question is how will you read each xml tag from response and will compare with the expected xml then capatue it and put it into the worksheet..

could you please help me out..