How can you write tests for Selenium (or similar) which don't fail because of minor or cosmetic changes?
- by Sam
I've been spending the last week or so learning selenium and building a series of web tests for a website we're about to launch. it's been great to learn, and I've picked up some xpath and css location techniques.
the problem for me though, is seeing little changes break the tests - any change to a div, an id, or some autoid number that helps…