Tag

game testing

0 views collected around this technical thread.

NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Jan 10, 2025 · Fundamentals

Equivalence Class Partitioning: Practical Insights and Examples for Software Testing

This article shares the author’s real‑world experience with equivalence class partitioning, explaining the concept, illustrating how to apply it to both numeric and non‑numeric game scenarios, and offering practical tips for writing robust test cases and avoiding common pitfalls in QA work.

QAequivalence classgame testing
0 likes · 14 min read
Equivalence Class Partitioning: Practical Insights and Examples for Software Testing
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Dec 20, 2024 · Game Development

Testing a 40‑Year‑Old Game: Lessons from Super Mario Bros

The article explores how game testers can effectively test classic titles like Super Mario Bros by studying similar games, defining clear test scopes, designing practical test cases, handling bugs, and continuously improving test processes while considering player experience and non‑functional issues.

QASuper Mario Brosgame development
0 likes · 35 min read
Testing a 40‑Year‑Old Game: Lessons from Super Mario Bros
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Nov 22, 2024 · Game Development

Requirement Analysis for Game Testing: Methods and Best Practices

This article explores comprehensive requirement analysis techniques for game testing, covering document analysis, mind‑mapping, 5W1H expansion, equivalence class handling, risk mitigation, and implementation details, aiming to improve test case creation, reduce ambiguities, and ensure smoother cross‑functional reviews and overseas releases.

QAgame developmentgame testing
0 likes · 16 min read
Requirement Analysis for Game Testing: Methods and Best Practices
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Apr 12, 2024 · Game Development

Being an Ordinary QA: Self‑Recognition, Professional Skills, and Mindset in Game Testing

This article shares practical insights and personal reflections on how ordinary game QA professionals can develop self‑recognition, strengthen core testing abilities, communicate effectively, manage stress, and continuously improve their craft to become reliable, influential members of a game development team.

QAcareer developmentgame testing
0 likes · 18 min read
Being an Ordinary QA: Self‑Recognition, Professional Skills, and Mindset in Game Testing
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Sep 8, 2023 · Game Development

Essential Skills and Practices for Game Functional Testing

This article outlines the hard and soft competencies required for game functional testing, including test case creation, bug tracking, risk awareness, communication, proactive work habits, learning ability, and innovation, while offering practical strategies to improve testing efficiency and product quality.

bug trackingfunctional testinggame testing
0 likes · 33 min read
Essential Skills and Practices for Game Functional Testing
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Aug 11, 2023 · Game Development

Comprehensive Guide to Testing Short‑Term Game Activities

This article provides a detailed testing guide for short‑term game events, covering their unique challenges, requirement analysis, risk mitigation, test case preparation, execution strategies, communication practices, player experience considerations, log verification, post‑mortem analysis, and activity reuse recommendations.

QA processgame testingplayer experience
0 likes · 16 min read
Comprehensive Guide to Testing Short‑Term Game Activities
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Jun 16, 2023 · Artificial Intelligence

ChatGPT in Game Testing: Practical Experiences, Use Cases, and Efficiency Gains

The article shares the author’s hands‑on experiments with ChatGPT, demonstrating how the AI model can generate code, translate scripts, create test cases, assist with debugging, and improve game‑testing workflows while also comparing its strengths to New Bing and discussing safety considerations.

AI toolsAutomationChatGPT
0 likes · 23 min read
ChatGPT in Game Testing: Practical Experiences, Use Cases, and Efficiency Gains
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
May 19, 2023 · Game Development

How to Write Effective Game Experience Reports: A Practical Methodology

This article outlines a comprehensive methodology for creating game experience reports, covering the purpose, various writing scenarios, key questions, audience considerations, core gameplay loops, development processes, competitive analysis, QA sensitivity, and practical tips to produce clear, persuasive, and professional documentation.

QAdocumentationexperience report
0 likes · 18 min read
How to Write Effective Game Experience Reports: A Practical Methodology
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Dec 30, 2022 · Game Development

Storyline Testing: Common Considerations and Best Practices for Mobile Games

This article outlines the various types of game storylines and provides a comprehensive checklist of testing points—including text, dialogue, subtitles, tasks, voice‑over, music, character actions, special effects, animation, camera work, map resources, NPC placement, items, mini‑games, and sharing features—to help QA teams ensure a smooth and immersive player experience.

QAgame developmentgame testing
0 likes · 14 min read
Storyline Testing: Common Considerations and Best Practices for Mobile Games
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Dec 9, 2022 · Game Development

From Student to Professional: Mindset Shifts and Core Insights on Game QA Testing

This article reflects on a QA intern’s transition from academia to the workplace, detailing mindset changes, the purpose and value of testing, and the three-layered core competencies that new game QA engineers should develop to succeed in the industry.

Career AdviceQAgame testing
0 likes · 24 min read
From Student to Professional: Mindset Shifts and Core Insights on Game QA Testing
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Nov 11, 2022 · Operations

How to Extract and Implement Tool Requirements from Daily QA Work

This article explains how QA engineers can identify inefficiencies in their daily workflows, turn those observations into concrete tool requirements, and apply visualisation, automation, and process‑optimisation techniques—illustrated with game‑testing examples—to dramatically improve efficiency and reduce errors.

AutomationQAVisualization
0 likes · 19 min read
How to Extract and Implement Tool Requirements from Daily QA Work
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Sep 2, 2022 · Game Development

Designing High‑Coverage Test Cases for UI‑Intensive Games from a Player Perspective

This article presents a comprehensive methodology for creating high‑coverage test cases for UI‑driven games, covering evaluation criteria, user‑centric design steps, entry‑point analysis, UI element partitioning, static and dynamic checks, business‑flow testing, data‑storage validation, and additional considerations such as network conditions, compatibility, performance, and UX.

CoverageUI Designgame testing
0 likes · 18 min read
Designing High‑Coverage Test Cases for UI‑Intensive Games from a Player Perspective
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Aug 26, 2022 · Game Development

Automated Script Generation System for Game Testing

This article presents a game‑testing automation framework that records manual gameplay actions, captures client state, generates reproducible scripts, handles input events and GM commands, and discusses its architecture, limitations, and future improvements in detail.

AI integrationGM commandsautomation framework
0 likes · 12 min read
Automated Script Generation System for Game Testing
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Jul 1, 2022 · Game Development

Lessons Learned by a New Functional Tester: How to Avoid Common Pitfalls

This article shares practical experiences and advice from a newcomer functional tester in game development, covering senior guidance, communication bottlenecks, unclear requirements, the need to question design, avoiding cascading bugs, comprehensive test‑case coverage, effective learning, and common automation pitfalls.

automation pitfallsbug trackingcommunication
0 likes · 9 min read
Lessons Learned by a New Functional Tester: How to Avoid Common Pitfalls
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
May 7, 2022 · Game Development

Weak Network Testing for Mobile Games: Principles, Key Parameters, Common Issues, and Tools

This article explains why weak‑network testing is essential for mobile games, defines the key network parameters such as bandwidth, packet loss, latency and jitter, illustrates typical problems caused by poor connectivity, and introduces practical testing methods and tools like NetFree.

NetFreegame testingmobile games
0 likes · 8 min read
Weak Network Testing for Mobile Games: Principles, Key Parameters, Common Issues, and Tools
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Apr 15, 2022 · Artificial Intelligence

Practical AI‑Powered Voice Recognition for Game Dialogue Testing: A Step‑by‑Step Case Study

This article presents a detailed case study of using AI speech‑recognition techniques—including acoustic modeling with VGG, pypinyin conversion, feature extraction, and CTC decoding—to automatically verify game dialogue audio against script text, outlining the workflow, challenges, implementation details, and experimental results.

AICTC decodingPython
0 likes · 10 min read
Practical AI‑Powered Voice Recognition for Game Dialogue Testing: A Step‑by‑Step Case Study
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
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Mar 18, 2022 · Game Development

Understanding QA: Roles and Practices in Game Development (Part 1)

This article introduces the concept of QA in game development, explains its responsibilities from delivery testing to test delivery, highlights the importance of early requirement analysis, test case design, cost estimation, and collaboration with planners, and reflects on the value and confidence QA brings to the production pipeline.

QATestinggame development
0 likes · 8 min read
Understanding QA: Roles and Practices in Game Development (Part 1)
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Jan 28, 2022 · Operations

Game Pressure Testing: Execution Steps, Analysis Tools, and Result Evaluation

This article provides a comprehensive guide to game pressure testing, covering the full workflow from requirement communication and test planning to execution, performance analysis using tools like LuaProfiler, Perf, and VTune, and detailed result interpretation with case studies.

LuaProfilerPerformance analysisStress Testing
0 likes · 10 min read
Game Pressure Testing: Execution Steps, Analysis Tools, and Result Evaluation