Tag

white-box testing

0 views collected around this technical thread.

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
FunTester
FunTester
Mar 17, 2020 · Fundamentals

Curated List of Unit Testing and White‑Box Testing Articles

This page provides a curated collection of Chinese articles covering unit testing, white‑box testing, testing frameworks such as Spock, JUnit, Selenium, performance testing, and related technical and non‑code topics for software developers and testers.

JunitSeleniumSpock
0 likes · 7 min read
Curated List of Unit Testing and White‑Box Testing Articles
FunTester
FunTester
Mar 15, 2020 · Fundamentals

What Is White-Box Testing and How to Perform It

White-box testing examines a program’s internal structure, code, and logic by creating and executing test cases that cover all paths, conditions, and statements, enhancing security, reliability, and code quality, while outlining its steps, techniques, examples, advantages, and drawbacks.

Code CoverageSecurity Testingsoftware testing
0 likes · 9 min read
What Is White-Box Testing and How to Perform It
360 Quality & Efficiency
360 Quality & Efficiency
Mar 13, 2019 · Fundamentals

Common Return Code Bugs in Function Testing and Their Solutions

The article examines two typical return‑code bugs encountered during white‑box testing—one where error paths mistakenly return a success code and another where callers check the wrong value—explaining their causes and offering concrete remediation guidelines to improve error handling.

bugerror handlingreturn code
0 likes · 4 min read
Common Return Code Bugs in Function Testing and Their Solutions
Tongcheng Travel Technology Center
Tongcheng Travel Technology Center
Jul 12, 2018 · Fundamentals

Applying White-Box Testing in Agile Hotel Projects: Process, Cases, and Results

This article describes how a hotel testing team integrated white‑box testing—code review and static analysis—into fast‑paced agile workflows, detailing the exploration timeline, typical functional testing challenges, three concrete bug‑finding case studies, measurable quality improvements, and practical promotion guidelines.

Code ReviewStatic Analysisagile testing
0 likes · 6 min read
Applying White-Box Testing in Agile Hotel Projects: Process, Cases, and Results
DevOps Engineer
DevOps Engineer
Oct 30, 2017 · Fundamentals

Black‑Box vs White‑Box Testing: Importance, Techniques, and Comparison

The article explains the differences between black‑box and white‑box testing, describing their definitions, advantages, disadvantages, common techniques, and why both approaches are essential for effective software quality assurance.

black-box testingquality assurancesoftware testing
0 likes · 5 min read
Black‑Box vs White‑Box Testing: Importance, Techniques, and Comparison