- C# and .NET Core Test Driven Development
- Ayobami Adewole
- 156字
- 2021-06-25 22:00:30
Writing the tests
This is the initial step of the technique, where you have to write the tests that describe a component or feature to be developed. The component can be the user interface, business rule or logic, data persistence routine, or a method implementing a specific user requirement. The tests need to be brief and should contain the required data input and desired outcome expected by the component being tested.
While writing the tests, technically you have solved half of the development task, because the design of the code is usually conceived through the thought pattern and process put into writing the tests. It becomes easier to tackle the difficult code after the easier code, which is the test that has been written. At this point, as a TDD newcomer, the tests are not expected to be 100% perfect or have full code coverage, but with continuous practice and adequate refactoring, this can be achieved.
- Delphi程序設計基礎:教程、實驗、習題
- Learning Docker
- 微服務設計原理與架構
- aelf區塊鏈應用架構指南
- HTML5 and CSS3 Transition,Transformation,and Animation
- 利用Python進行數據分析(原書第3版)
- Linux C編程:一站式學習
- Python深度學習:模型、方法與實現
- GameMaker Essentials
- Spring+Spring MVC+MyBatis從零開始學
- 創意UI Photoshop玩轉移動UI設計
- 從零開始:C語言快速入門教程
- Java 9 with JShell
- C語言程序設計與應用實驗指導書(第2版)
- Java多線程并發體系實戰(微課視頻版)