Comparing DBTables
Hi guys,
In my tests every step must not be an error. I use "stop on error" to leap to the other test item.
In other words, when I have a red icon it's because something went wrong.
For this reason, I don't use checkpoints, but the Compare method.
I'm building a test that compares fields in different tables. Until now everything is correct : I put the right parameter in the compare method to have, if it doesn't match, a warning instead of an error.
If I would be using a checkpoint I would have an error and the test item would "crash".
My problem is that I want to report (with Log.Message or something else) the content of the stored dbtable field and the content of the compared DBTable.
Is there any way to get theses two contents ?
Thank you,
Mehdi