Tagged articles

Software testing

715 articles · Page 2 of 8
FunTester
FunTester
Nov 3, 2025 · Fundamentals

Test Plan vs Test Strategy: When to Use Each for Effective Software Testing

This article explains the distinct roles of a Test Plan and a Test Strategy, highlighting how the former provides detailed, project‑specific execution guidance while the latter offers organization‑wide standards and long‑term direction, and shows how combining both ensures stable and scalable testing.

Quality AssuranceSoftware testingTest Plan
0 likes · 9 min read
Test Plan vs Test Strategy: When to Use Each for Effective Software Testing
Advanced AI Application Practice
Advanced AI Application Practice
Nov 3, 2025 · Fundamentals

10 Core Challenges Faced by Non‑Coding Software Test Engineers

The article outlines ten typical problems that non‑coding software test engineers encounter across business understanding, technical tool usage, and cross‑team collaboration, illustrating each issue with concrete examples and offering practical ways to bridge capability gaps and avoid costly testing pitfalls.

QA fundamentalsSoftware testingTeam Collaboration
0 likes · 7 min read
10 Core Challenges Faced by Non‑Coding Software Test Engineers
Advanced AI Application Practice
Advanced AI Application Practice
Oct 30, 2025 · Operations

How Non‑Coding Test Engineers Can Master the Relationship Between CI/CD and DevOps

The article explains that CI/CD is a set of automation tools while DevOps is a collaborative culture, shows how they complement each other, and provides three practical actions—defining business scenarios for CI, syncing test‑environment needs with ops, and monitoring quality post‑deployment—for test engineers without coding skills.

AutomationCI/CDDevOps
0 likes · 8 min read
How Non‑Coding Test Engineers Can Master the Relationship Between CI/CD and DevOps
Advanced AI Application Practice
Advanced AI Application Practice
Oct 29, 2025 · Operations

How Test Engineers Without Coding Skills Can Master CI/CD Without Fear

This guide shows non‑coding test engineers how to understand CI (continuous integration) and CD (continuous deployment), why they’re not exclusive to developers, and three practical actions—business‑scenario requirement submission, targeted testing of generated builds, and rapid feedback—to turn CI/CD into an efficiency partner.

CI/CDContinuous DeploymentDevOps
0 likes · 14 min read
How Test Engineers Without Coding Skills Can Master CI/CD Without Fear
Advanced AI Application Practice
Advanced AI Application Practice
Oct 28, 2025 · Industry Insights

How Non‑Coding Test Engineers Can Break Through a Saturated Job Market

The article analyzes why basic functional testing roles are oversupplied, presents three concrete strategies—niche specialization, quantifiable value creation, and strategic networking—to stand out, and advises a rational career pivot when progress stalls, all backed by real‑world examples and hiring data.

NetworkingSoftware testingcareer development
0 likes · 9 min read
How Non‑Coding Test Engineers Can Break Through a Saturated Job Market
FunTester
FunTester
Oct 18, 2025 · Operations

How to Build a Reusable, Measurable Test Process Management System

Effective test process management transforms scattered testing activities into a systematic, measurable, and continuously improving framework, covering requirement analysis, planning, design, execution, defect handling, evaluation, and knowledge retention, ultimately boosting defect detection efficiency, shortening fix cycles, and ensuring stable, predictable product delivery.

Defect ManagementQuality AssuranceSoftware testing
0 likes · 11 min read
How to Build a Reusable, Measurable Test Process Management System
FunTester
FunTester
Oct 10, 2025 · Fundamentals

How to Build an Effective Test Strategy Document Step‑by‑Step

This guide outlines a step‑by‑step approach to creating a comprehensive test strategy document, covering project understanding, test requirement analysis, selection of test types and tools, documentation structure, stakeholder approval, and ongoing updates to ensure effective test coverage and product quality.

DocumentationQuality AssuranceSoftware testing
0 likes · 7 min read
How to Build an Effective Test Strategy Document Step‑by‑Step
Software Engineering 3.0 Era
Software Engineering 3.0 Era
Oct 9, 2025 · Artificial Intelligence

From Smart Testing to Autonomous Testing: Theory and Practice

The article examines the evolution from intelligent, assistant‑style testing to fully autonomous, LLM‑driven test agents, outlining four core capabilities, real‑world implementations across unit, API, and UI layers, and the technical pillars that enable self‑learning, self‑healing, and multi‑modal testing.

AI agentsKnowledge GraphLLM
0 likes · 11 min read
From Smart Testing to Autonomous Testing: Theory and Practice
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Sep 25, 2025 · Operations

Cut Regression Testing to Minutes with Lightweight Interception and Spock Tests

This article outlines how a team tackled long‑standing automation gaps in custom output modules and second‑party packages by introducing a lightweight interception verification system and a Groovy‑Spock data‑driven testing framework, achieving full‑coverage regression in minutes, reducing bug detection time, and boosting overall testing efficiency.

Backend testingGroovySoftware testing
0 likes · 9 min read
Cut Regression Testing to Minutes with Lightweight Interception and Spock Tests
FunTester
FunTester
Sep 23, 2025 · Fundamentals

How to Build an Effective Test Plan: A Step‑by‑Step Guide

A comprehensive test plan ensures software quality and project success by defining clear objectives, scope, methods, resources, standards, schedules, and deliverables, while promoting communication, early defect detection, automation, and efficient resource and environment management.

Quality AssuranceSoftware testingTest Plan
0 likes · 9 min read
How to Build an Effective Test Plan: A Step‑by‑Step Guide
FunTester
FunTester
Sep 15, 2025 · Artificial Intelligence

How AI is Transforming QA: From Automation to Intelligent Test Orchestration

AI is reshaping software quality assurance by augmenting testers with intelligent agents that automate test case creation, predict failures, and enable data‑driven analysis, while demanding new skills in data fluency, security, and cross‑team collaboration to stay competitive in the evolving testing landscape.

AIDevOpsQuality Assurance
0 likes · 8 min read
How AI is Transforming QA: From Automation to Intelligent Test Orchestration
FunTester
FunTester
Sep 6, 2025 · Operations

How to Accelerate Test Automation: 3 Proven Paths to Faster, Reliable Releases

This article outlines three practical automation strategies—shift‑left testing, focused UI automation, and CI/CD‑integrated test loops—illustrated with real‑world case studies that dramatically cut manual effort, reduce bugs, and shorten release cycles for modern software teams.

CI/CDQuality AssuranceSoftware testing
0 likes · 5 min read
How to Accelerate Test Automation: 3 Proven Paths to Faster, Reliable Releases
Test Development Learning Exchange
Test Development Learning Exchange
Sep 2, 2025 · Operations

How to Build a High‑Quality End‑to‑End Testing Process for Reliable Releases

This guide outlines a systematic, shift‑left testing strategy—from early requirement reviews and test‑case design to layered regression automation, rigorous execution, pre‑release quality assessment, and post‑release monitoring—enabling teams to act as effective quality gatekeepers and ensure stable software deliveries.

CI/CDQuality AssuranceSoftware testing
0 likes · 7 min read
How to Build a High‑Quality End‑to‑End Testing Process for Reliable Releases
FunTester
FunTester
Aug 27, 2025 · Fundamentals

How Test‑Driven Development Can Boost Code Quality and Team Collaboration

This article explores Test‑Driven Development (TDD) as a quality‑focused methodology, detailing its practical benefits, planning strategies, documentation support, team collaboration gains, and the challenges faced in fast‑paced, high‑change environments, while offering balanced advice for integrating TDD with traditional testing approaches.

Software EngineeringSoftware testingTDD
0 likes · 10 min read
How Test‑Driven Development Can Boost Code Quality and Team Collaboration
21CTO
21CTO
Aug 21, 2025 · Artificial Intelligence

How Generative AI Will Eliminate Manual Test Writing Forever

The article argues that generative AI will replace traditional record‑based test automation, dramatically boost productivity, expand coverage beyond human imagination, and force QA engineers to shift from script writing to AI‑driven strategy and supervision.

AI productivityQA transformationSoftware testing
0 likes · 9 min read
How Generative AI Will Eliminate Manual Test Writing Forever
JD Tech Talk
JD Tech Talk
Aug 20, 2025 · Artificial Intelligence

How Large AI Models Are Transforming Software Testing

This article explains what large AI models are, how they enhance capabilities across domains, and details their practical use in software testing—covering code review, automated test case generation, security and performance checks—while envisioning future impacts on manual testing efficiency.

AI in QALarge Language ModelsSoftware testing
0 likes · 4 min read
How Large AI Models Are Transforming Software Testing
FunTester
FunTester
Aug 16, 2025 · Artificial Intelligence

How AI Can Transform Software Testing: A Quadrant Guide

This article explains how artificial intelligence is transforming software testing by categorizing tasks into four quadrants based on AI's feasibility and impact, offering practical guidance on when to automate, when to assist, and when human expertise remains essential, along with key cautions and use‑case examples.

AI quadrantsAI testingAutomation
0 likes · 6 min read
How AI Can Transform Software Testing: A Quadrant Guide
Ctrip Technology
Ctrip Technology
Aug 14, 2025 · Artificial Intelligence

How Multimodal Large Models Can Auto-Generate UI Test Cases End‑to‑End

Leveraging multimodal large‑model AI, this article outlines a four‑stage evolution from text‑based UI element identification to fully autonomous, end‑to‑end generation of executable UI automation scripts, detailing system architecture, intelligent reasoning engine, and real‑world Ctrip hotel refund test case results.

Software testingUI automationmultimodal AI
0 likes · 17 min read
How Multimodal Large Models Can Auto-Generate UI Test Cases End‑to‑End
Software Engineering 3.0 Era
Software Engineering 3.0 Era
Jul 31, 2025 · Fundamentals

Generating a Software Testing Knowledge Graph with a Large Language Model

The article recounts a 2016 hand‑crafted software testing panorama, then shows how the Claude 4 Sonnet Think model can automatically produce several versions of a software testing knowledge graph, analyzes its entity hierarchy and relationships, critiques gaps, and outlines future plans to store the graph in a database for enhanced testing education.

Claude 4 SonnetKnowledge GraphSoftware testing
0 likes · 6 min read
Generating a Software Testing Knowledge Graph with a Large Language Model
FunTester
FunTester
Jul 29, 2025 · Artificial Intelligence

Why AI Hallucinations Happen and How Test Engineers Can Reset Conversations

AI-generated content can produce hallucinations—misleading or illogical answers—especially during lengthy testing dialogues, caused by context overload, limited training data, ambiguous prompts, and the model’s creative tendencies; resetting the conversation with a new session and proper handoff can dramatically improve accuracy and efficiency for software test engineers.

AI hallucinationLarge Language ModelsPrompt Engineering
0 likes · 10 min read
Why AI Hallucinations Happen and How Test Engineers Can Reset Conversations
21CTO
21CTO
Jul 24, 2025 · Artificial Intelligence

How AI and DevSecOps Will Transform Software Testing by 2025

The article outlines seven emerging software‑testing trends—including AI‑driven test case generation, shift‑left/right strategies, AI‑enhanced CI pipelines, security testing within DevSecOps, and cloud‑native testing—explaining how they will boost automation, reliability, and user‑centric quality for 2025 and beyond.

AI testingAutomationDevSecOps
0 likes · 8 min read
How AI and DevSecOps Will Transform Software Testing by 2025
AntTech
AntTech
Jul 16, 2025 · Artificial Intelligence

Can AI Auditors Match Human Experts? Inside RepoAudit’s LLM‑Powered Code Review

The EXPRESS Workshop at ISSTA 2025, hosted by Ant Group, featured a keynote by Purdue’s Prof. Zhang on an LLM‑driven “Human‑like AI Auditor” called RepoAudit, which demonstrated high‑accuracy automated code review, uncovering dozens of real bugs and hundreds of zero‑day vulnerabilities across major open‑source projects.

AILLMRepoAudit
0 likes · 6 min read
Can AI Auditors Match Human Experts? Inside RepoAudit’s LLM‑Powered Code Review
FunTester
FunTester
Jul 9, 2025 · Fundamentals

Why Test Automation Is the Key to Faster, Higher‑Quality Software Delivery

This article explains how test automation boosts efficiency, reliability, and speed in software development by eliminating repetitive manual tasks, improving test coverage, and enabling rapid feedback through continuous integration, while providing a practical five‑step roadmap and a Selenium code example.

Software testingcontinuous integrationpage object model
0 likes · 12 min read
Why Test Automation Is the Key to Faster, Higher‑Quality Software Delivery
FunTester
FunTester
Jul 7, 2025 · Artificial Intelligence

How to Build AI Intuition for Everyday Testing Tasks

The article explains what AI intuition is, why many overlook AI opportunities, and offers practical steps—starting with hands‑on use, integrating AI into daily testing work, and continuously refining your sense of AI’s capabilities—to boost efficiency and stay competitive.

AI adoptionAI intuitionAutomation
0 likes · 5 min read
How to Build AI Intuition for Everyday Testing Tasks
Software Engineering 3.0 Era
Software Engineering 3.0 Era
Jun 30, 2025 · Artificial Intelligence

How Large Language Models Are Revolutionizing Web UI Test Script Generation

This 2025 research report examines how large language models dramatically boost Web UI test script creation, cutting development time by 10‑20×, slashing maintenance effort by up to 80%, and reshaping testing teams, while also outlining recent academic breakthroughs, industry tools, and future challenges.

AI testingLLMPrompt Engineering
0 likes · 16 min read
How Large Language Models Are Revolutionizing Web UI Test Script Generation
Amap Tech
Amap Tech
Jun 17, 2025 · Artificial Intelligence

Building an AI-Powered Testing Ecosystem: From Core Principles to Automation

This article explores how a testing team can abstract core testing capabilities, construct a unified testing ecosystem, and integrate AI at strategic points—from data aggregation and automated analysis to knowledge‑base driven requirement enhancement and fully automated test case generation—ultimately turning quality assurance into a collaborative human‑AI partnership.

AIAutomationKnowledge Graph
0 likes · 37 min read
Building an AI-Powered Testing Ecosystem: From Core Principles to Automation
DevOps
DevOps
Jun 5, 2025 · Frontend Development

15 Top Visual Regression Testing Tools to Perfect Your UI

This guide reviews 15 visual testing tools—detailing their core features, pros, cons, pricing, and platform support—while offering a six‑point selection framework and answering common FAQs to help teams choose the right solution for reliable UI quality.

Software testingUI automationregression testing
0 likes · 12 min read
15 Top Visual Regression Testing Tools to Perfect Your UI
DeWu Technology
DeWu Technology
May 19, 2025 · Artificial Intelligence

AI-Powered Automated Test Case Generation: Design, Implementation, and Future Plans

This article presents a comprehensive AI-driven solution for automatically generating functional test cases, detailing the AI background, design scheme, core components such as PRD parsing, test‑point generation, test‑case creation, knowledge‑base construction, implementation results, and future development directions.

AIKnowledge BaseLLM
0 likes · 7 min read
AI-Powered Automated Test Case Generation: Design, Implementation, and Future Plans
FunTester
FunTester
May 6, 2025 · Fundamentals

Lessons Learned from a Multi‑Module Java/Node.js Project: Improving Communication, Testing Practices, and Pre‑Production Validation

The article recounts a seven‑module Java/Node.js project, analyzes root causes of pre‑production bugs such as insufficient manager communication, incomplete testing, functional defects, and missing test data, and proposes concrete improvements like better stakeholder dialogue, rigorous pre‑production verification, detailed requirement clarification, and comprehensive test case creation.

Quality AssuranceSoftware testingTest Case Design
0 likes · 7 min read
Lessons Learned from a Multi‑Module Java/Node.js Project: Improving Communication, Testing Practices, and Pre‑Production Validation
Test Development Learning Exchange
Test Development Learning Exchange
Apr 29, 2025 · Fundamentals

Shift-Left and Shift-Right Testing Strategies: Definitions, Advantages, and Applicable Scenarios

This article explains Shift-Left and Shift-Right testing approaches, detailing their definitions, benefits such as early defect detection and real‑world validation, and suitable contexts like agile development, SaaS platforms, and high‑risk industries and continuous improvement.

DevOpsShift-Right TestingSoftware testing
0 likes · 4 min read
Shift-Left and Shift-Right Testing Strategies: Definitions, Advantages, and Applicable Scenarios
FunTester
FunTester
Apr 23, 2025 · Fundamentals

Mastering Mock in Go: Boost Test Stability and Speed

This article explains why mocking is essential for reliable unit testing, outlines its core benefits such as environment isolation, speed, and coverage, and provides practical Go examples—including dynamic behavior control, state verification, and using gomock—to help engineers implement robust mock strategies.

GoMock FrameworksMocking
0 likes · 10 min read
Mastering Mock in Go: Boost Test Stability and Speed
21CTO
21CTO
Apr 17, 2025 · Artificial Intelligence

Why Generative AI Is a Partner, Not a Threat, in Software Testing

Generative AI can boost software testing productivity when used responsibly, but its predictive nature, lack of true understanding, and tendency toward hallucinations mean human expertise, critical thinking, and supervision remain essential to ensure quality, safety, and ethical outcomes.

AI limitationsSoftware testinghuman oversight
0 likes · 9 min read
Why Generative AI Is a Partner, Not a Threat, in Software Testing
Tencent Cloud Developer
Tencent Cloud Developer
Apr 3, 2025 · Fundamentals

Software Testing Evolution, Shift Left/Right, and Automation vs Test Automation

Although large internet firms are hiring fewer dedicated test engineers, software testing remains vital; it has progressed through five historical periods, embraces left‑shift verification and right‑shift production monitoring, differentiates automation testing from test automation, and calls for developers to embed TDD, BDD, static analysis, and CI/CD to make quality a shared responsibility.

Quality AssuranceShift RightSoftware testing
0 likes · 30 min read
Software Testing Evolution, Shift Left/Right, and Automation vs Test Automation
Test Development Learning Exchange
Test Development Learning Exchange
Mar 13, 2025 · Operations

Effective Coordination of Interface Testing in Large Projects

Effective interface testing in large projects requires clear test objectives, well‑defined strategies, distinct responsibilities for backend, frontend and testing teams, the use of professional tools for API management and CI/CD, continuous process optimization, and strong communication to ensure high efficiency and quality.

API ManagementCI/CDSoftware testing
0 likes · 4 min read
Effective Coordination of Interface Testing in Large Projects
Software Engineering 3.0 Era
Software Engineering 3.0 Era
Mar 9, 2025 · Artificial Intelligence

Why Manual Testing Is Becoming Obsolete: The Rise of Evolutionary GUI Agents

The article argues that traditional manual testing is losing relevance as LLM‑powered evolutionary GUI agents—exemplified by AppAgentX—introduce memory chains, action‑evolution mechanisms, multi‑agent collaboration, and RAG‑enhanced knowledge, achieving up to 40% fewer steps, over 50‑point success‑rate gains, and more than 60% faster execution.

AIGUI testingLLM agents
0 likes · 10 min read
Why Manual Testing Is Becoming Obsolete: The Rise of Evolutionary GUI Agents
Software Engineering 3.0 Era
Software Engineering 3.0 Era
Mar 4, 2025 · Artificial Intelligence

How Claude 3.7 Dissects Baidu’s AI Agents for Software Testing: A New Era of Intelligent Testing

The article systematically analyzes Baidu senior test engineer Wang Zhe’s presentation on applying AI Agents to software testing, outlining the importance, challenges, architecture, knowledge management, and concrete agent workflows that promise up to ten‑fold efficiency gains.

Claude 3.7Intelligent TestingKnowledge Base
0 likes · 11 min read
How Claude 3.7 Dissects Baidu’s AI Agents for Software Testing: A New Era of Intelligent Testing
Code Mala Tang
Code Mala Tang
Feb 28, 2025 · Fundamentals

Why AI Code Generation Needs Test‑Driven Development: Avoid Hidden Bugs

This article explains how AI‑generated code can be fast but unreliable, and demonstrates how applying Test‑Driven Development (TDD) with concrete Python examples catches errors like stack overflows, edge‑case failures, and security issues, ensuring robust, maintainable software.

AIPythonSoftware testing
0 likes · 13 min read
Why AI Code Generation Needs Test‑Driven Development: Avoid Hidden Bugs
FunTester
FunTester
Feb 26, 2025 · Industry Insights

8 Software Testing Trends Shaping 2025: AI, Low‑Code, Shift‑Left/Right & More

The article outlines eight major software testing trends for 2025—including AI‑driven test automation, low‑code tools, shift‑left/right practices, chaos engineering, DevSecOps security testing, performance engineering, and autonomous testing—while advising engineers on skill upgrades and cross‑functional collaboration.

AI testingChaos EngineeringDevSecOps
0 likes · 16 min read
8 Software Testing Trends Shaping 2025: AI, Low‑Code, Shift‑Left/Right & More
FunTester
FunTester
Feb 25, 2025 · Industry Insights

From Manual Tester to Automation Engineer: A Complete Career Roadmap and Learning Guide

This comprehensive guide walks software testers through the transition from basic functional testing to advanced automation, performance, and DevOps roles, offering a detailed learning roadmap, practical tips, and curated resources to boost skills, increase marketability, and secure higher‑pay positions in the testing industry.

AutomationCI/CDPerformance Testing
0 likes · 28 min read
From Manual Tester to Automation Engineer: A Complete Career Roadmap and Learning Guide
Test Development Learning Exchange
Test Development Learning Exchange
Jan 28, 2025 · Interview Experience

Essential Interview Q&A: Testing, DevOps, Cloud, Linux, and Management Insights

This comprehensive guide compiles expert answers to common interview questions covering software testing strategies, API automation, performance testing, Linux system administration, Docker and Kubernetes fundamentals, CI/CD pipelines, and effective team management practices, providing valuable insights for candidates and hiring managers alike.

CI/CDDevOpsDocker
0 likes · 49 min read
Essential Interview Q&A: Testing, DevOps, Cloud, Linux, and Management Insights
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Dec 31, 2024 · Artificial Intelligence

10 Game-Changing Testing Innovations from 2024: AI, Automation & More

KuJiaLe's testing team curates ten influential 2024 technical articles covering AI‑driven test case generation, AI‑assisted code review, lead tester training, Greasemonkey efficiency, custom mock platforms, private vs. public LLMs, FastGPT knowledge bases, CI bottleneck solutions, front‑end release strategies, and construction‑drawing regression testing.

AI testingAutomationSoftware testing
0 likes · 9 min read
10 Game-Changing Testing Innovations from 2024: AI, Automation & More
Test Development Learning Exchange
Test Development Learning Exchange
Dec 19, 2024 · Fundamentals

Comprehensive Software Testing Interview Questions and Answers

This article presents a curated list of 50 common software testing interview questions covering API automation frameworks, performance testing, essential Linux commands, and efficiency‑boosting tools and methods, providing concise answers to help candidates demonstrate their technical expertise.

Interview QuestionsLinuxSoftware testing
0 likes · 13 min read
Comprehensive Software Testing Interview Questions and Answers
DaTaobao Tech
DaTaobao Tech
Nov 8, 2024 · Fundamentals

Improving Test Sufficiency for Business Finance Systems

The article proposes a scenario‑driven, combinatorial testing approach for business‑finance settlement systems that models variable factors, uses t‑way (especially 2‑way) coverage to capture most defects, and leverages tools such as Hexawise and allpairspy to generate minimal yet sufficient test cases, dramatically lowering pre‑release risk.

Software testingTest Case Designbusiness finance
0 likes · 11 min read
Improving Test Sufficiency for Business Finance Systems
Test Development Learning Exchange
Test Development Learning Exchange
Oct 26, 2024 · R&D Management

How Test Leaders Can Ensure Project Stability and Quality Through Comprehensive Testing Strategies

This article outlines how test managers can protect project stability and quality by defining clear testing goals, selecting appropriate test types, planning resources, strengthening requirement management, enforcing strict testing processes, driving automation, integrating CI/CD, applying quality gates, managing defects, fostering team collaboration, monitoring metrics, and promoting knowledge sharing.

AutomationCI/CDQuality Assurance
0 likes · 8 min read
How Test Leaders Can Ensure Project Stability and Quality Through Comprehensive Testing Strategies
Test Development Learning Exchange
Test Development Learning Exchange
Oct 22, 2024 · Operations

Comprehensive Guide to Collecting Information, Reproducing Issues, Analyzing Logs and Code, Narrowing Problem Scope, and Team Communication

This guide outlines systematic steps for gathering environment and error details, reproducing bugs across different setups, analyzing logs and source code, narrowing down problem areas, and effectively communicating with developers, product managers, testers, on‑site staff, and customers to resolve software issues.

DebuggingSoftware testingbug troubleshooting
0 likes · 6 min read
Comprehensive Guide to Collecting Information, Reproducing Issues, Analyzing Logs and Code, Narrowing Problem Scope, and Team Communication
Test Development Learning Exchange
Test Development Learning Exchange
Oct 16, 2024 · Fundamentals

Key Practices for Test Team Management and Quality Assurance

This article outlines comprehensive strategies for test managers, covering daily responsibilities, building and motivating efficient test teams, handling conflicts, time‑critical testing, cross‑department coordination, performance evaluation, risk management, communication with non‑technical stakeholders, QA throughout the software lifecycle, tool selection, process optimization, and emerging testing trends.

AutomationDevOpsPerformance Testing
0 likes · 12 min read
Key Practices for Test Team Management and Quality Assurance
Test Development Learning Exchange
Test Development Learning Exchange
Oct 13, 2024 · Fundamentals

Fundamentals of Software Testing: Key Concepts, Methods, and Practices

This comprehensive guide covers the essential concepts of software testing, including basic testing types, test case design techniques, defect management, testing tools, test processes, methodologies, and software development lifecycle models, providing clear definitions and practical advice for each topic.

Defect ManagementSoftware testingsoftware development lifecycle
0 likes · 22 min read
Fundamentals of Software Testing: Key Concepts, Methods, and Practices
DeWu Technology
DeWu Technology
Oct 9, 2024 · Industry Insights

How Top Tech Companies Use AI and Automation to Supercharge QA Efficiency – Highlights from the DeWu Tech Salon

The DeWu Tech Salon in Shanghai gathered over 220 participants and featured four expert talks on AI‑driven testing, simulation automation, precise testing platforms, and ad‑algorithm gray‑scale interception, offering concrete strategies and measurable gains for improving software quality and development efficiency.

AI testingAutomationIndustry Insights
0 likes · 13 min read
How Top Tech Companies Use AI and Automation to Supercharge QA Efficiency – Highlights from the DeWu Tech Salon
Test Development Learning Exchange
Test Development Learning Exchange
Oct 7, 2024 · Interview Experience

30 Must‑Know Interview Questions & Answers for Modern Software Development

This article compiles 30 essential interview questions covering fundamentals, API pagination, HTTP status codes, JSON schema validation, CORS, test automation frameworks, pytest parametrization and fixtures, mocking, coverage testing, load and stress testing, Locust and JMeter usage, security testing such as SQL injection, XSS, OAuth2, JWT, CI/CD concepts with Jenkins, GitHub Actions, Travis CI, Docker, and Python code quality tools like static analysis, black formatting, unit testing, refactoring, and technical debt management, each accompanied by concise explanations and runnable code snippets.

APICI/CDInterview
0 likes · 15 min read
30 Must‑Know Interview Questions & Answers for Modern Software Development
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Sep 30, 2024 · R&D Management

Gaining Experience Through Effective Task Management in Test Development

This guide explains how test developers can efficiently complete diverse testing tasks by understanding task requirements, communicating details, classifying tasks, using visual and questioning techniques, preparing appropriate tools, executing work with structured processes, and reflecting on outcomes to turn experience into reusable skills.

R&DSoftware testingWorkflow
0 likes · 22 min read
Gaining Experience Through Effective Task Management in Test Development
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Sep 10, 2024 · Artificial Intelligence

Boost Test Case Creation with AI: How a Multi‑Model Platform Cuts Effort by 80%

An AI-driven test case generation platform at KuJiaLe leverages multiple large language models, offering three input methods, online editing, and dual export options, while addressing stability, length limits, and security challenges to improve testing efficiency and achieve over 80% success rate.

AI testingAutomationSoftware testing
0 likes · 10 min read
Boost Test Case Creation with AI: How a Multi‑Model Platform Cuts Effort by 80%
Bilibili Tech
Bilibili Tech
Sep 6, 2024 · Artificial Intelligence

AI Empowering Software Development for Quality and Efficiency

The QECon Global Software Quality and Efficiency Conference in Shanghai on September 20‑21 will explore how AI—especially AIGC, LLMs, and large models—enhances software development, testing, and performance, featuring expert talks on multi‑device quality assurance and practical test‑shift strategies, highlighting innovative opportunities and real‑world value.

AI in software developmentAI modelsQuality Assurance
0 likes · 2 min read
AI Empowering Software Development for Quality and Efficiency
FunTester
FunTester
Aug 28, 2024 · Operations

Shadow Testing: Reducing Risk and Ensuring Seamless System Changes

Shadow testing is a parallel deployment strategy that minimizes the risk of system changes, safeguards user experience, validates performance and data integrity, and provides a controlled environment for comprehensive testing, supported by a suite of modern tools and real‑world case studies.

CI/CDMonitoringShadow Testing
0 likes · 17 min read
Shadow Testing: Reducing Risk and Ensuring Seamless System Changes
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 27, 2024 · Fundamentals

Why Robust Testing Is the Key to Software Quality: From Shift‑Left to Automation

This article explains how comprehensive testing—from early shift‑left practices and lifecycle coverage to automated unit, integration, and end‑to‑end tests—ensures software quality, reduces costs, and supports rapid development, illustrated with real‑world case studies and practical design techniques.

E2E testingQuality AssuranceSoftware testing
0 likes · 21 min read
Why Robust Testing Is the Key to Software Quality: From Shift‑Left to Automation
Test Development Learning Exchange
Test Development Learning Exchange
Aug 21, 2024 · Backend Development

pytest-httpserver Tutorial: Installation and 10 Practical Testing Examples

This article introduces the pytest-httpserver plugin for launching a simple HTTP server during tests, provides installation instructions, and walks through ten practical examples covering GET, POST, headers, query parameters, request counting, error codes, redirects, file uploads, timeouts, and client certificate verification.

PythonSoftware testingfixtures
0 likes · 8 min read
pytest-httpserver Tutorial: Installation and 10 Practical Testing Examples
FunTester
FunTester
Aug 19, 2024 · Industry Insights

How Heidegger’s “Bestand” Shapes Modern Software Testing Practices

The article explores Heidegger’s concept of "Bestand" (resource), explains how it transforms our view of objects into readily usable assets, and examines its impact on software testing—from automation tools and virtualized environments to CI/CD pipelines and outsourced test resources—highlighting both efficiency gains and potential quality blind spots.

AutomationHeideggerSoftware testing
0 likes · 7 min read
How Heidegger’s “Bestand” Shapes Modern Software Testing Practices
Software Development Quality
Software Development Quality
Aug 9, 2024 · Fundamentals

Mastering Idempotency Testing: Scenarios, Detection, and Real-World Test Cases

This article explains idempotency testing, outlines common scenarios such as network requests and financial transactions, describes methods to detect duplicate requests, provides comprehensive coverage strategies, offers practical test‑case examples, lists relevant testing tools, and includes a JUnit code sample for implementation.

IdempotencyJUnitSoftware testing
0 likes · 11 min read
Mastering Idempotency Testing: Scenarios, Detection, and Real-World Test Cases
FunTester
FunTester
Aug 9, 2024 · Industry Insights

14 Hard‑Earned Lessons for Starting Your Automation Testing Journey

This article shares fourteen practical lessons learned from real‑world automation testing, covering when to automate, scope definition, tool selection, team coordination, ROI considerations, open‑source pitfalls, code reuse, and the balance between automated and manual testing.

PostmanSoftware testingTest Automation
0 likes · 10 min read
14 Hard‑Earned Lessons for Starting Your Automation Testing Journey
Software Development Quality
Software Development Quality
Aug 5, 2024 · Artificial Intelligence

How Large Language Models Can Transform Software Testing

This article explores how large language models can automate test case generation, predict defects, analyze results, optimize strategies, execute intelligent testing, and assist compatibility checks, while providing practical tools, real-world case studies, and a step‑by‑step GPT‑4 testing workflow.

AI testingLarge Language ModelsSoftware testing
0 likes · 15 min read
How Large Language Models Can Transform Software Testing
Continuous Delivery 2.0
Continuous Delivery 2.0
Aug 2, 2024 · Fundamentals

Google’s Large‑Scale Code Coverage Infrastructure: Design, Automation, and Adoption Insights

The article presents a comprehensive overview of Google’s code‑coverage system, describing its metrics, integration into the daily development workflow, underlying infrastructure, visualization tools, data‑driven analysis of five years of coverage data, and developer survey results that reveal adoption patterns and perceived usefulness.

AutomationGoogleSoftware Engineering
0 likes · 21 min read
Google’s Large‑Scale Code Coverage Infrastructure: Design, Automation, and Adoption Insights
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Jul 29, 2024 · Artificial Intelligence

Inside MTSC 2024 Shanghai: AI, 3D Rendering, and Front‑End Performance in Modern Testing

The MTSC 2024 Shanghai conference gathered top testing experts to discuss AI‑driven testing, full‑chain 3D rendering ecosystems, UI automation for graphics software, and front‑end performance assurance, offering a comprehensive look at emerging quality‑assurance practices and future collaborations.

3D renderingAI testingFrontend Performance
0 likes · 3 min read
Inside MTSC 2024 Shanghai: AI, 3D Rendering, and Front‑End Performance in Modern Testing
FunTester
FunTester
Jul 23, 2024 · Fundamentals

Why Smoke Testing Is the Secret Weapon for Stable Software Releases

Smoke testing, also known as build verification or sanity testing, is a lightweight regression subset that quickly validates core functionality after each build, providing rapid feedback to catch critical issues early and maintain code stability throughout the development lifecycle.

CI/CDQuality AssuranceSmoke Testing
0 likes · 10 min read
Why Smoke Testing Is the Secret Weapon for Stable Software Releases
Software Development Quality
Software Development Quality
Jul 19, 2024 · R&D Management

Mastering Software Acceptance Testing: A Complete Process Guide

This guide outlines a transparent, actionable software acceptance testing workflow—covering purpose, scope, startup, project initiation, test planning, design, case maintenance, review, functional verification, production line acceptance, archiving, and final summary—to ensure quality and compliance across product development, testing, and operations teams.

Software testingacceptance testingtest process
0 likes · 13 min read
Mastering Software Acceptance Testing: A Complete Process Guide
Software Development Quality
Software Development Quality
Jul 18, 2024 · R&D Management

What Skills Define a Top Test Development Engineer? A 5‑Level Competency Guide

This guide presents a detailed five‑level competency framework for test development engineers, covering test analysis, design, planning, execution, reporting, project management, development, security, performance, automation, and related technical skills, with behavior grades and descriptions for each area.

AutomationSKILL frameworkSoftware testing
0 likes · 30 min read
What Skills Define a Top Test Development Engineer? A 5‑Level Competency Guide
Architect's Alchemy Furnace
Architect's Alchemy Furnace
Jul 9, 2024 · Fundamentals

Why Unit Testing Is Essential: 7 Compelling Reasons Every Developer Should Care

This article outlines seven practical reasons why unit testing is crucial for developers, highlighting how automated tests provide fast feedback, improve code robustness, guide design, boost confidence, act as problem detectors, serve as reliable documentation, and accelerate learning of new APIs.

Software EngineeringSoftware testingTest‑Driven Development
0 likes · 5 min read
Why Unit Testing Is Essential: 7 Compelling Reasons Every Developer Should Care
Continuous Delivery 2.0
Continuous Delivery 2.0
Jul 5, 2024 · Fundamentals

Google’s Testing Culture: From the “Toilet Test” to an Automated Testing Pyramid and Quality Evolution

This article examines Google’s two‑decade testing culture, detailing the iconic “toilet test” posters, the development of a testing certification program, the shift toward developer‑driven automated testing pyramids, the challenges of scaling massive test suites, and the evolving role of test engineers within the broader quality engineering framework.

GoogleSoftware EngineeringSoftware testing
0 likes · 19 min read
Google’s Testing Culture: From the “Toilet Test” to an Automated Testing Pyramid and Quality Evolution
Continuous Delivery 2.0
Continuous Delivery 2.0
Jun 20, 2024 · Fundamentals

Guidelines and Standards for Setting Code Coverage Targets in Software Testing

The article reviews typical code‑coverage goals such as 70‑80% for system testing, explains how factors like failure cost, resource constraints, testability, and development stage influence target selection, discusses why full coverage is often impractical, and summarizes major industry standards and coverage metrics used in safety‑critical domains.

Software testingcode coveragecoverage metrics
0 likes · 8 min read
Guidelines and Standards for Setting Code Coverage Targets in Software Testing
Software Development Quality
Software Development Quality
Jun 19, 2024 · Operations

Best Practices for Test Data Management and Usage

This guide outlines comprehensive principles for generating, using, and cleaning test data across development, performance, and production environments, emphasizing independence, realism, security, proper permission controls, and systematic synchronization to ensure reliable and safe testing processes.

Data ManagementOperationsSoftware testing
0 likes · 6 min read
Best Practices for Test Data Management and Usage
Test Development Learning Exchange
Test Development Learning Exchange
May 31, 2024 · Fundamentals

Test-Driven Development (TDD): Principles, Process, Practices, Benefits, and Challenges

Test‑Driven Development (TDD) is a software development methodology that guides developers to write failing tests first, then implement minimal code to pass them, and finally refactor, offering benefits such as higher code quality, clearer requirements, safer refactoring, and reduced long‑term maintenance costs.

Software testingTest‑Driven Developmentagile-practices
0 likes · 7 min read
Test-Driven Development (TDD): Principles, Process, Practices, Benefits, and Challenges
Huolala Tech
Huolala Tech
May 28, 2024 · Backend Development

How HuoLala’s “Lingmu” Platform Revolutionizes Map Service Testing with Real‑Time Traffic Replay

This article details the design and implementation of HuoLala’s Lingmu platform, which provides zero‑intrusive traffic recording, gRPC‑compatible replay, multi‑level diff noise reduction, and intelligent problem analysis to dramatically improve map service testing coverage, accuracy, and development efficiency.

Software testingbackend platformdiff analysis
0 likes · 16 min read
How HuoLala’s “Lingmu” Platform Revolutionizes Map Service Testing with Real‑Time Traffic Replay
Continuous Delivery 2.0
Continuous Delivery 2.0
May 22, 2024 · Fundamentals

Google’s Test Certified Program: History, Levels, and Impact on Automated Testing

The article chronicles Google’s Test Certified initiative from its early challenges in 2005 through the establishment of a multi‑level certification system in 2006, detailing its structure, certification process, scaling efforts, cultural impact, and the lessons learned for improving automated testing practices.

GoogleQuality AssuranceSoftware testing
0 likes · 9 min read
Google’s Test Certified Program: History, Levels, and Impact on Automated Testing
DeWu Technology
DeWu Technology
May 6, 2024 · R&D Management

DeWu Quality Management System Overview

DeWu’s three‑year Quality Management System integrates a risk‑controlled iteration review mechanism, distinct testing and collaboration processes, metric‑driven “Quality Month” methods, and a suite of automation and monitoring tools to standardize, automate, and continuously improve product stability, efficiency, and innovation.

Process ManagementQuality AssuranceR&D Management
0 likes · 13 min read
DeWu Quality Management System Overview
Software Development Quality
Software Development Quality
Apr 29, 2024 · Fundamentals

How Precise Testing Boosts Software Quality and Efficiency

Precise testing, a modern approach that defines clear test goals, leverages code analysis, coverage tools, and machine‑learning‑driven test selection, can dramatically improve software quality and efficiency, as demonstrated by case studies in finance, medical devices, and e‑commerce, while also reducing costs.

AutomationSoftware testingmachine learning
0 likes · 4 min read
How Precise Testing Boosts Software Quality and Efficiency
Qunhe Technology Quality Tech
Qunhe Technology Quality Tech
Apr 26, 2024 · R&D Management

Effective Project Test Retrospective: Insights from a Large-Scale Rendering Project

This article shares practical steps and key insights for conducting a project test retrospective, covering purpose clarification, mindset adjustment, documentation preparation, meeting facilitation, feedback collection, and lessons learned, illustrated with examples from the KE offline rendering cloud map project to help teams improve quality processes.

R&D ManagementSoftware testingprocess improvement
0 likes · 12 min read
Effective Project Test Retrospective: Insights from a Large-Scale Rendering Project
FunTester
FunTester
Apr 9, 2024 · R&D Management

Software Testing Career Path: From Junior Engineer to Test Director

This article outlines the various roles, skill dimensions, and career stages in software testing and QA, offering guidance on progression from entry‑level positions to senior management and architectural roles while highlighting the differences between QA and testing responsibilities.

QASoftware testingTest Engineering
0 likes · 14 min read
Software Testing Career Path: From Junior Engineer to Test Director
转转QA
转转QA
Apr 2, 2024 · Fundamentals

Internship Reflections on QA Testing Practices and Tool Adoption at ZhaiZhai

During a four‑month internship at ZhaiZhai, the author describes how they progressed from basic functional testing to mastering various test tools and platforms, gained deeper insight into the role of QA in project workflows, and identified future growth directions in testing methodology and code development.

QASoftware testinginternship
0 likes · 14 min read
Internship Reflections on QA Testing Practices and Tool Adoption at ZhaiZhai
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Apr 1, 2024 · Industry Insights

Why Shifting Testing Left Boosts Quality: Lessons from Cloud Music

The article analyzes the concept of test left‑shift, outlining its theoretical benefits and drawbacks, sharing practical pain points from NetEase Cloud Music, and presenting a comprehensive pre‑, during‑, and post‑shift automation and monitoring strategy to improve software quality and delivery speed.

AutomationDevOpsMonitoring
0 likes · 13 min read
Why Shifting Testing Left Boosts Quality: Lessons from Cloud Music
FunTester
FunTester
Mar 26, 2024 · Fundamentals

Why Acceptance Testing Is Critical for Software Quality: A Complete Guide

This comprehensive guide explains the purpose, types, standards, entry and exit criteria, tools, step‑by‑step execution process, common challenges, practical recommendations, and best‑practice tips for acceptance testing, helping teams ensure software meets user expectations and release requirements.

Quality AssuranceSoftware testingacceptance testing
0 likes · 20 min read
Why Acceptance Testing Is Critical for Software Quality: A Complete Guide
FunTester
FunTester
Mar 22, 2024 · Fundamentals

Why Testers Often Feel They Stop Learning and How to Overcome It

The author reflects on why software testers frequently feel they have exhausted learning opportunities, identifies common misconceptions, and emphasizes that hands‑on practice, continuous coding, and real‑world feedback are essential to break the plateau and achieve meaningful growth.

LearningSoftware testingcareer development
0 likes · 7 min read
Why Testers Often Feel They Stop Learning and How to Overcome It
Software Development Quality
Software Development Quality
Mar 10, 2024 · Fundamentals

Key Differences Between B/S & C/S, Cookie vs Session, and Essential Software Testing Techniques

This article explains the architectural distinctions between B/S and C/S models, compares cookies and sessions, outlines the purpose of testing, and provides practical test case designs for pens, triangles, shopping carts, databases, UI automation, weak‑network scenarios, and Python coding examples, offering a comprehensive guide for software testing fundamentals.

AutomationSoftware testing
0 likes · 21 min read
Key Differences Between B/S & C/S, Cookie vs Session, and Essential Software Testing Techniques
Software Development Quality
Software Development Quality
Mar 9, 2024 · Operations

14 Essential Automation Test Framework Diagrams You Need to See

This article showcases a comprehensive collection of fourteen detailed diagrams illustrating various automation testing frameworks—including API, UI, mobile, JMeter, CI/CD pipelines, and DevOps practices—providing visual guidance for building robust test architectures across software development projects.

CI/CDSoftware testingautomation testing
0 likes · 4 min read
14 Essential Automation Test Framework Diagrams You Need to See
FunTester
FunTester
Mar 8, 2024 · Industry Insights

What the 2023 Software Testing Survey Reveals About Industry Trends and Careers

The 2023 software testing industry survey, based on real data from 51Testing, shows rapid growth in automation, AI, and cloud testing, highlights sector distribution, salary trends, preferred tools, future investment areas, and professionals' career outlook and skill development priorities.

2023 trendsIndustry SurveySoftware testing
0 likes · 9 min read
What the 2023 Software Testing Survey Reveals About Industry Trends and Careers