💾 Archived View for capsule.adrianhesketh.com › 2016 › 05 › 25 › saucelabs-demo captured on 2024-02-05 at 09:46:09. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
Caught a lunchtime demo of Jakub Zak's automated testing suite which uses Cucumber Selenium, and Sauce Labs to test mobile devices in the cloud over at the Infinity Works office yesterday.
I can't believe I'm saying this, but one of the things I most liked was a configuration file which mapped selectors for the UI elements to program code variables by using a YAML file. This helped to separate the element selectors from the code.
From memory, it looked something like:
main: loginButton: '#header > div > nth-child(3) > .button'
It's better if all of your UI elements have easy-to-use ids and selectors, but I can imagine working on a legacy system that's missing that, and using this idea to deal with the mess.
Terraforming a Skills Matrix with Go