SoapUI Comparing two XML responses is incredibly slow
问题 In my test case I have two test step that produce an XML response. The XML structure is slightly different from one another but the data is the same and ordered the same. I have created a Groovy Script test step that will read the iterations of data from both XMLs and assert that they equal. The number of rows in these XML Response can exceed 500 rows. The Test Case loops over 349 times. When I run the test case, it lags on the groovy script assert for the first loop through - taking greater