Tag

boundary testing

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Apr 25, 2024 · Backend Development

Comprehensive Data Generation and API Testing Strategies with pytest Example

This article outlines detailed data generation techniques, parameter combination methods, dependency management, performance and fault‑tolerance testing, coverage analysis, and provides a complete pytest‑based Python example for robust API testing.

API testingautomationboundary testing
0 likes · 9 min read
Comprehensive Data Generation and API Testing Strategies with pytest Example
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Dec 14, 2021 · Game Development

Probability Testing: Practical Experience and Guidelines for Game QA

This article shares practical experience on probability testing in games, covering boundary‑value testing, avoiding misleading probability placements, and clear probability disclosure, while illustrating common pitfalls with code examples and real‑world case studies.

boundary testinggame QAprobability disclosure
0 likes · 8 min read
Probability Testing: Practical Experience and Guidelines for Game QA
360 Tech Engineering
360 Tech Engineering
Mar 21, 2019 · Fundamentals

Boundary Value Bugs in Software Testing: Three Typical Cases and Their Fixes

The article reviews three common boundary‑value bugs encountered during software testing, explains why they occur, shows the original C code that triggers each issue, and provides concise corrections to prevent off‑by‑one errors and buffer overflows.

C programmingboundary testingbug-fixing
0 likes · 5 min read
Boundary Value Bugs in Software Testing: Three Typical Cases and Their Fixes
360 Quality & Efficiency
360 Quality & Efficiency
Jul 11, 2018 · Fundamentals

Common Boundary Value Bugs in Software Testing and Their Fixes

This article reviews three typical boundary‑value bugs encountered during software testing—incorrect memory size checks, off‑by‑one retry counters, and misplaced increment operations—explaining their causes, showing original C code, and providing concise corrective solutions.

C programmingboundary testingbug-fixing
0 likes · 5 min read
Common Boundary Value Bugs in Software Testing and Their Fixes