Is it possible to compare the generated reports from SSRS and Crystal Report?
I've migrated our company reports from Crystal to SSRS. I'm wondering if there exists a way to perform automatic quality assurance test on the newly implemented reporting service against the running Crystal reports? Since both solutions drain from the same data-source, we're concern about the correctness of the data (including raw and computed). Pleas开发者_开发知识库e kindly advise.
Thanks & regards, William Choi
You would need some tool that would be able to parse both sets of reports and compare. The only way I can imagine would be if both could be exported to excel and compared there.
But I doubt that is going to work all that well, based on my limited experience of exporting Crystal reports.
精彩评论