Tagged articles
20 articles
Page 1 of 1
Test Development Learning Exchange
Test Development Learning Exchange
Mar 27, 2026 · Operations

From Script Writing to Quality Architecture: A Python Test Engineer’s Roadmap

This guide outlines a systematic career roadmap for Python test engineers, moving from basic script writing to building a comprehensive quality architecture through engineering mindset, strategy design, data‑driven metrics, and technical depth, complete with practical 30/60/90‑day plans and common pitfalls.

Data‑Driven TestingPythonQuality Engineering
0 likes · 10 min read
From Script Writing to Quality Architecture: A Python Test Engineer’s Roadmap
Woodpecker Software Testing
Woodpecker Software Testing
Mar 18, 2026 · Operations

How Test Experts Can Turn Prediction Analytics into Real‑World Impact

The article explains how test prediction analytics can replace intuition with data‑driven risk signals, detailing high‑ROI use cases, data governance practices, model selection (favoring XGBoost), and a three‑layer deployment architecture that integrates predictions into CI/CD workflows, backed by concrete results from finance and e‑commerce projects.

Data‑Driven TestingKubernetesXGBoost
0 likes · 8 min read
How Test Experts Can Turn Prediction Analytics into Real‑World Impact
Woodpecker Software Testing
Woodpecker Software Testing
Feb 1, 2026 · R&D Management

Agile Testing in Game Development: Safeguarding Quality Amid Rapid Release Cycles

The article presents a four‑dimensional agile testing framework for fast‑paced game development, detailing a risk‑matrix‑driven pipeline, player‑behavior twin testing, and concrete practices such as hot‑update safety nets and data‑driven test case generation, while showcasing a real SLG project’s efficiency gains and future AI‑driven testing directions.

Agile TestingData‑Driven TestingGame Development
0 likes · 5 min read
Agile Testing in Game Development: Safeguarding Quality Amid Rapid Release Cycles
DevOps Coach
DevOps Coach
Nov 17, 2025 · Fundamentals

Why Most Test Automation Frameworks Fail and How to Build a Scalable Architecture

Most test automation scripts start strong but quickly collapse, leading to flaky failures, duplicated locators, and maintenance overhead; this guide explains the stark difference between ordinary QA scripts and top‑1% QA engineers by presenting five core principles—layered architecture, treating the framework as software, deterministic tests, data‑driven design, and evolutionary adaptability—plus concrete code examples.

Data‑Driven TestingLayered DesignQA best practices
0 likes · 6 min read
Why Most Test Automation Frameworks Fail and How to Build a Scalable Architecture
FunTester
FunTester
Jul 10, 2025 · Fundamentals

Mastering Scalable Test Automation: Design Patterns Every Engineer Should Know

This article explores how to build highly extensible test automation frameworks by applying proven design patterns such as modular architecture, Page Object Model, data-driven testing, BDD, keyword-driven testing, parallel execution, abstraction layers, and plug-in components, while addressing current challenges and future AI-driven evolution.

BDDData‑Driven TestingDesign Patterns
0 likes · 11 min read
Mastering Scalable Test Automation: Design Patterns Every Engineer Should Know
Test Development Learning Exchange
Test Development Learning Exchange
Mar 29, 2025 · Backend Development

Master Data‑Driven API Testing with Pytest’s @parametrize

This guide explains why data‑driven testing is essential for API automation, introduces Pytest’s powerful @pytest.mark.parametrize decorator, and provides step‑by‑step examples—including single‑parameter, multi‑parameter, dynamic data generation, fixture integration, and external data sources—to boost test coverage and maintainability.

API testingData‑Driven TestingPython
0 likes · 6 min read
Master Data‑Driven API Testing with Pytest’s @parametrize
Test Development Learning Exchange
Test Development Learning Exchange
Oct 5, 2023 · Backend Development

Building an Efficient WebSocket Testing Framework with Python

This article details the construction of a Python-based WebSocket interface testing framework, focusing on test runner encapsulation, reporting/logging integration, data-driven testing methodologies, and test case/data isolation techniques to enhance automation efficiency and maintainability.

Backend DevelopmentData‑Driven TestingWebSocket Testing
0 likes · 5 min read
Building an Efficient WebSocket Testing Framework with Python
360 Quality & Efficiency
360 Quality & Efficiency
Apr 7, 2023 · Mobile Development

Mobile App UI Automation Using ATX and Python: POM, Data‑Driven and Keyword‑Driven Approaches

This article describes how a mobile development team adopted the ATX automation framework with Python, employing Page Object Model, data‑driven and keyword‑driven techniques to replace manual regression testing, integrate firmware interaction, and streamline test execution and reporting.

ATXData‑Driven TestingKeyword‑Driven Testing
0 likes · 7 min read
Mobile App UI Automation Using ATX and Python: POM, Data‑Driven and Keyword‑Driven Approaches
政采云技术
政采云技术
Feb 7, 2023 · Fundamentals

Comprehensive Guide to Unit Testing with the Spock Framework

This article provides an in‑depth tutorial on unit testing using Spock, covering its advantages over JUnit, core concepts like specifications, fixtures, feature methods, data‑driven testing, mock and stub techniques, interaction constraints, and tooling for automated test generation, all illustrated with Groovy and Java code examples.

Data‑Driven TestingGroovyJava
0 likes · 22 min read
Comprehensive Guide to Unit Testing with the Spock Framework
JD Tech
JD Tech
Dec 9, 2022 · Fundamentals

Data-Driven Testing with Pytest: Concepts, Design, and Practical Examples

This article explains data-driven testing (DDT) concepts, design approaches, and practical implementation using the Pytest framework, covering test data creation, storage options, parameterization techniques, fixture integration, and example scripts to enhance test coverage, maintainability, and efficiency.

Data‑Driven Testingparameterizationpytest
0 likes · 12 min read
Data-Driven Testing with Pytest: Concepts, Design, and Practical Examples
FunTester
FunTester
Sep 30, 2021 · Operations

Master Postman: Advanced Assertions, Scripting, and Data‑Driven Testing

This guide walks through Postman's advanced features—including response assertions, sandbox scripting, UI testing, request methods, cookie handling, authentication, collection organization, variable management, command‑line execution with Newman, and exporting test scripts to Python and Java for data‑driven API testing—providing step‑by‑step examples and screenshots.

API testingAutomationData‑Driven Testing
0 likes · 7 min read
Master Postman: Advanced Assertions, Scripting, and Data‑Driven Testing
Baidu Intelligent Testing
Baidu Intelligent Testing
Mar 3, 2021 · Artificial Intelligence

Quality Scoring Model: Intelligent Test Grading and Risk Assessment for Software Delivery

This article introduces a quality scoring model that leverages structured development and testing data to objectively assess project risk, automate test grading, and enable data‑driven decisions for test execution and release, thereby improving delivery efficiency and reducing manual evaluation errors.

Data‑Driven Testingmachine learningquality scoring
0 likes · 24 min read
Quality Scoring Model: Intelligent Test Grading and Risk Assessment for Software Delivery
FunTester
FunTester
Nov 17, 2019 · Backend Development

Advanced Spock Framework Usage with Groovy Data‑Driven Tests

This article demonstrates how to extend basic Spock usage by applying Groovy‑based helper methods, data‑driven testing, and advanced language features within a mixed Java‑Groovy project, while also addressing common pitfalls and providing complete example code.

Data‑Driven TestingGroovyJava
0 likes · 7 min read
Advanced Spock Framework Usage with Groovy Data‑Driven Tests
360 Quality & Efficiency
360 Quality & Efficiency
Aug 13, 2019 · Fundamentals

Using unittest and ddt for Data-Driven Testing in Python

This article explains how to combine Python's unittest framework with the third‑party ddt library to create data‑driven tests, covering test fixtures, decorators, data handling techniques, and examples of loading test data from JSON, YAML, CSV, or Excel files.

Data‑Driven TestingPythonddt
0 likes · 3 min read
Using unittest and ddt for Data-Driven Testing in Python