- 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.
- Node.js 10實(shí)戰(zhàn)
- Game Programming Using Qt Beginner's Guide
- Visual C
- Hands-On Natural Language Processing with Python
- 機(jī)器學(xué)習(xí)與R語言實(shí)戰(zhàn)
- Advanced Express Web Application Development
- uni-app跨平臺開發(fā)與應(yīng)用從入門到實(shí)踐
- Scala Functional Programming Patterns
- Java EE項(xiàng)目應(yīng)用開發(fā)
- JavaScript Unit Testing
- 程序員面試金典(第6版)
- 前端程序員面試算法寶典
- Java語言GUI程序設(shè)計(jì)
- Advanced C++
- HTML5+CSS3+JavaScript案例實(shí)戰(zhàn)