@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/game-development/game-testing-methodology>
  a schema:TechArticle ;
  schema:headline "Game Testing Methodology for Engine-Based Projects" ;
  schema:url <https://anchorfact.org/game-development/game-testing-methodology/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/game-development/game-testing-methodology>
  schema:citation <https://docs.unity.cn/Packages/com.unity.test-framework@2.0/manual/edit-mode-vs-play-mode-tests.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-testing-methodology>
  schema:citation <https://docs.unity.com/en-us/build-automation/reference/unit-tests> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-testing-methodology>
  schema:citation <https://dev.epicgames.com/documentation/en-us/unreal-engine/automation-system-user-guide-in-unreal-engine?application_version=5.6> ;
  af:sourceTier "B" .