data-tracing

Method for runtime comparison of two programs' objects

孤街浪徒 提交于 2019-12-07 08:32:38
问题 I am working through a particular type of code testing that is rather nettlesome and could be automated, yet I'm not sure of the best practices. Before describing the problem, I want to make clear that I'm looking for the appropriate terminology and concepts, so that I can read more about how to implement it. Suggestions on best practices are welcome, certainly, but my goal is specific: what is this kind of approach called? In the simplest case, I have two programs that take in a bunch of

Method for runtime comparison of two programs' objects

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-05 17:39:35
I am working through a particular type of code testing that is rather nettlesome and could be automated, yet I'm not sure of the best practices. Before describing the problem, I want to make clear that I'm looking for the appropriate terminology and concepts, so that I can read more about how to implement it. Suggestions on best practices are welcome, certainly, but my goal is specific: what is this kind of approach called? In the simplest case, I have two programs that take in a bunch of data, produce a variety of intermediate objects, and then return a final result. When tested end-to-end,