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*

3
  • 1
    related: Do I need unit test if I already have integration test? and Functional Tests - How much is too much? Commented May 2, 2016 at 9:14
  • 2
    If I already can do this with a script, will I even need the check testing framework? -- That's for you to decide. You have to decide if the additional features of the Check Testing Framework are worth the complexity of adding the additional software to your projects. Commented May 2, 2016 at 15:00
  • It's hard to test error handling code. But very important to do so, since otherwise those code paths will rarely be exercised. It's usually much easier to do this with unit tests. Commented May 7, 2016 at 10:22