- Software Architecture with Python
- Anand Balachandran Pillai
- 188字
- 2021-07-02 23:29:57
Chapter 3. Testability – Writing Testable Code
In the previous chapter, we covered a very important architectural attribute of software, namely, modifiability, and its related aspects. In this chapter, the topic is a closely related quality attribute: testability of software.
We briefly covered testability in the first chapter of this book, where we understood what testability is, and how it relates to the complexity of the code. In this chapter, we will look into the different aspects of software testability in detail.
Software testing by itself has developed into a large field with its own standards and unique set of tools and processes. The focus of this chapter is not to cover the formal aspects of software testing. Instead, what we will strive to do here is to understand software testing from an architectural perspective and understand its relation to the other quality attributes and, in the second half of this chapter, discuss the Python tools and libraries relevant to our discussion on software testing using Python.
We will cover the following topics in this chapter:
- Understanding testability
- White-box testing principles
- Test-driven development
- TDD with palindromes
- Getting Started with React
- 深入淺出WPF
- Scala Design Patterns
- JSP開發案例教程
- Learning Laravel's Eloquent
- Android Wear Projects
- Rust游戲開發實戰
- Emgu CV Essentials
- 代替VBA!用Python輕松實現Excel編程
- C++ Application Development with Code:Blocks
- 深度學習程序設計實戰
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- 系統分析師UML用例實戰
- 3D Printing Designs:Design an SD Card Holder
- JSP編程教程