What’s your go-to approach for Selenium testing?
I usually start with the smallest reliable layer, then use Selenium for the flows that actually need a browser.
I’m revisiting our approach because the suite is getting slower to trust as it grows. For people maintaining Selenium tests day to day: what’s your go-to setup for keeping tests readable and failures actionable?
Mostly interested in practical habits around waits, page objects or alternatives, test data, and deciding what not to automate in the UI.