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.

2
  • Yeah, that's kinda what I'm thinking. This is beyond the scope and purpose of unit testing. Unfortunately I don't live in a software world where dependent components are perfectly designed, tested, and documented. And what little integration testing we have is generally end-to-end and handled by QA specialists, rather than the source developers. As you might guess there are management and organizational issues in the mix. Commented Jul 7, 2014 at 2:20
  • I guess you will have to add your own integration tests, but call them unit tests, "we're unit testing the customer login module" as you run up cucumber or selenium. Commented Jul 7, 2014 at 7:46