From the course: Advanced Selenium: 3 Synchronization Strategies

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Next steps

Next steps - Selenium Tutorial

From the course: Advanced Selenium: 3 Synchronization Strategies

Start my 1-month free trial

Next steps

- [Alan] So we've covered a lot. So the questions are, well what do we do now? I'm going to suggest that you use the sample SyncHole application that I created for this course and try to write code that interacts with the application and the pages and its components. Create your own simple page objects and refactor the synchronization code into those, just to experiment. Look at your existing test code on your work projects. And if you have any thread.sleep or implicit wait time out configurations, then create explicit wait code using web driver wait and expected conditions to make your waiting dependent on the application state. You can download and amend the source code for this course and amend it to make sure you understand how it works and see what feels and change it however you want. 'Cause synchronization takes practice. So find as many hard to automate pages online that you can and try to automate them. And do…

Contents