转转QA
Author

转转QA

In the era of knowledge sharing, discover 转转QA from a new perspective.

204
Articles
0
Likes
714
Views
0
Comments
Recent Articles

Latest from 转转QA

100 recent articles max
转转QA
转转QA
May 28, 2026 · Operations

How AI Is Redefining QA: Lessons from an On‑Site Recycling Team

In the AI coding era, traditional test‑after‑code practices cause missed bugs, so a recycling‑service QA team adopts intent‑driven testing, business‑view AI code review, and risk‑focused automation to transform testers into AI‑assisted quality strategists.

AI code reviewAI testingQA automation
0 likes · 10 min read
How AI Is Redefining QA: Lessons from an On‑Site Recycling Team
转转QA
转转QA
Jan 5, 2026 · Operations

Achieve Zero‑Downtime Deployments with Jenkins and Docker: A Complete CI/CD Blueprint

This article presents a fully automated, zero‑downtime deployment solution that integrates Jenkins pipelines with a set of shell scripts to handle code checkout, image building, seamless container switching, health checks, rollback, disk monitoring, and resource cleanup, providing a reliable end‑to‑end workflow for fast and stable releases.

CI/CDDockerJenkins
0 likes · 14 min read
Achieve Zero‑Downtime Deployments with Jenkins and Docker: A Complete CI/CD Blueprint
转转QA
转转QA
Dec 18, 2025 · Operations

How a Lightweight Bot‑Powered Tool Eliminates Manual To‑Do Lists in Test Projects

This article explains how a ultra‑lightweight project‑management tool built with Feishu bots and Coze transforms manual, memory‑based to‑do lists into dynamic, rule‑driven workflows, detailing the problem, design principles, three‑layer architecture, implementation steps, and real‑world impact on testing teams.

BotCozeFeishu
0 likes · 11 min read
How a Lightweight Bot‑Powered Tool Eliminates Manual To‑Do Lists in Test Projects
转转QA
转转QA
Nov 18, 2025 · Operations

How to Seamlessly Upgrade SonarQube from V7 to V10.7 for JDK8‑JDK21 Support

This guide details a step‑by‑step, incremental upgrade of SonarQube from V7.9.6 LTS to V10.7 LTS, covering project background, upgrade value, challenges, strategy, technical implementation, JDK compatibility, plugin migration, multi‑JDK handling, authentication changes, reference‑branch feature, and post‑upgrade results with lessons learned.

JDK CompatibilityPlugin migrationReference Branch
0 likes · 20 min read
How to Seamlessly Upgrade SonarQube from V7 to V10.7 for JDK8‑JDK21 Support
转转QA
转转QA
Oct 31, 2025 · Operations

Boosting Service Quality with Intelligent Inspection, Notification, and Automation Engines

This article outlines the design and value of an automated service quality monitoring platform, detailing its core benefits—intelligent detection, automated execution, data‑driven decisions, and precise notifications—along with functional architecture, key modules, code examples, technical requirements, and practical recommendations.

AI monitoringBackendSoftware Architecture
0 likes · 10 min read
Boosting Service Quality with Intelligent Inspection, Notification, and Automation Engines
转转QA
转转QA
Sep 28, 2025 · Backend Development

Eliminate False JSON Diff Errors with an Intelligent Alignment Algorithm

This article explains how a smart, three‑layer JSON alignment algorithm automatically reorders and matches elements to remove false differences caused by array order, delivering high accuracy, low false‑positive rates, and strong performance for backend data comparison tasks.

BackendData AlignmentJSON
0 likes · 14 min read
Eliminate False JSON Diff Errors with an Intelligent Alignment Algorithm
转转QA
转转QA
Sep 11, 2025 · Operations

How to Turn QA Testing into a Proactive Defense System

This article explains how to make QA proactive by mastering pre‑release collective testing, daily monitoring of core interfaces, immersive online inspections, and a closed‑loop post‑incident review, turning routine checks into a powerful, collaborative quality shield.

Process ImprovementQApostmortem
0 likes · 11 min read
How to Turn QA Testing into a Proactive Defense System
转转QA
转转QA
Aug 29, 2025 · Frontend Development

How We Solved Large-Scale Call Graph Visualization with AntV G6

Facing performance and layout challenges when visualizing thousands of function call nodes, we iterated through Echarts, Ant Design Charts, and finally adopted AntV G6, achieving smooth interaction, automatic layout, and scalable coverage mapping for our link coverage tool.

antv-g6coveragegraph
0 likes · 12 min read
How We Solved Large-Scale Call Graph Visualization with AntV G6