- 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.
推薦閱讀
- Facebook Application Development with Graph API Cookbook
- Cassandra Design Patterns(Second Edition)
- Mastering LibGDX Game Development
- GameMaker Programming By Example
- C語言程序設計學習指導與習題解答
- 飛槳PaddlePaddle深度學習實戰(zhàn)
- Nginx Lua開發(fā)實戰(zhàn)
- Java零基礎實戰(zhàn)
- Spring+Spring MVC+MyBatis從零開始學
- Hands-On JavaScript for Python Developers
- C++ Fundamentals
- Java程序設計基礎(第6版)
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- Web前端開發(fā)技術實踐指導教程
- 現(xiàn)代JavaScript編程:經(jīng)典范例與實踐技巧