In this episode we are covering how to write modular testing code, maximizing reusability so your framework can adapt quickly to changes.
Tag: selenium
Lessons Learned on Automation Episode II: Slow and Steady Wins the Race
In the world of Selenium usability testing, many intermittent failures are caused by elements not showing up in time or not being enabled when the test tries to access it. Adding extra checks on your tests might slow down your suites, but it’s a small price to pay for reliability when coding for web or mobile SDK.