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

<https://anchorfact.org/kb/computer-science/testing-pyramid>
  a schema:TechArticle ;
  schema:headline "Testing Pyramid" ;
  schema:url <https://anchorfact.org/computer-science/testing-pyramid/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_assisted" .

<https://anchorfact.org/kb/computer-science/testing-pyramid>
  schema:citation <https://martinfowler.com/bliki/TestPyramid.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/testing-pyramid>
  schema:citation <https://martinfowler.com/articles/practical-test-pyramid.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/testing-pyramid>
  schema:citation <https://testing.googleblog.com/2015/04/just-say-no-to-more-end-to-end-tests.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/testing-pyramid>
  schema:citation <https://playwright.dev/docs/best-practices> ;
  af:sourceTier "B" .