Tag

test mindset

0 views collected around this technical thread.

Continuous Delivery 2.0
Continuous Delivery 2.0
Jun 8, 2023 · Fundamentals

Testing First: Adopting a Test‑First Mindset for Effective Software Development

The article explains that viewing testing as a mindset is essential for developers, outlines how to decide what to test—through user journeys, new features, and bugs—compares manual and automated testing, discusses the shift of testing responsibilities leftward, and clarifies who should own testing within various team structures.

QASoftware Developmentcontinuous integration
0 likes · 8 min read
Testing First: Adopting a Test‑First Mindset for Effective Software Development
JD Tech
JD Tech
May 21, 2018 · Fundamentals

Defect Prevention and Test Mindset: Using Static Code Analysis with SonarQube and Git Hooks

The article explains how early defect prevention through a strong test mindset, exploratory testing, and automated static code analysis with tools like SonarQube and Git hooks can dramatically reduce bug‑fix costs, improve software quality, and streamline development workflows.

defect preventiongit-hookssoftware testing
0 likes · 14 min read
Defect Prevention and Test Mindset: Using Static Code Analysis with SonarQube and Git Hooks