Tag

testing practices

0 views collected around this technical thread.

Architecture and Beyond
Architecture and Beyond
Sep 10, 2022 · Fundamentals

Shift‑Left Testing: Integrating Quality Early in the Software Development Lifecycle

The article explains how shift‑left testing, rooted in the waterfall model, moves testing activities earlier in the software development lifecycle to reduce defect‑fix costs, improve quality, and make developers the primary owners of product quality.

quality assuranceshift-left testingsoftware development
0 likes · 8 min read
Shift‑Left Testing: Integrating Quality Early in the Software Development Lifecycle
Continuous Delivery 2.0
Continuous Delivery 2.0
May 13, 2020 · Backend Development

Practical Guide to Unit Testing: Experiences, Benefits, Obstacles, and Implementation Strategies

This comprehensive article shares the author's hands‑on experience with unit testing, explains why testing drives better design and lower costs, outlines common misconceptions and obstacles, and provides detailed implementation guidelines—including architecture refactoring, dependency inversion, and a real‑world TV service example—to help developers start writing effective unit tests.

Backend DevelopmentDevOpsUnit Testing
0 likes · 26 min read
Practical Guide to Unit Testing: Experiences, Benefits, Obstacles, and Implementation Strategies
Continuous Delivery 2.0
Continuous Delivery 2.0
Aug 14, 2019 · Fundamentals

Understanding the Real Purpose of Writing Unit Tests

The article humorously explains that the true goal of unit testing is to ensure software quality while maintaining development speed, comparing ineffective testing to practicing shooting without scoring, and suggesting that without proper practice, both efforts may be futile.

Software EngineeringUnit Testingdevelopment speed
0 likes · 1 min read
Understanding the Real Purpose of Writing Unit Tests