- C# and .NET Core Test Driven Development
- Ayobami Adewole
- 121字
- 2021-06-25 22:00:29
Integration tests
An integration test is done by combining and testing different units or components that must have been tested in isolation. This test is to ensure that the different units of an application can work together to satisfy the user requirements. Through integration tests, you can uncover bugs in the system when different components interact and exchange data.
This test can be carried out by programmers, software testers, or quality assurance analysts. There are different approaches that can be used for integration testing:
- Top down: Top-level components are integrated and tested first before the lower level components
- Bottom up: Lower-level components are integrated and tested before top level components
- Big bang: All components are integrated together and tested at once
推薦閱讀
- Web應用系統開發實踐(C#)
- Qt 5 and OpenCV 4 Computer Vision Projects
- Learn TypeScript 3 by Building Web Applications
- Python從菜鳥到高手(第2版)
- Instant Zepto.js
- Network Automation Cookbook
- Learn Swift by Building Applications
- SAS數據統計分析與編程實踐
- The Data Visualization Workshop
- PhpStorm Cookbook
- 移動界面(Web/App)Photoshop UI設計十全大補
- C#開發案例精粹
- 圖數據庫實戰
- 平面設計經典案例教程:CorelDRAW X6
- 從零學Java設計模式