SoftwareTestPilot

Chapter 6 – Test Tools

Page Object Model – ISTQB Definition

Last Updated: July 12, 2026 · SoftwareTestPilot QA Team

Official ISTQB Definition

A design pattern in test automation that encapsulates web page elements and interactions into reusable classes, improving maintainability.

In simple words

Wrap each page/screen in a class so tests interact with methods (login()) not raw selectors.

Exam tip

POM is the de facto standard for maintainable Selenium and Playwright suites.

Related terms

Practice this term in the ISTQB Mock Test

40 CTFL v4.0 questions, 60-minute timer, instant scoring and chapter-wise breakdown.

Practice in Mock Test