- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 142字
- 2021-07-02 20:12:57
Testing
We are going to introduce automated testing as a solution to our prior problems, those we faced while testing during deployment. In this part of the solution, we have to pide our testing approach as follows:
- Adopt Test-Driven Development (TDD). With TDD, a developer is required to test his or her own code. The test is nothing but another piece of code that could validate whether the functionality is working as intended. If any functionality is found to not satisfy the test code, the corresponding unit test fails. This functionality can be easily fixed, as you know this is where the problem is. In order to achieve this, we can utilize frameworks such as MS test or unit tests.
- The QA team can use scripts to automate their tasks. They can create scripts by utilizing QTP or the Selenium framework.
推薦閱讀
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- Cassandra Design Patterns(Second Edition)
- Python計算機視覺編程
- Mastering Google App Engine
- 微信小程序項目開發實戰
- INSTANT Passbook App Development for iOS How-to
- 大模型RAG實戰:RAG原理、應用與系統構建
- 新一代SDN:VMware NSX 網絡原理與實踐
- Python Data Science Cookbook
- Webpack實戰:入門、進階與調優(第2版)
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- Arduino電子設計實戰指南:零基礎篇
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- 例解Python:Python編程快速入門踐行指南
- 零基礎C語言學習筆記