Modern QA2026Discovery priority order — tiles
Log inJoin
5 / 139 · 13 Browser Automation with Playwright · Pre-Requisites: Discover the Application and Produce Customization Artifacts← prev⊞ allnext →☰ Read as one page

1.5Discovery priority order

When learning a product, use the richest source you have. In most cases, use this order:

  1. Site Map page
  2. Header navigation
  3. Footer links
  4. Authenticated navigation after login
  5. Product docs, help center, onboarding flows
  6. API docs, Postman collections, OpenAPI specs
  7. Frontend route config or source code, if accessible
  8. Exploratory traversal of the running app

You do not need every source. Use the best available sources and combine them where helpful.