All about Waits and Synchronisation in Selenium

preview_player
Показать описание
Here lets discuss about Synchronisation, exceptions caused by non-synchronisation, Solution to non Synchronisation, Different types of Wait: Static vs Dynamic , also detailed dynamic waits (Implicit Wait, Explicit Wait, Fluent) along with practical and industrial applications. Followed by frequently asked interview questions, at the end.

Synchronisation comes into picture, when 2 or more components are in picture. And the intent is to make both the components work in parallel with each other.
In automated testing, these two components are:
• Application Under test (AUT)
• Test Automation Tool

Please find below details according to time snap:
What is Synchronisation: 1:40s
Some Generic Exception that occurs due to non-synchronisation: 4:48
How do you achieve Synchronisation in Selenium: 5:15s
Difference Between Static and Dynamic wait: 5:15s
When and why to use Static wait, even though it reduces programs efficiency: 9:05s
All about of Implicit Wait: 9:46s
Practical/Industry implementations of Implicit Wait: 11:56s
All about Explicit Wait: 13:20s
Practical/Industry implementations of Implicit Wait: 15:52s
All about Fluent Wait: 19:34s
Why we use implicit wait, even if it reduces program’s perfomance: 21:00s
Frequently Asked Interview Questions: 22:15s

Links to go through:

Please go through other videos:
===============================================
===============================================
===============================================
Configure WebDriverManager:
===============================================
Selenium Setup | Selenium WebDriver Architecture | How Selenium Works Internally in Backend:
===============================================

Thanks for watching!
Рекомендации по теме
Комментарии
Автор

Good video on Wait Conditions.... Thank you

gaddipatiprabhakar