QuestionQ50

Test Automation Tools

Salesforce delivers three major releases each year.

Which kind of release-introduced change can require automated browser tests to be updated?

  • A Metadata schema changes
  • B New Apex methods
  • C DOM changes
  • D New standard fields
Explanation

Automated browser tests that rely on selectors or component internals are coupled to the rendered DOM. Salesforce documents that HTML, CSS, and DOM structure can change and are not stable APIs, so DOM changes can break those tests and require maintenance.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!