Skip to content

Testing & QA

Test automation engineering - frameworks, tools, patterns, and infrastructure for reliable automated testing.

Frameworks and Tools

Testing Techniques

  • [[api-testing]] - REST (requests/httpx), gRPC (protobuf), Pydantic validation, OAuth
  • page object model - POM pattern, component objects, abstraction levels

Architecture and Strategy

  • test architecture - project structure, test pyramid, coverage, logging, security
  • allure reporting - annotations, steps, attachments, session hooks, report publishing

Infrastructure