Forum Discussion

sameerjade's avatar
sameerjade
Frequent Contributor
7 years ago
Solved

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 u...
  • tristaanogre's avatar
    7 years ago

    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.