Tag

software testing fundamentals

0 views collected around this technical thread.

FunTester
FunTester
Dec 28, 2022 · Fundamentals

Automated Testing as a Prerequisite for Continuous Testing and Layered Test Strategies

The article explains why automated testing is essential for continuous testing, describes the rise of layered automation approaches, discusses quality‑risk management concepts such as Heinrich's law, and outlines the evolution from the classic testing pyramid to emerging models driven by AI and equal investment across test levels.

Continuous Testingautomated testinglayered testing
0 likes · 6 min read
Automated Testing as a Prerequisite for Continuous Testing and Layered Test Strategies
DevOps Cloud Academy
DevOps Cloud Academy
Aug 2, 2021 · Fundamentals

Classifying Unit Tests by Side Effects and Cleanup Strategies

The article explains how to categorize unit tests into side‑effect‑free and side‑effect‑ful groups, discusses the maintenance challenges of the latter, and recommends cleaning up each test’s side effects individually to enable reliable parallel execution and dynamic test environments.

Unit Testingparallel testingsoftware testing fundamentals
0 likes · 5 min read
Classifying Unit Tests by Side Effects and Cleanup Strategies