Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • The .CSV changes daily. The test script's input is the output of a legacy system. It takes that, gets equivalent data from New system, and then compares to see if they both match. Resulting with a CSV that has: Legacy System Results, New System Results Total Differences: Commented Mar 16, 2016 at 16:05
  • 1
    Shouldn't the total differences always be zero for the test to pass? Commented Mar 16, 2016 at 16:22
  • Yes they should be. But the resulting CSV stores the differences. Then looking at the CSVS, if there were any differences (i.e > 0) we know something went wrong Commented Mar 16, 2016 at 18:31