How can I sort the results of a 'compare stored queries' fixture using DBFIT?

419 Views Asked by At

is it possible to sort the results of a 'compare stored queries' fixture in DBFIT so that the failed results return to the top of the results grid?

Thanks!

2

There are 2 best solutions below

0
On

Not that I'm aware of - compare stored queries isn't really designed to be used to compare 1000s upon 1000s of rows.

Any chance you can split the test into smaller tests, eg by comparing only subsets of the data?

0
On

With version 2.2.0 of DBFIT you can use the command compare stored queries hide matching rows to return only failed items. You still get a summary showing how many passed so you don't lose all the detail.