nebsta
9 years agoContributor
Table Checkpoint - optional records
I have an issue where I am verifying objects displayed on screen by comparing to a table checkpoint, however, I run the tests against different environments where I am expecting some data to differ. Is it possible to set some records within a table checkpoint as optional so that they won't fail the test if they don't exist?
If not is there an alternative? I have attempted to use a CSV but realised that the records can come in any order so I'm thinking it would be quite difficult to verify this.