- 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.
推薦閱讀
- 數據科學實戰手冊(R+Python)
- Python快樂編程:人工智能深度學習基礎
- Java EE 6 企業級應用開發教程
- OpenCV for Secret Agents
- Learn Swift by Building Applications
- 微信小程序項目開發實戰
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發 (未來書庫)
- HTML5 APP開發從入門到精通(微課精編版)
- C++從入門到精通(第5版)
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- Python+Tableau數據可視化之美
- 原型設計:打造成功產品的實用方法及實踐
- 軟技能2:軟件開發者職業生涯指南
- Android從入門到精通
- Learning Redis