Selenium IDE3 is continually evolving and has become my new tool-of-choice for testing web apps from the user experience perspective. Some of the features of the older Selenium IDE, such…Continue readingSelenium IDE3 Using If and Variables
Did you know you can tell Selenium IDE to execute certain commands only if a specific element exists on the page? The if element exists trick makes your web app…Continue readingSelenium IDE if element exists
Keeping the WordPress login intact between Cypress.IO tests was a challenge. There are plenty of Cypress.IO articles about login management and just as many about “anti-pattern” which lean toward the…Continue readingCypress.IO WordPress Login Management
Digging into Cypress.IO in a sprint to replace my almost-completely-useless stack of Selenium IDE tests for Store Locator Plus, I’ve run into some issues that seem to go beyond my lack…Continue readingCypress.IO Shortcomings — Pattern or Die
After discussing projects over the past week, one of the guys at Automattic brought up CypressIO. If you’ve been following the recent posts on Lance.Bio you know that the path…Continue readingCypressIO Simplifies Web App Testing
Finding documentation on Selenium is hard enough for the “main languages” of Java or Python. There are lots of examples of how to do things there in those languages…Continue readingJavaScript Selenium Newb Cheat Sheet