Wednesday, March 28, 2018

Testing Output Files

We have a .NET Core API that, among other things, produces some report files. (Word Documents and Excel Files).

I'd like to be able to generate a document in an automated test and compare it to an input file. Obviously some of the metadata will be different, so a straight hash won't work - I'd really like it to do a row by row, column by column comparison of the data.

Is there any such tool already in existence?

Testing Output Files Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team