- 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.
推薦閱讀
- 深入理解Bootstrap
- LabVIEW2018中文版 虛擬儀器程序設(shè)計(jì)自學(xué)手冊(cè)
- Java FX應(yīng)用開發(fā)教程
- PyTorch自然語(yǔ)言處理入門與實(shí)戰(zhàn)
- JavaScript前端開發(fā)與實(shí)例教程(微課視頻版)
- Hands-On Microservices with Kotlin
- Android Native Development Kit Cookbook
- Getting Started with Gulp
- 區(qū)塊鏈技術(shù)與應(yīng)用
- ExtJS Web應(yīng)用程序開發(fā)指南第2版
- Groovy 2 Cookbook
- Python機(jī)器學(xué)習(xí)開發(fā)實(shí)戰(zhàn)
- Java EE項(xiàng)目應(yīng)用開發(fā)
- 深入大型數(shù)據(jù)集:并行與分布化Python代碼
- Java程序設(shè)計(jì)(項(xiàng)目教學(xué)版)