BUILD AUTOMATION
The process of automating the creation of a software build , compiling source code into binary code, packaging binary code
CONTINUOUS INTEGRATION
The process of automating the build and testing of code every time a team member commits changes to version control
UNIT TESTING
" Software engineering approach in which teams produce software in short cycles, ensuring that the software can be reliably released at any time "
CODE ANALYSIS
Modern lint checkers are often used to find code that does not correspond to certain style guidelines
PACKAGE MANAGEMENT
The Process of creating and hosting packages that can be shared and used across the organization.
CONTINUOUS TESTING
Control the execution of tests and the comparison of actual outcomes with predicted outcomes
MONITORING
Monitoring and management of performance and availability of software applications
LOAD TESTING
The process of putting demand on a system and measuring its response.
CONTINUOUS DEPLOYMENT
Allows applications to be deployed across the various environments used in the development process, as well as the final production environments
INFRASTRUCTURE AS A CODE
Process of managing and provisioning computer data centers through machine-readable definition files, rather than physical hardware configuration or interactive configuration tools
CONTINUOUS FEEDBACK
Occurs when outputs of a system are routed back as inputs as part of a chain of cause-and-effect that forms a circuit or loop
PROJECT PLANNING
A set of pre-defined business processes then pass through different development phases such as requirements definition, design, development, testing, deployment and release across an entire lifecycle of a product
CHATOPS
ChatOps is a model where people, tools, process and automation are connected in a transparent flow. It also helps collaborate and control pipelines in one window.
FUNCTIONAL TESTING
The process of automating the regression testing.
SMOKE TESTING
The process of automating the smoke test cases
SECURITY TESTING
Testing technique to determine if an information system protects data and maintains functionality as intended.
COLLABORATION
Is the key cultural aspect of DevOps, which brings together Development and Operations teams. Real-time feedback and communication allow teams to make rapid changes to an application while keeping a stable and robust environment
CONFIGURATION MANAGEMENT
The mechanism used to make the server reach a desirable state, previously defined by provisioning scripts using a tool's specific language and features.
CONTAINERIZATION
An OS-level virtualization method used to deploy and run distributed applications without launching an entire virtual machine (VM) for each app. Multiple isolated applications or services run on a single host and access the same OS kernel.