- 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.
推薦閱讀
- Learning Scala Programming
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- 數字媒體應用教程
- PostgreSQL for Data Architects
- HTML5 Mobile Development Cookbook
- Python零基礎快樂學習之旅(K12實戰訓練)
- Oracle JDeveloper 11gR2 Cookbook
- Java程序設計:原理與范例
- concrete5 Cookbook
- Learning Three.js:The JavaScript 3D Library for WebGL
- 用戶體驗增長:數字化·智能化·綠色化
- ASP.NET開發與應用教程
- Statistical Application Development with R and Python(Second Edition)
- 詳解MATLAB圖形繪制技術
- ASP.NET 4.0 Web程序設計