A Twitter follower asked me how to recover from feeling overwhelmed by too many integrated tests, calling it “a common struggle of mine”. If you haven’t seen this video (64 minutes), then you might not quite know what I mean by “integrated tests”. If a test passes or fails based on the behavior of many “interesting” bits of behavior, then I call it an integrated test. (Not an integration test—those check the integration between layers of a system.) Integrated tests tend to be ...