Tag

test case management

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Mar 31, 2025 · Operations

Using Pytest for Enterprise API Test Case Management

This article explains how to use Pytest in enterprise projects for API test case management, covering naming conventions, documentation, parameterization, organization by modules, fixture usage, execution strategies including CI/CD integration, parallel runs, and generating detailed Allure reports.

API testingAllureCI/CD
0 likes · 6 min read
Using Pytest for Enterprise API Test Case Management
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Mar 29, 2022 · Game Development

Game Testing Practices: Visible and Invisible Aspects, Recording, and Delivery

The article shares a QA newcomer’s one‑year reflection on game testing, covering visible vs invisible aspects, the importance of diff analysis, combining black‑box and white‑box testing, systematic test case recording, bug acceptance, and final delivery practices to improve quality in game development.

QAblack-box testingdiff analysis
0 likes · 14 min read
Game Testing Practices: Visible and Invisible Aspects, Recording, and Delivery
转转QA
转转QA
Nov 25, 2020 · Backend Development

Functional Test Case Platform for Unified Test Case Management

The article describes the challenges of maintaining test cases amid organizational changes and introduces a functional test case platform that centralizes case storage, supports version‑driven updates, enables reuse of business modules and base components, and outlines its backend MongoDB design, frontend mind‑map UI, and future roadmap.

FrontendMongoDBbackend
0 likes · 6 min read
Functional Test Case Platform for Unified Test Case Management
转转QA
转转QA
Aug 19, 2020 · Operations

Platform for Managing and Executing Interface Test Cases

The article introduces a platform that centralizes interface test case management, enabling classification, visual execution, scheduled runs, and detailed reporting to reduce testing costs and improve development efficiency across RD and QA workflows.

Continuous IntegrationTesting Platforminterface testing
0 likes · 6 min read
Platform for Managing and Executing Interface Test Cases
Test Development Learning Exchange
Test Development Learning Exchange
Apr 16, 2019 · Fundamentals

Python Script for Merging and Deduplicating CSV Files

This article presents a Python script that merges multiple CSV files from a specified directory and removes duplicate rows using pandas, providing a practical solution for test case management.

CSV processingPythondata deduplication
0 likes · 3 min read
Python Script for Merging and Deduplicating CSV Files