- 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
推薦閱讀
- UI圖標創意設計
- Learning Single:page Web Application Development
- Developing Mobile Web ArcGIS Applications
- Servlet/JSP深入詳解
- CouchDB and PHP Web Development Beginner’s Guide
- Express Web Application Development
- Kubernetes源碼剖析
- FPGA嵌入式項目開發實戰
- Solutions Architect's Handbook
- R語言數據挖掘:實用項目解析
- Node.js應用開發
- Python深度學習與項目實戰
- 現代JavaScript編程:經典范例與實踐技巧
- Visual FoxPro程序設計
- Oracle API Management 12c Implementation