STARCANADA 2017 - Selenium Test Automation | TechWell

Conference archive

STARCANADA 2017 - Selenium Test Automation

Wednesday, October 18

W12

Flaky No More: Find the Right Framework for Your Selenium Tests

New
Add to calendar
Wednesday, October 18, 2017 - 1:30pm to 2:30pm

Selenium has an industry reputation of being a flaky tool where individual tests pass, then fail—sometimes with no production changes at all. Such flakiness in your test suites can be extremely difficult, time-consuming, and frustrating to debug. The vast majority of these issues come from using either bad locators or bad wait conditions. Both of these root causes can be addressed by implementing the right framework for your Selenium tests. Craig Schwarzwald shares the most important concepts in creating a more reliable Selenium framework, such as using a base page object that wraps core...