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

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

ความคิดเห็น • 52

  • @Kidvideos1997
    @Kidvideos1997 ปีที่แล้ว +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 😅

  • @shwetamulik21
    @shwetamulik21 2 ปีที่แล้ว +5

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

  • @PazhaniKumar-v5m
    @PazhaniKumar-v5m ปีที่แล้ว

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

  • @raghavendraam719
    @raghavendraam719 ปีที่แล้ว +2

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

  • @AmitGrover321
    @AmitGrover321 8 หลายเดือนก่อน +1

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

  • @shailyjaiswal1031
    @shailyjaiswal1031 2 ปีที่แล้ว +2

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

  • @saswatisoumya841
    @saswatisoumya841 2 ปีที่แล้ว +3

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

  • @chandramohan7227
    @chandramohan7227 2 ปีที่แล้ว +2

    Very helpful video

  • @monicabhagat1189
    @monicabhagat1189 ปีที่แล้ว +1

    Thank you for sharing ur knowledge.

  • @chetan8872
    @chetan8872 ปีที่แล้ว +1

    very very useful video

  • @youarebest2
    @youarebest2 2 ปีที่แล้ว +4

    This is one of interview question in morgan stanley automation interview

  • @hemanthadepu335
    @hemanthadepu335 11 หลายเดือนก่อน +1

    Nice🎉

  • @sushmitapriya4394
    @sushmitapriya4394 10 หลายเดือนก่อน +3

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

  • @Jesnish_Hans_R
    @Jesnish_Hans_R ปีที่แล้ว +1

    Easy to explain how framework is

  • @pattapukhannaji780
    @pattapukhannaji780 9 หลายเดือนก่อน +1

    Simply wow

  • @svetlanamazhaykina6918
    @svetlanamazhaykina6918 8 หลายเดือนก่อน +1

    Thanks for your work! Well done!

  • @suryahappycrafts2489
    @suryahappycrafts2489 9 หลายเดือนก่อน +1

    Thanks for sharing

  • @Madd_decentt
    @Madd_decentt 4 หลายเดือนก่อน +1

    Thank you so much 😊

  • @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...?

  • @jimjohnson5007
    @jimjohnson5007 ปีที่แล้ว +1

    It really helps a lot .thanks

  • @satishnande123
    @satishnande123 ปีที่แล้ว +1

    Smoothly explained, helped a lot.

  • @yaseerpasha6143
    @yaseerpasha6143 ปีที่แล้ว +1

    Thanks Bro

  • @akulabhaskar3797
    @akulabhaskar3797 6 หลายเดือนก่อน +1

    @4:59 , WebdriverWait is not an Interface

  • @ankitbaghel1266
    @ankitbaghel1266 6 หลายเดือนก่อน +1

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

  • @MonicaBhagat-q8w
    @MonicaBhagat-q8w 8 หลายเดือนก่อน +1

    Thank you

  • @Smibha2022
    @Smibha2022 2 หลายเดือนก่อน +1

    Can you please share the git url of this project

  • @OUCapital
    @OUCapital 7 หลายเดือนก่อน

    Thanks🙏

  • @anujagosavi4635
    @anujagosavi4635 2 ปีที่แล้ว +1

    nice

  • @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

  • @prasathr1472
    @prasathr1472 5 หลายเดือนก่อน +1

    WebDriverwait is a class

  • @KalaimahalJanakiraman-q5q
    @KalaimahalJanakiraman-q5q ปีที่แล้ว +2

    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

  • @shankarraj3433
    @shankarraj3433 ปีที่แล้ว +1

    Thanks.

  • @SESHU_BABU
    @SESHU_BABU 9 หลายเดือนก่อน +1

    WebDriverWait is class not an Interface please correct it

  • @abhishekthomas7799
    @abhishekthomas7799 ปีที่แล้ว +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 ปีที่แล้ว

      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 ปีที่แล้ว

      @@shubhamherwade1260 did u read the question properly ?

  • @karthikenoch5416
    @karthikenoch5416 ปีที่แล้ว

    Please paste this framework link for reference

  • @kripaldatt2348
    @kripaldatt2348 ปีที่แล้ว +1

    Webdriverwair is class not interface

  • @akshaysharma139
    @akshaysharma139 7 หลายเดือนก่อน

    Dont repeat same lines again and again. Once is enough

  • @mailtomanianbu
    @mailtomanianbu 8 หลายเดือนก่อน +7

    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...

    • @SameerSalim1
      @SameerSalim1 6 หลายเดือนก่อน

      I don't think so

    • @aalokkumarprajapati8491
      @aalokkumarprajapati8491 5 หลายเดือนก่อน +1

      Yes , it is irritating to listen same thing twice eact time

  • @PazhaniKumar-v5m
    @PazhaniKumar-v5m ปีที่แล้ว

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

  • @TRADER40
    @TRADER40 6 หลายเดือนก่อน

    WebDriverWait is class not interface