Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • 3
    "Automated Integration Tests are largely a waste of time" -- can you explain further? Do you prefer manual integration tests? No integration tests? Commented Jun 21, 2017 at 15:05
  • 2
    I prefer unit tests Commented Jun 21, 2017 at 15:05
  • Unit tests are great, but they don't serve the same purpose as integration tests. What do you do to cope with the lack of integration tests? How do you ensure your system actually works when you integrate all those units together? Commented Jun 21, 2017 at 16:47
  • @DocBrown this type of situation is exactly why I said, "with some exceptions" I feel like we are arguing over semantics instead if content Commented Jun 21, 2017 at 16:49
  • See how that edit strikes you @DocBrown ;) Commented Jun 21, 2017 at 17:15