2.7 KiB
2.7 KiB
| 1 | id | name | description | tags | fragment_file |
|---|---|---|---|---|---|
| 2 | playtesting | Playtesting Fundamentals | Core principles and methods for playtesting game builds | testing-methods,playtesting,design-validation | knowledge/playtesting.md |
| 3 | qa-automation | QA Automation | Automated testing strategies for games including unit and integration tests | automation,unit-tests,integration | knowledge/qa-automation.md |
| 4 | performance-testing | Performance Testing | Frame rate profiling and optimization testing strategies | performance,profiling,fps | knowledge/performance-testing.md |
| 5 | balance-testing | Balance Testing | Methods for testing game balance and tuning | design-validation,balance,economy | knowledge/balance-testing.md |
| 6 | compatibility-testing | Compatibility Testing | Platform and device compatibility testing approaches | compatibility,platforms,hardware | knowledge/compatibility-testing.md |
| 7 | regression-testing | Regression Testing | Strategies for catching regressions in game builds | regression,ci,automation | knowledge/regression-testing.md |
| 8 | unity-testing | Unity Test Framework | Unity-specific testing with Test Framework, Play Mode, and Edit Mode tests | unity,unit-tests,integration | knowledge/unity-testing.md |
| 9 | unreal-testing | Unreal Automation | Unreal Engine automation system, functional tests, and Gauntlet | unreal,automation,gauntlet | knowledge/unreal-testing.md |
| 10 | godot-testing | Godot GUT Testing | Godot Unit Test framework patterns and best practices | godot,gut,unit-tests | knowledge/godot-testing.md |
| 11 | save-testing | Save System Testing | Strategies for testing save/load systems and data integrity | save-system,data,persistence | knowledge/save-testing.md |
| 12 | multiplayer-testing | Multiplayer Testing | Network testing, sync validation, and lag simulation | multiplayer,networking,sync | knowledge/multiplayer-testing.md |
| 13 | input-testing | Input Testing | Controller, keyboard, and touch input validation | input,controllers,accessibility | knowledge/input-testing.md |
| 14 | localization-testing | Localization Testing | Text, audio, and cultural validation for international releases | localization,i18n,text | knowledge/localization-testing.md |
| 15 | certification-testing | Platform Certification | Console TRC/XR requirements and certification testing | certification,console,trc,xr | knowledge/certification-testing.md |
| 16 | smoke-testing | Smoke Testing | Critical path validation for build verification | smoke-tests,bvt,ci | knowledge/smoke-testing.md |
| 17 | test-priorities | Test Priorities Matrix | P0-P3 criteria, coverage targets, execution ordering for games | prioritization,risk,coverage | knowledge/test-priorities.md |
| 18 | e2e-testing | End-to-End Testing | Complete player journey testing with infrastructure patterns and async utilities | e2e,integration,player-journeys,scenarios,infrastructure | knowledge/e2e-testing.md |