Tagged articles
4 articles
Page 1 of 1
FunTester
FunTester
Jan 26, 2026 · Fundamentals

Why Traditional Testing Fails for AI‑Powered Web Applications

Testing engineers are increasingly anxious because AI‑driven web apps break the deterministic assumptions of classic testing, making pass/fail judgments, static assertions, and regression suites unreliable as models evolve probabilistically.

AI testingmodel validationprobabilistic systems
0 likes · 11 min read
Why Traditional Testing Fails for AI‑Powered Web Applications
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.

Automated TestingLayered Testingcontinuous testing
0 likes · 6 min read
Automated Testing as a Prerequisite for Continuous Testing and Layered Test Strategies
FunTester
FunTester
Dec 16, 2022 · Fundamentals

Master Black-Box Test Cases: Equivalence, Boundary, and Scenario Techniques

The article explains core black‑box test case design techniques—including equivalence class partitioning, boundary value analysis, and the scenario method—detailing their principles, example tables, flow diagrams, and practical steps for selecting representative cases to achieve comprehensive coverage despite the impossibility of testing every possible input.

Scenario Testingblack-box testingboundary value analysis
0 likes · 9 min read
Master Black-Box Test Cases: Equivalence, Boundary, and Scenario Techniques
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.

Parallel Testingsoftware testing fundamentalstest cleanup
0 likes · 5 min read
Classifying Unit Tests by Side Effects and Cleanup Strategies