DBfit - comparing 2 tables actual and expected

1.5k views Asked by At

i am writing tests using DbFit and FitNesse for some our reporting stored procedures. To make life easy, we have designed a generic way to store input data and expected data in 2 tables and comparing the output table with the expected table, for each and every case. i failed to do so, as DbFit is only expecting the actual value to be hardcoded in the page.

1

There are 1 answers

0
Mike Stockdale On

You're right, DbFit compares to the expected values on the wiki page, not the values in another table. To compare values in 2 tables will require writing a new fixture.