Forum Discussion
chrisexv6
11 years agoNew Contributor
nmrao wrote: How are you doing currently? Are you asserting on the response, one assertion for field?
Currently just using one Xpath assertion and setting it so that it compares the complete NewDataset tag, which will encompass all of the tables (one table per record)
I have a feeling it doesnt continue on once it hits that initial mismatch....Field1 is a date/time value. On the new webservice we are seeing below, on the old webservice the values match but not completely....there are trailing zeros added to the milliseconds. The assertion fails of course, but the log only shows the first table as the failure.
To me that indicates it didnt continue onto the 2nd, 3rd, etc tables, but I wanted to be sure (since it looks like the for-sure way of doing this is springing for the Pro version to use and loop over Datasets)