This message was deleted.
# platform-culture
s
This message was deleted.
e
Martin Fowler’s article equates stubs with state testing, and mocks with behavior testing. More recently, unit testing in general happens pre-integration and is focused on testing state rather than behavior. Behavior testing evolved into testing ‘user flows’ which are the most common pathways users take through the system. This typically happens on a full system instance, either staging or prod (which is its own debate). would be great to hear other’s thoughts / opinions on this!