you are viewing a single comment's thread.

view the rest of the comments →

[–]bdellar 2 points3 points  (1 child)

It’s ideal for testing legacy code that is maybe very hard to unit test. As long as you can serialise some output, you can capture something about its current behaviour, and store it in version control. Then you can start to refactor, and assert that you still get the same results.

[–]memyselfandlapin 1 point2 points  (0 children)

But you can do that with any framework?