Part 17 - Understanding and working with Interfaces for Selenium automation

preview_player
Показать описание
In this video we will talk about working Interfaces for Selenium automation.

Please hit like and share your comments about the video !!!
Subscribe: ExecuteAutomation channel in Youtube !!! To learn more from ExecuteAutomation, please subscribe and check out below FREE courses

Selenium and C#
***********

Selenium and Java
***************

API Testing
*********

CI/CD with Microsoft Tech

Docker
******

Mobile Testing
*************

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

Wow this is perfect timing! Been wanting to do this at work. Thx!

jhorne
Автор

May i ask what is the best automation thing to do for appxbundle app format and it doesnt have a .exe file , can you suggest can the app be automated ?

deibalderama
Автор

please tell me when you run your file your console cmd open with a purple bar, how you've customized that?

Techiepanda.csmlpy
Автор

Once Question if we make the method as virtual in the parent class and override it inside the child Chrome class - then we no need to cast, so why is the interface used and not abstract class or class

gn
Автор

Thank you for you video.
For my opinion in real project you should inherite interface from IWebDriver and not to call it IWebriver
like >>> MyInterface: IWebDriver
Thanks again.

glok
Автор

I understand that the interfaces are useful because we define the method within the classes we need them, but couldn’t we have just overridden the methods?

sergio.pessegueiro
Автор

Unfortunately I didn't got the advantage of Interface here. You still have all methods for each browser in his class. So why don't do something like Chrome driver = new Chrome(); wouldn't it do the same like IWebDriver driver = new Chrome();?

vangoghh
join shbcf.ru