Is it possible to use a .csv file to store expected results?
I am trying to set up automated testing for a very complicated, dynamic database program. What I'm trying to do is instead of storing the expected results of a particular checkpoint within TestComple...