- Building Microservices with .NET Core
- Gaurav Kumar Aroraa Lalit Kale Kanwar Manish
- 142字
- 2021-07-02 22:08:11
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 divide 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.
推薦閱讀
- Oracle從入門到精通(第3版)
- 高手是如何做產品設計的(全2冊)
- Java 開發從入門到精通(第2版)
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- Mastering Ext JS
- 深入淺出Serverless:技術原理與應用實踐
- 深入理解Android:Wi-Fi、NFC和GPS卷
- Orleans:構建高性能分布式Actor服務
- Unity 2017 Game AI Programming(Third Edition)
- Mastering Concurrency in Python
- Flink核心技術:源碼剖析與特性開發
- 美麗洞察力:從化妝品行業看顧客需求洞察
- ASP.NET本質論
- Mastering Magento Theme Design
- Visual C++ 開發從入門到精通