Tagged articles
176 articles
Page 1 of 2
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
May 12, 2026 · Artificial Intelligence

Treating Automated Testing as AI Coding: Xiaohongshu GUI Agent Real‑World Review

During the 2026 Spring Festival promotion, Xiaohongshu replaced manual UI testing with a three‑layer AI‑driven GUI Agent that executed over 43,000 runs across 106 devices and 128 scenarios, achieving 58% automation, 82% AI‑generated case adoption, 68% bug recall, 98% stability and roughly $1 per test case while drastically cutting token costs.

AI CodingAutomated TestingCode-as-Action
0 likes · 23 min read
Treating Automated Testing as AI Coding: Xiaohongshu GUI Agent Real‑World Review
AI Tech Publishing
AI Tech Publishing
Apr 29, 2026 · Artificial Intelligence

Who Tests When AI Generates 99% of Code? Inside a Self‑Repairing Agent Harness

The article explains how a self‑repairing Agent Harness replaces traditional QA by looping evaluation, triage, automated fixing, verification and AI‑gated canary release, using a three‑judge reviewer, model‑based sampling and six daily engineering tasks to keep AI‑driven products reliable.

AI agentsAI-driven QAAutomated Testing
0 likes · 16 min read
Who Tests When AI Generates 99% of Code? Inside a Self‑Repairing Agent Harness
AI Engineer Programming
AI Engineer Programming
Apr 23, 2026 · Artificial Intelligence

From Zero to One: A Roadmap for Building Trustworthy AI Agent Evaluations

The article outlines why rigorous, automated evaluation is essential for AI agents, defines core concepts such as tasks, trials, graders, and frameworks, compares code‑based, model‑based and human graders, and presents an eight‑step roadmap—from early testing to open‑source maintenance—to create reliable, scalable agent assessments.

AI agentsAutomated TestingBenchmarking
0 likes · 22 min read
From Zero to One: A Roadmap for Building Trustworthy AI Agent Evaluations
Woodpecker Software Testing
Woodpecker Software Testing
Mar 2, 2026 · Industry Insights

Adversarial Testing in Practice: How It Outperforms Traditional Testing

The article explains how adversarial testing shifts from a user‑centric to an attacker‑centric paradigm, illustrates real‑world cases in finance, autonomous driving and AI, outlines perturbation layers, evaluation metrics, automation pipelines, and three counter‑intuitive principles for effective deployment, highlighting its advantages over conventional testing.

AI SafetyAutomated TestingFault Injection
0 likes · 8 min read
Adversarial Testing in Practice: How It Outperforms Traditional Testing
Woodpecker Software Testing
Woodpecker Software Testing
Mar 1, 2026 · Artificial Intelligence

Automating Regression Tests for TensorRT Inference Services

The article outlines a comprehensive, repeatable regression testing framework for TensorRT inference pipelines, covering engine build validation, functional correctness against golden outputs, performance monitoring, common pitfalls, and CI/CD integration to ensure model updates remain both fast and reliable.

Automated TestingINT8 QuantizationInference
0 likes · 12 min read
Automating Regression Tests for TensorRT Inference Services
Woodpecker Software Testing
Woodpecker Software Testing
Feb 8, 2026 · Frontend Development

How to Stop ‘Naked’ Deployments: An AI-Powered Survival Guide for Front-End Automated Testing

The article examines why front‑end testing was once ignored, outlines how AI can automate test creation, proposes a practical three‑layer testing stack (Vitest, Playwright, Chromatic), provides prompt templates and code examples, and offers review guidelines and business arguments for adopting AI‑driven testing.

AIAutomated TestingPlaywright
0 likes · 7 min read
How to Stop ‘Naked’ Deployments: An AI-Powered Survival Guide for Front-End Automated Testing
Test Development Learning Exchange
Test Development Learning Exchange
Jan 31, 2026 · Backend Development

7 Proven Strategies to Keep Automated Tests Low‑Cost and Resilient in High‑Change Environments

This article presents seven validated strategies—layered architecture, contract‑driven assertions, configuration‑driven data, smart mocking, impact‑based test selection, OpenAPI‑generated test skeletons, and health‑dashboard monitoring—to dramatically reduce maintenance effort and increase the robustness of automated API tests in fast‑changing projects.

API testingAutomated TestingMocking
0 likes · 9 min read
7 Proven Strategies to Keep Automated Tests Low‑Cost and Resilient in High‑Change Environments
Huolala Safety Emergency Response Center
Huolala Safety Emergency Response Center
Jan 21, 2026 · Information Security

How to Build an Automated Red‑Team Framework for LLM Security Testing

This article presents a systematic approach to evaluating large language model (LLM) safety by constructing an automated red‑team testing platform that measures prompt jailbreak, privacy leakage, and tool‑execution risks, defines quantitative metrics, compares commercial and open‑source models, and outlines a continuous evolution pipeline for attack samples.

AI SafetyAutomated TestingLLM Security
0 likes · 20 min read
How to Build an Automated Red‑Team Framework for LLM Security Testing
ByteDance Data Platform
ByteDance Data Platform
Jan 15, 2026 · Artificial Intelligence

Why Model Evaluation Can Be Cool: Innovative Automated Testing for Data‑Driven LLM Agents

In the era of rapidly advancing large‑model technology, the article outlines the challenges of evaluating data‑centric LLM agents, proposes a three‑layer evaluation framework covering basic capabilities, component‑level checks, and end‑to‑end business impact, and shares practical innovations such as semantic‑equivalence SQL matching, agent‑as‑judge pipelines, and a unified assessment platform.

Agent as judgeAutomated TestingBig Data
0 likes · 22 min read
Why Model Evaluation Can Be Cool: Innovative Automated Testing for Data‑Driven LLM Agents
JD Tech Talk
JD Tech Talk
Jan 9, 2026 · Artificial Intelligence

How JoyCode Agent Reached 74.6% Pass@1 on SWE‑bench Verified with a Patch‑Test Co‑Generation Loop

This technical report details JoyCode Agent’s end‑to‑end pipeline that couples patch generation with fail‑to‑pass and pass‑to‑pass test creation, uses trajectory compression, CSR similarity retrieval, and multi‑agent iterative retries to achieve a 74.6% Pass@1 score on the SWE‑bench Verified benchmark while cutting compute costs by 30‑50%.

AI code repairAutomated TestingMulti-Agent System
0 likes · 38 min read
How JoyCode Agent Reached 74.6% Pass@1 on SWE‑bench Verified with a Patch‑Test Co‑Generation Loop
Woodpecker Software Testing
Woodpecker Software Testing
Jan 6, 2026 · Frontend Development

Detecting On‑Screen Element Visibility with Selenium WebDriver in Java

This guide explains how to determine whether a web element is visible on the screen during Selenium‑based Java automation, covering the basic isDisplayed() check, an enhanced visibility method that validates size, opacity and CSS visibility, strategies for dynamic, iframe and Shadow DOM elements, and practical best‑practice recommendations.

Automated TestingElement VisibilityJava
0 likes · 8 min read
Detecting On‑Screen Element Visibility with Selenium WebDriver in Java
Woodpecker Software Testing
Woodpecker Software Testing
Jan 6, 2026 · User Experience Design

Optimizing the Distribution Platform with User Experience Testing

This article explains how systematic user‑experience testing—covering environment setup, core function benchmarks, and performance monitoring—reveals Distribution’s strengths in multi‑platform compatibility and stability while identifying documentation, configuration, and error‑handling gaps, and recommends tools and continuous improvement practices to enhance the open‑source software distribution platform.

Automated TestingContinuous ImprovementDocker
0 likes · 4 min read
Optimizing the Distribution Platform with User Experience Testing
php Courses
php Courses
Jan 5, 2026 · Artificial Intelligence

How AI is Transforming PHP Development: From Smart Coding to Automated Testing

This article explores how AI technologies are reshaping the entire PHP development lifecycle—offering context‑aware code generation, intelligent architecture suggestions, automated test creation, performance optimisation, and end‑to‑end workflow integration—while highlighting real‑world case studies and practical adoption strategies.

AIAutomated TestingDevOps
0 likes · 9 min read
How AI is Transforming PHP Development: From Smart Coding to Automated Testing
Test Development Learning Exchange
Test Development Learning Exchange
Dec 14, 2025 · Cloud Native

Essential kubectl Commands Every Test Engineer Needs for Kubernetes Debugging

This guide compiles the most frequently used kubectl commands for automated testing in Kubernetes, covering context management, service status checks, log retrieval, port forwarding, and practical tips, enabling test engineers to quickly verify deployments, troubleshoot failures, and integrate checks into CI/CD pipelines.

Automated TestingKubernetesci/cd
0 likes · 7 min read
Essential kubectl Commands Every Test Engineer Needs for Kubernetes Debugging
Ctrip Technology
Ctrip Technology
Oct 30, 2025 · Operations

How BDD‑Driven HTA Automation Boosts Test Coverage and Cuts Costs

This article details a practical transformation from manual to automated testing using Jest and BDD‑generated HTA, explaining the challenges, technical solutions, mock‑data management, pipeline integration, and measurable results such as higher coverage, lower development cost, and faster release cycles.

Automated TestingBDDHTA
0 likes · 28 min read
How BDD‑Driven HTA Automation Boosts Test Coverage and Cuts Costs
FunTester
FunTester
Aug 29, 2025 · Fundamentals

How to Tackle Automated Testing in Legacy Systems: Practical Tips & Refactoring

Automated testing is essential but challenging for legacy systems; this guide explains testing types, prioritizes unit and integration tests, classifies code for targeted testing, demonstrates refactoring techniques with Java examples, and applies SOLID principles to improve testability and maintainability of aging codebases.

Automated TestingLegacy CodeSOLID principles
0 likes · 13 min read
How to Tackle Automated Testing in Legacy Systems: Practical Tips & Refactoring
Software Development Quality
Software Development Quality
Jun 11, 2025 · Artificial Intelligence

AI-Driven Autogen_demo: Simplify Requirement Analysis & Test Case Creation

Autogen_demo, built with Streamlit and AI technologies, offers an end‑to‑end solution that parses PDF or Word requirements, stores them in a version‑controlled database, and automatically generates comprehensive functional, boundary, and exception test cases, exportable as Excel, Markdown, or JSON, boosting efficiency for developers, testers, and analysts.

AIAutomated TestingStreamlit
0 likes · 8 min read
AI-Driven Autogen_demo: Simplify Requirement Analysis & Test Case Creation
Continuous Delivery 2.0
Continuous Delivery 2.0
Jun 11, 2025 · Operations

10 Proven Strategies to Supercharge Your Automated Testing Efficiency

This article presents ten actionable recommendations—including using layered abstractions, prioritizing testability, running tests frequently in CI, adhering to the test pyramid, adopting Page Object and BDD patterns, understanding AI, selecting appropriate tools, and investing in training—to dramatically improve the effectiveness and maintainability of automated testing in software projects.

Automated TestingBDDCI
0 likes · 6 min read
10 Proven Strategies to Supercharge Your Automated Testing Efficiency
DeWu Technology
DeWu Technology
Jun 9, 2025 · Frontend Development

How Frontend Automated Testing Can Supercharge R&D Efficiency and Quality

This article examines the current low self‑testing rates in the frontend team, explains why automated quality‑assurance techniques like code coverage and E2E testing are essential, outlines a comprehensive technical and operational plan—including tooling, rollout, metrics, and future road‑maps—to boost R&D self‑testing ratios and overall delivery quality.

Automated TestingR&D efficiencycode coverage
0 likes · 23 min read
How Frontend Automated Testing Can Supercharge R&D Efficiency and Quality
Youzan Coder
Youzan Coder
May 30, 2025 · Artificial Intelligence

AI‑Driven Automated Testing System: Architecture, Workflow, and Benefits

The article introduces an AI‑driven automated testing system that streamlines code self‑testing, improves impact assessment, and generates comprehensive test reports, detailing its modular architecture, workflow, AI test engine, and future enhancements such as UI simulation and AI‑generated unit tests.

AIAI testingAutomated Testing
0 likes · 9 min read
AI‑Driven Automated Testing System: Architecture, Workflow, and Benefits
FunTester
FunTester
Mar 17, 2025 · Industry Insights

Mastering Automated Testing: Proven Practices to Boost Efficiency

This article outlines essential automated testing best practices—including clear planning, tool selection, script maintenance, data‑driven approaches, independent test cases, parallel execution, version control, and CI/CD integration—to help teams increase coverage, speed, and software quality.

Automated TestingData-drivenTool Selection
0 likes · 12 min read
Mastering Automated Testing: Proven Practices to Boost Efficiency
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Mar 14, 2025 · Backend Development

Unlock Faster Automated Testing with a Powerful JSON Assertion Engine

This article explores the design and implementation of a high‑performance JSON assertion engine for automated testing, detailing its architecture, rule system, core comparison algorithms, visualization features, configuration options, and future enhancements, while providing code examples and performance insights.

Automated TestingJSONassertion
0 likes · 14 min read
Unlock Faster Automated Testing with a Powerful JSON Assertion Engine
DeWu Technology
DeWu Technology
Oct 23, 2024 · Backend Development

Automated Traffic Rule Inspection with Flow Replay Platform

The Flow Replay Platform automates traffic‑rule inspection by recording traffic from all environments, letting engineers define jsonPath‑based interface rules that continuously validate pre‑release and production traffic, instantly alerting anomalies, reducing false positives, accelerating release verification, and cutting manual testing effort, as demonstrated by discovered coupon‑related bugs.

Automated TestingBackendmonitoring
0 likes · 9 min read
Automated Traffic Rule Inspection with Flow Replay Platform
Test Development Learning Exchange
Test Development Learning Exchange
Sep 28, 2024 · Backend Development

Building a Python‑MySQL Automated Test Framework with Dependency and Parameterization Support

This guide demonstrates how to build a Python‑based automated testing framework that reads test cases from a MySQL database, sends HTTP requests, manages case dependencies and parameterization, and records responses, providing a modular structure with database, executor, and main components.

Automated TestingBackenddependency handling
0 likes · 6 min read
Building a Python‑MySQL Automated Test Framework with Dependency and Parameterization Support
Software Development Quality
Software Development Quality
Aug 13, 2024 · R&D Management

Top 11 Challenges When Automating Tests in Financial Systems—and How to Overcome Them

Implementing automated testing in financial systems faces numerous hurdles such as technical complexity, frequent requirement changes, unstable environments, compatibility issues, data sensitivity, script maintainability, skill gaps, limited resources, cross‑team collaboration, tool limitations, and strict security and compliance demands.

Automated Testingfinancial systemssoftware testing challenges
0 likes · 4 min read
Top 11 Challenges When Automating Tests in Financial Systems—and How to Overcome Them
Software Development Quality
Software Development Quality
Aug 7, 2024 · Fundamentals

Why Automated Testing Frameworks Are Essential for Faster, Reliable Software Delivery

This article outlines the key benefits of automated testing frameworks, details a step‑by‑step design process, provides a practical Python‑Selenium example, and showcases real‑world applications in e‑commerce, mobile, and financial systems, illustrating how such frameworks accelerate development and improve software quality.

Automated TestingPythonSoftware quality
0 likes · 8 min read
Why Automated Testing Frameworks Are Essential for Faster, Reliable Software Delivery
37 Interactive Technology Team
37 Interactive Technology Team
Jul 29, 2024 · Artificial Intelligence

AI-Generated Unit Test Cases: A Reflection-Based Workflow for Automated Testing

The article describes a reflection‑based workflow that lets an AI iteratively generate, validate, and refine Go unit tests until 70 %+ code coverage is reached, using coverage‑out parsing, role‑based prompts, and automatic error correction, enabling fully autonomous test creation that can be integrated into CI pipelines to dramatically improve developer productivity.

AI testingAutomated TestingCI integration
0 likes · 7 min read
AI-Generated Unit Test Cases: A Reflection-Based Workflow for Automated Testing
vivo Internet Technology
vivo Internet Technology
Jun 26, 2024 · R&D Management

Vivo Engineering Efficiency Team: VCR Platform Development and Code Review Plugin Implementation

The article describes Vivo's Engineering Efficiency team's VCR platform, built on GitLab and Gerrit, detailing the design and implementation of code‑review plugins, challenges faced, architectural integration, customization techniques, and future directions toward automated and AI‑enhanced code review.

Automated TestingCode reviewEngineering Efficiency
0 likes · 15 min read
Vivo Engineering Efficiency Team: VCR Platform Development and Code Review Plugin Implementation
Youzan Coder
Youzan Coder
Jun 21, 2024 · Frontend Development

Visual Regression Testing: Page Comparison Tool Implementation at YouZan

YouZan implemented a BackstopJS‑based visual regression testing platform that automatically compares pre‑release and production pages, managing cases, scenarios, tags and selectors, which now runs over 1,000 tests, saves roughly 300 person‑days per year, has uncovered more than 100 e‑commerce issues, and is being extended to mini‑programs, React/Vue component checks, and traffic‑playback UI monitoring.

Automated TestingBackstopJSe2e testing
0 likes · 12 min read
Visual Regression Testing: Page Comparison Tool Implementation at YouZan
phodal
phodal
May 31, 2024 · Artificial Intelligence

From Chat to Auto‑Execution: How AutoDev Reinvents AI‑Powered Development

This article examines the open‑source AutoDev AI‑driven programming tool, outlining its three maturity stages—from chat‑based assistance to fully automated generation, verification, and execution—and detailing new features such as automatic refactoring, API test execution, bulk test creation, and batch prompting to improve developer productivity.

AI coding toolsAutoDevAutomated Testing
0 likes · 8 min read
From Chat to Auto‑Execution: How AutoDev Reinvents AI‑Powered Development
Ele.me Technology
Ele.me Technology
May 28, 2024 · Operations

Automated Mock for E2E Testing: Design and Implementation of Unmanned MOCK

Unmanned MOCK automatically generates intelligent, context‑aware mock responses for downstream services in end‑to‑end tests by collecting sub‑call data, extracting knowledge, and applying dynamic rules, so failures in downstream systems are isolated, raising test success rates toward near‑100 % without manual mock configuration.

Automated Testinge2eservice isolation
0 likes · 12 min read
Automated Mock for E2E Testing: Design and Implementation of Unmanned MOCK
Ctrip Technology
Ctrip Technology
Apr 17, 2024 · Backend Development

AREX: Ctrip’s Open‑Source Traffic Recording and Replay Platform – Architecture, Challenges, and Best Practices

The article introduces AREX, Ctrip’s open‑source traffic recording and replay platform, detailing its background, design decisions, technical challenges such as cross‑thread collection and non‑idempotent interfaces, deployment strategies, best‑practice integration with CI/CD pipelines, and the measurable benefits achieved across thousands of applications.

Automated TestingJava Agentci/cd
0 likes · 14 min read
AREX: Ctrip’s Open‑Source Traffic Recording and Replay Platform – Architecture, Challenges, and Best Practices
Huolala Tech
Huolala Tech
Feb 28, 2024 · Operations

How Huolala Created an Intelligent Automated Testing System to Raise Coverage & Cut Regression Costs

Facing rapid business expansion, Huolala’s quality assurance team tackled redundant code, high regression costs, and lack of coverage metrics by designing an intelligent automated testing framework that analyzes effective code, provides smart test case recommendations, visualizes progress, and integrates monitoring, resulting in significant coverage improvements and efficiency gains across services.

Automated TestingJaCoCoJava
0 likes · 25 min read
How Huolala Created an Intelligent Automated Testing System to Raise Coverage & Cut Regression Costs
Test Development Learning Exchange
Test Development Learning Exchange
Dec 20, 2023 · Backend Development

Advanced @betamax.use_cassette Techniques for Automated Testing

This article explains why recording and replaying HTTP interactions with Betamax is essential for automated testing, outlines its benefits such as consistency, efficiency, error reduction, regression support, and provides multiple advanced code examples for custom recording modes, request filtering, cassette control, context‑manager usage, and handling dynamic content.

Automated TestingBetamaxCassette
0 likes · 10 min read
Advanced @betamax.use_cassette Techniques for Automated Testing
Advanced AI Application Practice
Advanced AI Application Practice
Dec 12, 2023 · Operations

Ensuring Production Environment Quality Through Online Automated Inspection

The article explains how to implement online automated inspection in production environments, detailing its definition, step‑by‑step rollout, key scenario selection, task creation, rule validation, execution controls, fault response, and post‑inspection review to maintain system quality and reduce risk.

Automated TestingDevOpsfault response
0 likes · 6 min read
Ensuring Production Environment Quality Through Online Automated Inspection
Test Development Learning Exchange
Test Development Learning Exchange
Dec 10, 2023 · Backend Development

Online Traffic Replay in Python Automated Testing: Log Parsing, MySQL Storage, and Local Request Data Management

This article explains how to implement online traffic replay for Python automated testing by parsing logs, storing request data in a local MySQL database, analyzing user information with data‑analysis libraries, and locally persisting URL, method, headers, and body details using JSON files, complete with sample code.

Automated TestingPythondata analysis
0 likes · 5 min read
Online Traffic Replay in Python Automated Testing: Log Parsing, MySQL Storage, and Local Request Data Management
ITPUB
ITPUB
Oct 3, 2023 · Backend Development

How to Build a 100% Test‑Coverage Automated Backend Testing System

This article presents a self‑developed automated testing platform for backend services that achieves full test‑case coverage with low maintenance cost by unifying HTTP and RPC access, introducing a parameter‑pool, integrating JSON Schema and JSONPath validation, and leveraging traffic‑driven test‑case generation and scheduling.

Automated TestingBackendJSON Schema
0 likes · 23 min read
How to Build a 100% Test‑Coverage Automated Backend Testing System
Test Development Learning Exchange
Test Development Learning Exchange
Sep 27, 2023 · Fundamentals

Designing a Scalable Python Automated Testing Architecture: Strategies, Best Practices, and Sample Implementation

This article outlines key principles and best practices for designing a scalable Python automated testing architecture, covering test strategy definition, framework selection, modular and keyword‑driven design, test data management, error handling, reporting, CI integration, and provides a complete example implementation.

Automated TestingCode ExamplePython
0 likes · 9 min read
Designing a Scalable Python Automated Testing Architecture: Strategies, Best Practices, and Sample Implementation
政采云技术
政采云技术
Aug 17, 2023 · Backend Development

Traffic‑Based Quality Assurance Framework for Elasticsearch Search Service

This article presents a traffic‑driven quality assurance framework for an Elasticsearch‑based search service, detailing active and inactive code protection strategies, automated scenario generation from Dubbo logs, template fingerprinting, de‑duplication, expected result pools, and validation rules to ensure comprehensive test coverage and reliable regression.

Automated TestingElasticsearchSearch
0 likes · 13 min read
Traffic‑Based Quality Assurance Framework for Elasticsearch Search Service
Qunar Tech Salon
Qunar Tech Salon
Aug 15, 2023 · Operations

Full-Process Automated Testing Platform for Airline Ticket System: Design, Implementation, and Operations

This article describes the design, implementation, and operational management of a full‑process automated testing platform for airline ticket systems, covering background analysis, goals, measurement metrics, platform architecture, case handling, result verification, quality gates, and future improvement plans to enhance system stability and quality.

Automated TestingQAcase management
0 likes · 13 min read
Full-Process Automated Testing Platform for Airline Ticket System: Design, Implementation, and Operations
Ximalaya Technology Team
Ximalaya Technology Team
Aug 15, 2023 · Operations

How Scenario‑Based Automated Testing Boosted Efficiency for a Fast‑Growing Audio Platform

This article details how a rapidly expanding audio service built a lightweight, modular testing framework called FAST, defined core scenario‑based testing concepts, and implemented an automated pipeline that reduced manual effort, cut costs, and improved release quality across multiple teams.

Automated TestingScenario TestingSoftware Operations
0 likes · 7 min read
How Scenario‑Based Automated Testing Boosted Efficiency for a Fast‑Growing Audio Platform
Tencent Cloud Developer
Tencent Cloud Developer
Aug 10, 2023 · Artificial Intelligence

Can GitHub Copilot Chat Boost Your Coding Efficiency? A Hands‑On Review

This article evaluates the new Copilot Chat feature in VS Code 1.80, showing how to install it, use its slash commands for code explanation, bug fixing, test generation, and project scaffolding, while highlighting its strengths, current limitations, and practical impact on developer productivity.

AI coding assistantAutomated TestingGitHub Copilot
0 likes · 6 min read
Can GitHub Copilot Chat Boost Your Coding Efficiency? A Hands‑On Review
DeWu Technology
DeWu Technology
Jul 26, 2023 · Backend Development

JSONCompareUtils: Full JSON Comparison Component for Automated Testing

JSONCompareUtils, a full‑JSON comparison component added to the Artemis framework, lets automated tests recursively compare large JSON responses via a Maven‑provided library with Java and Python wrappers, streamlining service‑splitting, BC‑traffic, and cross‑environment validation while dramatically cutting manual verification effort and speeding regression testing.

API comparisonAutomated TestingComponent
0 likes · 9 min read
JSONCompareUtils: Full JSON Comparison Component for Automated Testing
High Availability Architecture
High Availability Architecture
Jun 26, 2023 · Backend Development

Design and Implementation of an Automated Backend Interface Testing System

This article presents a comprehensive backend automated testing framework that unifies HTTP and RPC access, introduces a parameter‑pool concept, leverages JSON Schema and JSONPath for validation, and outlines coverage metrics, test case generation, discovery, and continuous improvement to achieve near‑100% API test coverage.

API testingAutomated TestingBackend
0 likes · 21 min read
Design and Implementation of an Automated Backend Interface Testing System
FunTester
FunTester
Jun 24, 2023 · Backend Development

How to Build a 100% Coverage Automated Backend Testing System

This article details the design and implementation of a self‑built automated testing platform for backend services that achieves near‑full test‑case coverage by unifying HTTP/RPC access, introducing a parameter‑pool, leveraging JSON Schema and JSONPath, and automating case generation and promotion.

Automated TestingBackend testingHTTP
0 likes · 24 min read
How to Build a 100% Coverage Automated Backend Testing System
Tencent Cloud Developer
Tencent Cloud Developer
Jun 19, 2023 · Backend Development

Design and Implementation of an Automated Backend Interface Testing System

The article presents a language‑agnostic, low‑maintenance automated backend interface testing system that unifies HTTP and RPC calls, uses a parameter pool, JSON Schema and JSONPath for assertions, generates test cases from live traffic, measures coverage, and continuously updates suites to achieve near‑full coverage.

Automated TestingJSON SchemaJsonPath
0 likes · 22 min read
Design and Implementation of an Automated Backend Interface Testing System
Qunar Tech Salon
Qunar Tech Salon
Jun 2, 2023 · Backend Development

Traffic Recording and Replay at Qunar: Architecture, Practice, and Impact on Interface Automation Testing and Full‑Link Stress Testing

This article describes Qunar's use of traffic recording and replay technology for fault isolation, performance optimization, and upgrade migration, detailing the evolution of their Java‑based agents, the end‑to‑end testing workflow, full‑link stress‑test integration, and the measurable business and performance outcomes.

Automated TestingJava AgentQunar
0 likes · 15 min read
Traffic Recording and Replay at Qunar: Architecture, Practice, and Impact on Interface Automation Testing and Full‑Link Stress Testing
Ziru Technology
Ziru Technology
May 9, 2023 · Big Data

Boost Data Reliability: Automated Testing for Big Data Metrics

This article analyzes how 33% of data‑center defects stem from big‑data scheduling errors and proposes an automated testing system that monitors data metric integrity, accuracy, and timeliness through interface automation, visual dashboards, alert bots, and a custom ORM framework to dramatically improve ROI.

Automated TestingORMROI
0 likes · 7 min read
Boost Data Reliability: Automated Testing for Big Data Metrics
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Apr 21, 2023 · Game Development

Improving Automated Test Coverage for MMORPG Functional Modules: Classification, Strategies, and Framework Optimization

This article analyzes the challenges of automating test coverage for a large‑scale MMORPG by classifying representative functional modules, outlining targeted testing strategies for different module characteristics, and proposing framework and script‑library optimizations to efficiently increase coverage and maintainability.

Automated TestingGame Developmentframework optimization
0 likes · 10 min read
Improving Automated Test Coverage for MMORPG Functional Modules: Classification, Strategies, and Framework Optimization
vivo Internet Technology
vivo Internet Technology
Apr 5, 2023 · Backend Development

Moonbox: An Open‑Source Flow Recording and Replay Platform for Automated Testing

Moonbox is an open‑source, JVM‑Sandbox‑based platform that records and replays traffic to generate automated regression tests, offering visual management, rich plugins, multiple deployment options, high performance and safety features, and aims to simplify testing for developers while fostering community contributions.

Automated TestingBackendjvm-sandbox
0 likes · 11 min read
Moonbox: An Open‑Source Flow Recording and Replay Platform for Automated Testing
macrozheng
macrozheng
Feb 9, 2023 · Backend Development

Auto‑Generate Spring API Docs in IDEA with Apifox Helper Plugin

Learn how to install and configure the Apifox Helper plugin in IntelliJ IDEA to automatically generate, sync, and debug Java Spring API documentation, offering a zero‑intrusion alternative to Swagger with built‑in mock and testing features.

API documentationApifoxAutomated Testing
0 likes · 8 min read
Auto‑Generate Spring API Docs in IDEA with Apifox Helper Plugin
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
Baidu Geek Talk
Baidu Geek Talk
Dec 20, 2022 · Industry Insights

How AI‑Powered Fault Localization Transforms Automated Testing at Scale

This article explores Baidu's intelligent testing practices, covering spectrum‑based root‑cause localization, error‑code driven build‑system diagnostics, revenue‑change stop‑loss decision workflows, and search UI case‑level tracing, illustrating how data, algorithms, and engineering combine to reduce manual effort and accelerate issue resolution.

Automated TestingFault LocalizationOperations
0 likes · 10 min read
How AI‑Powered Fault Localization Transforms Automated Testing at Scale
JD Retail Technology
JD Retail Technology
Oct 18, 2022 · Artificial Intelligence

Intelligent UI Traversal and Automated Testing for JD Mobile Apps and Mini‑Programs

The article describes JD's AI‑driven UI traversal framework that combines traditional view‑tree dumping, image‑based segmentation, OCR and YOLO detection to automatically explore, assert and handle dynamic elements across Android, iOS, H5 and mini‑programs, improving testing efficiency and reducing production incidents.

Automated TestingImage ProcessingUI traversal
0 likes · 12 min read
Intelligent UI Traversal and Automated Testing for JD Mobile Apps and Mini‑Programs
FunTester
FunTester
Oct 10, 2022 · Operations

From Manual Testing to Automated Testing: Key Considerations and Benefits

The article explains why shifting from manual to automated testing is essential in fast‑changing agile environments, outlines common migration challenges, and details the advantages such as faster testing, cost reduction, improved reliability, and stronger CI/CD integration.

Automated TestingDevOpsQA
0 likes · 11 min read
From Manual Testing to Automated Testing: Key Considerations and Benefits
Meituan Technology Team
Meituan Technology Team
Sep 15, 2022 · Mobile Development

Automated Testing Exploration and Practice in Meituan Waimai: Introducing the AlphaTest Platform

To cope with Meituan Waimai’s exploding test case volume and diverse technology stacks, the AlphaTest platform was built to provide zero‑learning‑cost, low‑maintenance automated testing that records, simulates environments, uses multi‑modal element locating, cross‑App playback, and AI‑driven image assertions, now covering 70 % of regression cases across native, Mach, React Native, mini‑program and H5.

AlphaTestAutomated TestingMeituan
0 likes · 30 min read
Automated Testing Exploration and Practice in Meituan Waimai: Introducing the AlphaTest Platform
Tencent Cloud Developer
Tencent Cloud Developer
Sep 1, 2022 · Backend Development

Exploring Go 1.18's Major New Features: Generics, Fuzzing, and Workspaces

Exploring Go 1.18, the article walks readers through its three flagship additions—generics, fuzzing, and workspaces—detailing installation, underlying implementation concepts, practical code examples, and how each feature enhances type safety, automated testing, and multi‑module dependency management for modern backend development.

Automated TestingBackend DevelopmentGenerics
0 likes · 22 min read
Exploring Go 1.18's Major New Features: Generics, Fuzzing, and Workspaces
ByteDance Terminal Technology
ByteDance Terminal Technology
Sep 1, 2022 · Artificial Intelligence

Hybrid Computer Vision and Deep Learning for Automated UI Background Color Extraction and Assertion

This article presents a hybrid pipeline combining traditional computer vision techniques and deep learning models to automatically extract and verify text background colors in UI automation screenshots, effectively addressing challenges like limited training data and complex borders to significantly reduce manual inspection costs while achieving high accuracy and robustness in production environments.

Automated TestingComputer VisionDeep Learning
0 likes · 10 min read
Hybrid Computer Vision and Deep Learning for Automated UI Background Color Extraction and Assertion
FunTester
FunTester
Aug 6, 2022 · Operations

Understanding Automated Testing Frameworks and Their Application in Real‑Time Video SDKs

This article introduces the concept and benefits of automated testing frameworks, outlines popular framework types such as module‑based, data‑driven, keyword‑driven, black‑box hybrid and behavior‑driven, and explains how they are integrated with CI clusters, data platforms, and objective reporting to improve real‑time video SDK testing efficiency and reliability.

Automated TestingData-drivenTesting framework
0 likes · 9 min read
Understanding Automated Testing Frameworks and Their Application in Real‑Time Video SDKs
Bilibili Tech
Bilibili Tech
Jul 26, 2022 · Operations

Full-Link Pressure Testing Automation Practice for Bilibili's Live Streaming Gifting Business

Bilibili automated full‑link pressure testing for its high‑traffic live‑stream gifting service by adopting traffic co‑location with storage isolation, creating shadow tables, keys and topics, and building a three‑phase, three‑layer framework that analyses links, confirms configurations, and verifies end‑to‑end behavior across all services.

Automated TestingBilibiliPerformance Testing
0 likes · 14 min read
Full-Link Pressure Testing Automation Practice for Bilibili's Live Streaming Gifting Business
DevOps
DevOps
Jul 19, 2022 · R&D Management

Quality Assurance Strategies for Technical Improvement Projects

The article outlines comprehensive quality‑assurance approaches for technical improvement projects—such as large‑scale refactoring, architecture upgrades, and migrations—by emphasizing risk‑driven planning, automated testing, business‑centric reviews, non‑functional requirement validation, and continuous knowledge sharing.

Automated TestingNon-functional RequirementsR&D management
0 likes · 11 min read
Quality Assurance Strategies for Technical Improvement Projects

Data Indicator Testing Platform and Quality Assurance

The article presents an Indicator Testing Platform that automates metric validation—covering timeliness, completeness, accuracy, and consistency—through model‑level comparison, regression, online monitoring, and TDD‑style testing, dramatically reducing manual effort and enabling rapid detection and correction of data quality issues across thousands of business indicators.

Automated TestingData PlatformData Quality
0 likes · 10 min read
Data Indicator Testing Platform and Quality Assurance
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
SQB Blog
SQB Blog
May 28, 2022 · Backend Development

Scaling Automated API Testing for Millions of Microservices

This article outlines the background, testing strategy, and practical implementation of automated API testing within a large-scale microservice environment, detailing the shift from traditional test pyramids to a honeycomb model, technology choices, test case design, mock servers, platform management, and measures to prevent test suite decay.

API testingAutomated TestingPython
0 likes · 18 min read
Scaling Automated API Testing for Millions of Microservices
Baidu Geek Talk
Baidu Geek Talk
May 5, 2022 · Industry Insights

How Baidu Scales Intelligent Testing: From AST Unit Tests to GUI Action Generation

This article reveals Baidu's end‑to‑end intelligent testing pipeline, detailing AST‑driven unit test creation, automated interface test generation, visual UI interaction case synthesis, smart GUI action set production, and front‑end assertion automation, along with the techniques and results achieved.

ASTAutomated TestingBaidu
0 likes · 11 min read
How Baidu Scales Intelligent Testing: From AST Unit Tests to GUI Action Generation
Kuaishou Large Model
Kuaishou Large Model
Apr 29, 2022 · Backend Development

How Kuaishou Automates AR Effect Quality with a Scalable Detection Service

Kuaishou's Y‑tech team built an automated detection platform that statically analyzes effect assets, dynamically renders them on a server, and runs real‑device performance tests, using a task queue, Kafka and RMQ to ensure high‑quality AR effects across multiple products.

AR effectsAutomated TestingPerformance Testing
0 likes · 7 min read
How Kuaishou Automates AR Effect Quality with a Scalable Detection Service
Continuous Delivery 2.0
Continuous Delivery 2.0
Mar 23, 2022 · Operations

Why CTOs Must Pay Attention to Unstable Automated Tests: Lessons from Aviation and Google

The article draws parallels between pilots ignoring cockpit alarms and engineers overlooking flaky automated test failures, explains why unstable tests threaten software quality, presents data from Boeing 737 incidents and Google's testing practices, and outlines mitigation strategies for CTOs to improve reliability.

Automated TestingCTOGoogle
0 likes · 10 min read
Why CTOs Must Pay Attention to Unstable Automated Tests: Lessons from Aviation and Google
FunTester
FunTester
Mar 20, 2022 · Fundamentals

Why Your Selenium Tests Fail: Common Pitfalls and How to Fix Them

This article walks through three frequent Selenium‑Python automation problems—missing test discovery due to method naming, incorrect URLs that break page data loading, and element‑location failures after window switches—explaining their causes and step‑by‑step solutions.

Automated TestingDebuggingPython
0 likes · 7 min read
Why Your Selenium Tests Fail: Common Pitfalls and How to Fix Them
Airbnb Technology Team
Airbnb Technology Team
Mar 17, 2022 · Mobile Development

Automated Test Generation and CI Configuration for Airbnb Android

The final Airbnb Android testing article explains how a Kotlin script automatically generates JUnit tests for every MvRx Fragment, integrates them into a Buildkite CI pipeline that runs only changed fragment tests, shards execution with Flank, reports visual regressions via Happo, aggregates JaCoCo coverage, and posts detailed PR comments, while outlining future enhancements such as deep‑link, end‑to‑end, performance, and R8 testing.

AndroidAutomated TestingCI
0 likes · 16 min read
Automated Test Generation and CI Configuration for Airbnb Android
ByteDance SE Lab
ByteDance SE Lab
Mar 10, 2022 · Mobile Development

How Fastbot Boosts iOS App Stability with AI‑Driven Automated Testing

Fastbot, a collaborative AI‑powered testing service from ByteDance’s Quality Lab and GIP iOS platform team, overcomes TestFlight limits by using machine learning and reinforcement learning to automate stability testing, improve code coverage, detect accessibility issues, and streamline result consumption for faster app releases.

Automated TestingaccessibilityiOS testing
0 likes · 15 min read
How Fastbot Boosts iOS App Stability with AI‑Driven Automated Testing
转转QA
转转QA
Mar 10, 2022 · Backend Development

Automated Post‑Deployment Interface Testing Using TestNG, Spring and MQ Integration

The article describes a solution that automatically triggers interface test cases after a service deployment by listening to deployment‑success MQ messages, dynamically invoking TestNG with service‑specific IPs, and integrating Spring bean registration to simplify test code while handling dynamic nodes, reporting, and common pitfalls.

Automated TestingBeanFactoryJava
0 likes · 11 min read
Automated Post‑Deployment Interface Testing Using TestNG, Spring and MQ Integration
Airbnb Technology Team
Airbnb Technology Team
Jan 27, 2022 · Mobile Development

Architecture of Airbnb's Automated Testing Framework (Part 5)

Part 5 of Airbnb’s Android testing series details the custom IntegrationTestActivity architecture that drives fragment‑based screenshots and interactions, explains how idle state is detected by polling Looper queues, and describes a global exception handler that adds contextual test information to aid rapid debugging.

AndroidAutomated TestingError Handling
0 likes · 13 min read
Architecture of Airbnb's Automated Testing Framework (Part 5)
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Dec 31, 2021 · Game Development

Automated Test Case Script Writing and Framework Applications in Game Development

This article explains how to write automated test case scripts for game development, distinguishing good and bad test cases, detailing script language selection, state‑machine based Lua examples, timer usage, AI‑driven testing, performance and version checks, and best practices for maintainable, reliable automation.

AIAutomated TestingPerformance Testing
0 likes · 24 min read
Automated Test Case Script Writing and Framework Applications in Game Development
DeWu Technology
DeWu Technology
Dec 24, 2021 · Backend Development

Design and Implementation of a Traffic Recording and Replay Platform at Dewu

Dewu built a traffic recording and replay platform that captures fine‑grained, interface‑level Java traffic, stores it in Elasticsearch, and replays it via a Spring Boot‑controlled sandbox, enabling low‑cost, high‑fidelity regression testing, automated case classification, and early bug detection across multiple domains.

Automated TestingBackend EngineeringSoftware Testing
0 likes · 14 min read
Design and Implementation of a Traffic Recording and Replay Platform at Dewu
Airbnb Technology Team
Airbnb Technology Team
Nov 25, 2021 · Mobile Development

How Airbnb Automates Android Interaction Testing with JSON Diff

Airbnb’s Android team built an automated interaction testing system that traverses view hierarchies, records click actions and resulting state changes into JSON snapshots, enabling diff-based verification of UI behavior without writing traditional Espresso tests, and integrates with Happo for CI reporting.

AndroidAutomated TestingEspresso
0 likes · 18 min read
How Airbnb Automates Android Interaction Testing with JSON Diff
Alibaba Terminal Technology
Alibaba Terminal Technology
Nov 15, 2021 · Artificial Intelligence

How AI Powers Smart Home Workouts on Mobile: Alibaba Sports’ Pose‑Tracking

Alibaba Sports’ AI-powered smart workout system transforms a simple smartphone and a few square meters of space into an interactive home fitness solution, using MNN‑based pose estimation to recognize and correct dozens of exercises, while addressing challenges like accuracy, performance, and automated testing.

AIAutomated TestingComputer Vision
0 likes · 11 min read
How AI Powers Smart Home Workouts on Mobile: Alibaba Sports’ Pose‑Tracking
iQIYI Technical Product Team
iQIYI Technical Product Team
Aug 20, 2021 · Industry Insights

How Leading Tech Companies Tackle Precise Automated Testing and Visual AI Evaluation

This article compiles the Q&A from iTech Talk 17, where experts from iQIYI, Meituan, Tencent, and ZhaiZhai share practical solutions for precise automated testing, intelligent test instrumentation, APP diff automation, and visual AI evaluation, revealing real‑world challenges, implementation details, and measurable benefits across large‑scale production environments.

Automated TestingSoftware Testingindustry insights
0 likes · 18 min read
How Leading Tech Companies Tackle Precise Automated Testing and Visual AI Evaluation
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 15, 2021 · Artificial Intelligence

How Alibaba Sports Built AI‑Powered Home Exercise with Real‑Time Pose Detection

This article explains how Alibaba Sports created an AI‑driven home‑exercise solution that uses on‑device pose estimation, describes the underlying MNN inference engine, outlines challenges such as accuracy, performance and testing, and shares the business impact of supporting dozens of workout motions.

AIAutomated TestingMNN engine
0 likes · 11 min read
How Alibaba Sports Built AI‑Powered Home Exercise with Real‑Time Pose Detection
Xianyu Technology
Xianyu Technology
Jul 6, 2021 · Backend Development

Automated Testing Strategies for Complex Transaction Systems at Xianyu

Xianyu tackled the high‑cost manual testing of its multi‑scenario transaction platform by implementing JVM‑sandbox traffic‑recording tools (Doom/Blizzard and Phoenix) for interface‑level replay, service‑oriented link testing, and shadow‑DB isolation, enabling automated end‑to‑end validation across dozens of applications and business modes.

Automated TestingMicroservicesflow recording
0 likes · 8 min read
Automated Testing Strategies for Complex Transaction Systems at Xianyu