Continuous Integration Tutorial
Continuous Integration Resources
Selected Reading
- CI - Best Practices
- CI - Deployment
- CI - Database
- CI - Inspection
- CI - Testing
- CI - Documentation and Feedback
- CI - Build Failure Notifications
- CI - Defining Tasks
- CI - Creating a Project in TeamCity
- CI - Checking in Source Code
- CI - Building On the Server
- CI - Build Scripts
- CI - Building a Solution
- CI - Requirements
- CI - Features
- CI - Version Control
- CI - Reducing Risks
- CI - Software
- CI - Overview
- CI - Home
Continuous Integration Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
CI - Inspection
Continuous Integration - Inspection
连续检查是在进行实际测试之前为你的代码进行自动检查。 检查和测试软件之间存在微妙差异。 测试是动态的,并安装了软件,以便测试功能。 检查根据一套预先界定的规则分析了该守则。
检查员(或静态和动态分析工具)采用工作队应遵守的确定标准(通常为编码或设计衡量标准)。 检查目标的例子包括编码“制图”标准、建筑层的遵守、编码重复和许多其他标准。
连续检查缩短了发现和固定之间的时间。 现有一些连续检查工具。 例如,我们将使用NCover 3.x,与团队精神相结合。 让我们看看我们如何能够进行持续检查,以及我们能够做些什么。
Download and Install NCover
NCover是一种单独的产品,需要下载和安装。 下载NCover,请点击以下链接并下载32台轨道安装器: