Explain OOPS Concepts You have Used in Selenium Automation Framework || Selenium Interview Questions

Поділитися
Вставка
  • Опубліковано 4 вер 2024
  • #seleniumtekautomation #automationtesting #seleniuminterviewquestions
    Hi guys, Welcome !!!!
    In this video I have discussed about:
    --------------------------------------------------------
    Tell Me about OOPS concepts you have used in your automation framework?
    Please don't forget to watch this video till the end. Please drop a like and subscribe to My channel if you're new to here.
    Interface
    Polymorphism
    Encapsulation
    Abstraction
    Inheritance
    Thanks For Watching 🙏🙏🙏
    #ExplainOOPSConceptsYouhaveUsedinSeleniumAutomationFramework
    #ExplainJavaConceptsusedinYourProject
    #SeleniumInterviewQuestions
    #ExplainaboutOOPSConceptsusedinYourProject
    #ExplainaboutAbstarctioninyourproject
    #ExplainaboutOOPSconceptsusedinyourFramework
    #Explainaboutoopsconceptsusedinyourproject
    #JavaConceptsusedinyourprojectinterviewquestion

КОМЕНТАРІ • 49

  • @beastfans_india
    @beastfans_india Рік тому +6

    Hey hi they asked me in project explain oops not in framework or selenium methods..can you tag any video which you explained for project 😅

  • @theadorablesisters642
    @theadorablesisters642 Рік тому +5

    Very well explained. OOPS concepts in selenium are now much clear.

  • @AmitGrover321
    @AmitGrover321 4 місяці тому +1

    Very nice explanation of OOPS concept in Selenium which I have been searching for long. Thank you so much Sir!

  • @user-ip4vv8xe5w
    @user-ip4vv8xe5w 7 місяців тому

    Very Informative and easily relatable to understand the oops concepts for Selenium. Thanks for Sharing!!!

  • @youarebest2
    @youarebest2 Рік тому +4

    This is one of interview question in morgan stanley automation interview

  • @raghavendraam719
    @raghavendraam719 Рік тому +2

    Super bro, I understood how we r using oops in automation.

  • @shailyjaiswal1031
    @shailyjaiswal1031 Рік тому +2

    Great Explanation. This video is Very helpful. Thanks so much.

  • @pattapukhannaji780
    @pattapukhannaji780 4 місяці тому +1

    Simply wow

  • @suryahappycrafts2489
    @suryahappycrafts2489 4 місяці тому +1

    Thanks for sharing

  • @saswatisoumya841
    @saswatisoumya841 2 роки тому +3

    Wow ... I was always looking for this video 💫. Thank you!!!

  • @monicabhagat1189
    @monicabhagat1189 Рік тому +1

    Thank you for sharing ur knowledge.

  • @svetlanamazhaykina6918
    @svetlanamazhaykina6918 4 місяці тому +1

    Thanks for your work! Well done!

  • @Jesnish_Hans_R
    @Jesnish_Hans_R Рік тому +1

    Easy to explain how framework is

  • @chetan8872
    @chetan8872 Рік тому +1

    very very useful video

  • @chandramohan7227
    @chandramohan7227 Рік тому +2

    Very helpful video

  • @hemanthadepu335
    @hemanthadepu335 7 місяців тому +1

    Nice🎉

  • @mrbj3021
    @mrbj3021 2 роки тому +2

    Subscribed and Liked. Very nice video and you made me understand easy even we know the basics of the concept.

  • @suk1607
    @suk1607 Рік тому +2

    Hello Sir, your way of explaining things is too good....Thank you...But to achieve encapsulation we need getter and setter approach......Or to achieve encapsulation ,getter and setter is the only approach...?

  • @user-wf8bs5dx1h
    @user-wf8bs5dx1h 3 місяці тому +1

    Thank you

  • @sushmitapriya4394
    @sushmitapriya4394 5 місяців тому +2

    Very informative and helpful video. But can you please not repeat each sentence twice just for the sake of it?

  • @akulabhaskar3797
    @akulabhaskar3797 Місяць тому +1

    @4:59 , WebdriverWait is not an Interface

  • @OUCapital
    @OUCapital 2 місяці тому

    Thanks🙏

  • @jimjohnson5007
    @jimjohnson5007 Рік тому +1

    It really helps a lot .thanks

  • @shankarraj3433
    @shankarraj3433 Рік тому +1

    Thanks.

  • @satishnande123
    @satishnande123 Рік тому +1

    Smoothly explained, helped a lot.

  • @ankitbaghel1266
    @ankitbaghel1266 Місяць тому +1

    Can you please share the git repo for this project that would be really helpful

  • @yaseerpasha6143
    @yaseerpasha6143 Рік тому +1

    Thanks Bro

  • @anujagosavi4635
    @anujagosavi4635 Рік тому +1

    nice

  • @prasathr1472
    @prasathr1472 20 днів тому +1

    WebDriverwait is a class

  • @asinoori555
    @asinoori555 Рік тому +1

    I didnt understand where you said we hiding implementations of webelements and achieving Abstraction but you didnt make the method as abstract instead it was Inheritance, ElectronicPage extended Generics, this is confusing me

  • @user-cv2pu5bo2i
    @user-cv2pu5bo2i 8 місяців тому +1

    Please improve the quality of explanation. It's very lagging when you are using a sentence 2 times. This could be just 15 mins Video but dragged for 30 mins

  • @SESHU_BABU
    @SESHU_BABU 4 місяці тому +1

    WebDriverWait is class not an Interface please correct it

  • @abhishekthomas7799
    @abhishekthomas7799 10 місяців тому +1

    WebDriverWait is not an interface..its a class
    WebDriverWait wait = new WebDriverWait (driver, 20);
    object is being created..how then it would be an interface??

    • @shubhamherwade1260
      @shubhamherwade1260 7 місяців тому

      The WebDriver interface in Selenium is implemented by various browser-specific classes such as ChromeDriver, FirefoxDriver, EdgeDriver, etc. These classes provide the concrete implementation of the methods declared in the WebDriver interface. Using the WebDriver interface allows for a consistent way of interacting with different browsers, making the code more modular and flexible.

    • @abhishekthomas7799
      @abhishekthomas7799 7 місяців тому

      @@shubhamherwade1260 did u read the question properly ?

  • @kripaldatt2348
    @kripaldatt2348 9 місяців тому +1

    Webdriverwair is class not interface

  • @karthikenoch5416
    @karthikenoch5416 9 місяців тому

    Please paste this framework link for reference

  • @akshaysharma139
    @akshaysharma139 3 місяці тому

    Dont repeat same lines again and again. Once is enough

  • @mailtomanianbu
    @mailtomanianbu 4 місяці тому +5

    Just a suggestion, Please don't repeat the same word again and again multiple times.. it's actually spoils the learning here .. thanks for your efforts...

  • @user-ip4vv8xe5w
    @user-ip4vv8xe5w 7 місяців тому

    Very Informative and easily relatable to understand the oops concepts for Selenium. Thanks for Sharing!!!

  • @TRADER40
    @TRADER40 Місяць тому

    WebDriverWait is class not interface