
How to Write Testable Code
Welcome to our new series on “Integrating testing into your development flow”. To begin this series we are going to start by looking at “How to write testable code”. In essence, this new series will be covering all the ways we can Integrating testing into our development flow. Such as, how to write tests, define and implement a test plan & test strategy, unit tests, reports, tools, and frameworks. To summarize, a complete and comprehensive guide to testing and improving the testability of our code. During this presentation, we are going to be focussing on how to look at testing software from a developer’s point of view in order to write better testable code. Thus, we have to start by... Read more