Tagged articles
29 articles
Page 1 of 1
FunTester
FunTester
May 13, 2026 · Artificial Intelligence

How to Become an AI Quality Architect: A Practical Guide

The article explains how quality should be designed rather than merely measured, contrasts traditional QA with modern Quality Engineering, outlines the AI‑driven challenges and required metrics, and provides a concrete career roadmap for aspiring AI Quality Architects.

Cost of QualityQuality ArchitectQuality Engineering
0 likes · 9 min read
How to Become an AI Quality Architect: A Practical Guide
FunTester
FunTester
Apr 22, 2026 · Operations

Why Do Microservice E2E Tests Fail?

In microservice architectures, end‑to‑end tests often become flaky, slow, and untrustworthy because the assumptions of a stable, deterministic system clash with the reality of distributed, asynchronous services, leading to noisy failures, maintenance overhead, and delayed feedback.

Distributed SystemsMicroservicesTesting Strategy
0 likes · 12 min read
Why Do Microservice E2E Tests Fail?
FunTester
FunTester
Feb 23, 2026 · Fundamentals

Mastering End-to-End Testing: Strategies, Best Practices, and Real-World API Example

This guide explains what end‑to‑end testing is, why it matters, when to run it, how to design test scenarios, the 70/20/10 test‑pyramid rule, the three testing phases, a complete RESTful API order‑lifecycle example, common pitfalls, and practical tips for reliable automation.

API testingSoftware qualityTesting Strategy
0 likes · 11 min read
Mastering End-to-End Testing: Strategies, Best Practices, and Real-World API Example
Test Development Learning Exchange
Test Development Learning Exchange
Feb 1, 2026 · Backend Development

Why API Automation Is Essential When Business Changes Rapidly—and How to Do It Efficiently

When business requirements evolve quickly, API automation testing becomes a critical safety net, offering rapid regression detection, faster delivery, and a living contract for services, but it must be designed with resilient patterns, layered coverage, and health metrics to stay effective.

API automationTesting Strategycontinuous integration
0 likes · 7 min read
Why API Automation Is Essential When Business Changes Rapidly—and How to Do It Efficiently
Woodpecker Software Testing
Woodpecker Software Testing
Jan 23, 2026 · Fundamentals

Regression Testing: A Crucial Guard for Software Quality

The article explains why regression testing is essential for maintaining software quality amid continuous changes, outlines its various types and selection criteria, discusses common challenges with practical solutions, and presents automation practices, best‑practice guidelines, and emerging trends to help teams build an effective regression testing strategy.

Software qualityTesting Strategyci/cd
0 likes · 8 min read
Regression Testing: A Crucial Guard for Software Quality
Software Development Quality
Software Development Quality
Oct 25, 2023 · Fundamentals

Why Software Testing Is Really About Risk Avoidance: Key Insights

The article argues that the essence of software testing is risk avoidance, explores why bugs arise from user expectations, outlines three core challenges—investment, recursion, and measurability—and proposes balanced semi‑automated testing strategies to reduce bugs while acknowledging the limits of full automation.

Software TestingTesting Strategybug reduction
0 likes · 10 min read
Why Software Testing Is Really About Risk Avoidance: Key Insights
Test Development Learning Exchange
Test Development Learning Exchange
Apr 21, 2023 · R&D Management

How to Build a High‑Performance Software Testing Team in 20 Practical Steps

This guide outlines twenty essential steps for creating an efficient software testing team, covering goal definition, strategy planning, hiring, process and tool setup, training, communication, continuous improvement, environment management, automation, agile practices, documentation, and fostering a culture of learning and collaboration.

Software TestingTeam BuildingTesting Strategy
0 likes · 9 min read
How to Build a High‑Performance Software Testing Team in 20 Practical Steps
FunTester
FunTester
Dec 30, 2022 · Operations

Mastering Cross‑Browser Testing: Strategies, Tools, and Automation Tips

This guide outlines essential cross‑browser testing strategies—including device and browser selection, top UI testing frameworks like Selenium, Appium, and Espresso, automation with parallel execution, cloud‑based labs, AI‑driven tools, and security considerations—to help teams deliver high‑performance web and mobile applications efficiently.

AI testingAppiumSelenium
0 likes · 10 min read
Mastering Cross‑Browser Testing: Strategies, Tools, and Automation Tips
Architecture Digest
Architecture Digest
Aug 6, 2022 · Backend Development

Understanding Onion Architecture and Its Role in Domain‑Driven Design

This article explains how Onion Architecture, built on Domain‑Driven Design principles, organizes software into concentric layers that isolate core business logic, improve maintainability, testability, and flexibility, and outlines its layers, dependencies, services, testing strategies, and applicability to microservices.

Layered DesignSoftware ArchitectureTesting Strategy
0 likes · 11 min read
Understanding Onion Architecture and Its Role in Domain‑Driven Design
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Aug 5, 2022 · Fundamentals

Why Onion Architecture Is the Secret to Scalable Domain‑Driven Design

This article explains how Domain‑Driven Design combined with the Onion Architecture creates a flexible, maintainable backend by separating concerns into concentric layers, detailing principles, services, testing strategies, microservice applicability, and modular packaging to help developers build scalable, technology‑agnostic systems.

Testing Strategybackend-developmentonion architecture
0 likes · 12 min read
Why Onion Architecture Is the Secret to Scalable Domain‑Driven Design
FunTester
FunTester
Jun 30, 2022 · Fundamentals

When to Automate Tests? Pros, Cons, and Ideal Scenarios Explained

This article explains what automated testing is, why it matters, compares manual and automated testing advantages and disadvantages, identifies modules that are suitable or unsuitable for automation, and provides concrete code examples for implementing and maintaining test scripts.

Automated TestingSoftware TestingTesting Strategy
0 likes · 8 min read
When to Automate Tests? Pros, Cons, and Ideal Scenarios Explained
FunTester
FunTester
Mar 4, 2022 · Industry Insights

Why Automation Testing Matters: Benefits, Types, and Future Trends

This article explains why automation testing is essential for modern software projects, compares it with manual testing, outlines common test types, offers strategic guidance on frameworks and tool selection, and explores emerging trends such as AI and RPA shaping the future of testing.

DevOpsSoftware TestingTesting Strategy
0 likes · 8 min read
Why Automation Testing Matters: Benefits, Types, and Future Trends
FunTester
FunTester
Jun 2, 2021 · Fundamentals

How to Start Automated Testing from Scratch: A Step‑by‑Step Guide

This article outlines the essential concepts, four‑step workflow, and practical tips for beginners to define scope, choose tools, design frameworks, execute test cases, and generate effective automated testing reports.

Automated TestingSoftware TestingTesting Strategy
0 likes · 8 min read
How to Start Automated Testing from Scratch: A Step‑by‑Step Guide
FunTester
FunTester
Nov 19, 2020 · Operations

7 Essential Stages for Building an Effective Test Automation Strategy

This guide outlines a comprehensive seven‑stage process—from planning and tool selection to environment setup, script design, execution, and result analysis—providing practical best‑practice notes to maximize test automation efficiency and coverage.

Software TestingTesting Strategyautomation tools
0 likes · 9 min read
7 Essential Stages for Building an Effective Test Automation Strategy
Youzan Coder
Youzan Coder
Oct 14, 2020 · Operations

How Youzan’s Testing Team Supercharged API Automation for Faster, More Reliable Releases

This article details Youzan’s testing team’s evolving API automation strategy, covering architectural context, dual‑approach request simulation, regression efficiency enhancements, blind‑spot elimination through online validation and traffic recording‑replay, and practical lessons for large‑scale product delivery.

API testingDubboMicroservices
0 likes · 11 min read
How Youzan’s Testing Team Supercharged API Automation for Faster, More Reliable Releases
FunTester
FunTester
Sep 27, 2020 · Fundamentals

Understanding Automated Testing: Benefits, When to Start, and Implementation Steps

This article explains what automated testing is, outlines its key benefits such as simplified execution, reduced human effort, faster cycles and broader coverage, discusses when to adopt it, and provides a step‑by‑step guide for defining scope, selecting tools, planning, execution, and maintenance.

Automated TestingSoftware TestingTesting Strategy
0 likes · 9 min read
Understanding Automated Testing: Benefits, When to Start, and Implementation Steps
FunTester
FunTester
Sep 16, 2020 · Industry Insights

How to Choose What to Automate with Selenium: Practical Best‑Practice Guide

This guide explains how to identify suitable test scenarios for Selenium automation, select the right tools and team structure, eliminate flaky tests, and ensure ongoing effectiveness by aligning automation choices with business goals and technical constraints.

SeleniumTesting Strategyautomation tools
0 likes · 9 min read
How to Choose What to Automate with Selenium: Practical Best‑Practice Guide
FunTester
FunTester
May 29, 2020 · Operations

How to Keep Selenium Test Automation Simple, Stable, and High‑ROI

This article outlines practical strategies for maintaining Selenium test automation, including keeping test cases simple, encouraging developer involvement, defining execution strategies, improving test stability, focusing on high‑return‑on‑investment scenarios, and using cloud services for efficient cross‑browser compatibility testing.

QASeleniumTesting Strategy
0 likes · 6 min read
How to Keep Selenium Test Automation Simple, Stable, and High‑ROI
FunTester
FunTester
Apr 16, 2020 · Operations

How to Build a Robust Test Automation Strategy in Six Practical Steps

This guide outlines a six‑step framework for creating an effective test automation strategy, covering scope definition, methodology, risk analysis, environment setup, execution planning, and continuous review to prevent costly production bugs.

Risk analysisSoftware TestingTesting Strategy
0 likes · 4 min read
How to Build a Robust Test Automation Strategy in Six Practical Steps
FunTester
FunTester
Nov 5, 2019 · Operations

4 Essential Strategies to Automate Testing Effectively in a DevOps Environment

Understanding that automated testing is a complex activity, this article outlines four practical tips—comprehensive knowledge of the application’s user environment, blending technical and managerial expertise, forming a dedicated automation team, and fostering a cultural shift—to successfully integrate testing automation within a DevOps workflow.

Automated TestingCollaborationDevOps
0 likes · 6 min read
4 Essential Strategies to Automate Testing Effectively in a DevOps Environment
FunTester
FunTester
Oct 28, 2019 · Fundamentals

Balancing Manual and Automated Testing: When and How to Automate

The article explains the benefits and limitations of test automation, outlines scenarios where manual testing remains essential, and provides practical guidance on deciding what to automate, why to automate, and how to implement automation effectively.

Software TestingTesting Strategyquality assurance
0 likes · 13 min read
Balancing Manual and Automated Testing: When and How to Automate
FunTester
FunTester
Sep 10, 2019 · Industry Insights

7 Essential Steps to Become a Successful Test Automation Engineer

This guide outlines seven practical steps—from mastering manual testing and programming skills to adopting the ATLC lifecycle, crafting automation strategies, and staying current with testing trends—to help anyone transition into a thriving career as a test automation engineer.

ATLCCareer DevelopmentSoftware Testing
0 likes · 8 min read
7 Essential Steps to Become a Successful Test Automation Engineer
360 Quality & Efficiency
360 Quality & Efficiency
Jan 21, 2019 · Fundamentals

The Truth About Test Automation: Myths, Balancing Manual and Automated Testing, and Measuring Value

This article explains common misconceptions about test automation, why it requires ongoing maintenance and human expertise, how to balance automated and manual testing, identifies key areas to automate using risk‑based, conversation‑driven, and exploratory approaches, and discusses how to evaluate the true value of automation.

Software TestingTesting Strategymanual testing
0 likes · 7 min read
The Truth About Test Automation: Myths, Balancing Manual and Automated Testing, and Measuring Value
DevOps
DevOps
Jul 9, 2017 · Operations

Why Manual Testing Can Never Be Fully Replaced

The article argues that while automated testing saves time and ensures regression safety, manual testing remains essential for user experience, exploratory bug discovery, handling complex mobile scenarios, and adapting to agile changes, highlighting its irreplaceable creativity and analytical strengths.

Agile TestingTesting Strategymanual testing
0 likes · 9 min read
Why Manual Testing Can Never Be Fully Replaced
Suning Design
Suning Design
Apr 23, 2014 · Product Management

How to Conduct Efficient Multi‑Platform Usability Testing

When a product spans phones, tablets, PCs and web, traditional single‑platform usability testing falls short, so this guide explains the conditions, benefits, and step‑by‑step strategies for planning, executing, and reporting usability tests across multiple platforms simultaneously.

Testing StrategyUX Researchmulti-platform
0 likes · 9 min read
How to Conduct Efficient Multi‑Platform Usability Testing