Overview
Testing the complete application workflow from start to finish to ensure the system meets requirements.
More in Software Engineering
WebSocket
Paradigms & PatternsA communication protocol providing full-duplex communication channels over a single persistent TCP connection.
Concurrency
ArchitectureThe ability of a system to handle multiple tasks simultaneously by interleaving their execution.
Scrum
Paradigms & PatternsAn agile framework using fixed-length iterations called sprints for incremental product delivery with defined roles and ceremonies.
Stress Testing
Paradigms & PatternsTesting a system beyond normal operational capacity to determine its breaking point and failure behaviour.
Rate Limiting
ArchitectureA technique for controlling the number of requests a client can make to an API within a specified time period.
Circuit Breaker Pattern
ArchitectureA design pattern that prevents cascading failures by stopping calls to a failing service temporarily.
Kanban
Paradigms & PatternsA visual workflow management method that limits work in progress and optimises the flow of tasks through a system.
Agile Methodology
Paradigms & PatternsAn iterative approach to software development emphasising flexibility, collaboration, and rapid delivery of working software.