- C# and .NET Core Test Driven Development
- Ayobami Adewole
- 115字
- 2021-06-25 22:00:29
Unit tests
This is a level of testing that involves testing each unit that constitutes the components of a software application. This is the lowest level of test and it is done at the method or function level. It is primarily done by programmers, specifically to show code correctness and that the requirement has been correctly implemented. A unit test usually has one or more inputs and outputs.
It is the first level of test usually done in software development and it is designed to isolate units of software systems and test them independently or in isolation. Through unit testing, inherent issues and bugs in systems can be easily detected earlier in the development process.
推薦閱讀
- FuelPHP Application Development Blueprints
- Python 3.7網絡爬蟲快速入門
- Rust編程:入門、實戰與進階
- DevOps for Networking
- MATLAB圖像處理超級學習手冊
- Python深度學習
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Data Analysis with IBM SPSS Statistics
- Python機器學習算法與實戰
- 精通Python設計模式(第2版)
- Microsoft Azure Storage Essentials
- Java語言程序設計教程
- Instant PHP Web Scraping
- 零基礎學C語言程序設計
- Learning Nessus for Penetration Testing