UTAM
Learn the fundamentals of UI Test Automation Model (UTAM) and harness the power of JSON page objects. Page objects encapsulate UI components into a scalable interface for your test code. The UTAM framework is a web standard, and can test non-Salesforce apps, too.
Key Features
  • Easy to write
    UTAM page objects are authored in JSON and described by an easy-to-understand UTAM grammar.
  • Cross-platform
    The UTAM compiler outputs well-formed Java or JavaScript page objects ready for UI test integration.
  • Easy to maintain
    When an app changes, so does the DOM. UTAM streamlines the change process and enables you to write more durable UI tests.