sameerjade
7 years agoFrequent Contributor
Using * wildcard in table checkpoint
Hello,
I have a table checkpoint. Values in one of the columns are error values which change slightly every time I run the test (this is expected, for eg: from 0.0027 to 0.0028). I am trying to use wildcard * to ignore the change in values (for eg: 0.002*). This is not working. Any suggestions? Thanks!
Attaching screenshot of my table.
-Sameer
Check points of any variety don't "wildcard". I see two options for you.
1) Remove that column from the comparison in your table checkpoint
2) Write custom code to scan through the table and compare values to specified values and/or ranges.