- 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.
推薦閱讀
- 兩周自制腳本語言
- Mastering Kali Linux for Web Penetration Testing
- TypeScript項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Rust Essentials(Second Edition)
- Unity 2017 Mobile Game Development
- Mastering Unity 2D Game Development(Second Edition)
- C++寶典
- Odoo 10 Implementation Cookbook
- 精益軟件開發(fā)管理之道
- Spring MVC Blueprints
- R語言與網(wǎng)站分析
- Django 3 Web Development Cookbook
- 人件集:人性化的軟件開發(fā)
- JSP編程教程
- Arduino Robotic Projects