- 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.
推薦閱讀
- Xcode 7 Essentials(Second Edition)
- x86匯編語言:從實(shí)模式到保護(hù)模式(第2版)
- Expert Android Programming
- Web程序設(shè)計(jì)(第二版)
- Terraform:多云、混合云環(huán)境下實(shí)現(xiàn)基礎(chǔ)設(shè)施即代碼(第2版)
- NGINX Cookbook
- Scala Reactive Programming
- Learning jQuery(Fourth Edition)
- 深入剖析Java虛擬機(jī):源碼剖析與實(shí)例詳解(基礎(chǔ)卷)
- HTML5權(quán)威指南
- Maker基地嘉年華:玩轉(zhuǎn)樂動(dòng)魔盒學(xué)Scratch
- 計(jì)算機(jī)應(yīng)用技能實(shí)訓(xùn)教程
- WildFly Cookbook
- AutoCAD基礎(chǔ)教程
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)