- 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.
推薦閱讀
- Computer Vision for the Web
- 程序員數學:用Python學透線性代數和微積分
- Drupal 8 Module Development
- Learning Apache Mahout Classification
- 微信小程序全棧開發技術與實戰(微課版)
- RealSenseTM互動開發實戰
- Advanced Express Web Application Development
- Programming with CodeIgniterMVC
- Canvas Cookbook
- .NET 4.5 Parallel Extensions Cookbook
- 深入實踐DDD:以DSL驅動復雜軟件開發
- Visual Basic 程序設計實踐教程
- Google Adsense優化實戰
- 例解Python:Python編程快速入門踐行指南
- PhoneGap 3.x Mobile Application Development Hotshot