Overview
Testing a system beyond normal operational capacity to determine its breaking point and failure behaviour.
More in Software Engineering
Blue-Green Deployment
Paradigms & PatternsA deployment strategy using two identical production environments to achieve zero-downtime releases.
Canary Deployment
Paradigms & PatternsA deployment strategy where changes are gradually rolled out to a small subset of users before full deployment.
Continuous Delivery
Development PracticesA software practice where code changes can be released to production at any time through automated pipelines.
Continuous Integration
Development PracticesA development practice where code changes are automatically built and tested when merged to a shared repository.
Unit Testing
Quality & TestingTesting individual components or functions in isolation to verify they produce the expected output.
Git
Development PracticesA distributed version control system for tracking changes in source code during software development.
Test-Driven Development
Development PracticesA development practice where failing tests are written before the code that makes them pass.
Package Manager
Paradigms & PatternsA tool that automates the process of installing, upgrading, configuring, and removing software packages.