ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

Why do we use Constructors in Selenium Page Object Model| Important Selenium Interview Question|

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ส.ค. 2020
  • #selenium interview question #automation interview
    Ref:
    "this" keyword in Java : • "this" Keyword in Java...

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

  • @SonuKumar-vj6zs
    @SonuKumar-vj6zs 2 ปีที่แล้ว +4

    Thanku so much for this great way of teaching repsected Mam...I was quite confused in constructor in selenium but now it gets cleared ...I'm quite disappointed to see tha you have not uploaded all videos of selenium web driver pls make Mam🙏🙏🙏

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

      Glad to hear that. Will try to post more

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

    Really ur way of explaining is 👌👌

  • @Vinaykumar-rs5se
    @Vinaykumar-rs5se ปีที่แล้ว

    Very helpful information 😊

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

    Helpful and we need samething for method overloading, method overriding and inheritance

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

    Thise is really help me to understand why constructor is calling

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

    That's clear enough. Nice one . Will follow ur other videos as well

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

      Awesome, thank you!

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

      @@techtalksvpm6215 Welcome . Pls have a look at my channel too. If you like videos you can subscribe.

  • @akashyevale9373
    @akashyevale9373 2 ปีที่แล้ว

    Great👍

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

    Awesome explanation

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

    you explained everything clearly ,

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

    Red lines in code mean error. So all code demonstrated is wrong? Thanks.

  • @Humani11
    @Humani11 2 หลายเดือนก่อน

    What if you call initelement method in test class and not inside the page class constructor, we can maintain the driver instance in that way also right?

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

    Very good

  • @puneethkumar6946
    @puneethkumar6946 2 ปีที่แล้ว

    This really helps.... Can you pls make REST API automation videos.

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

    Tq mam,,,,

  • @nabipalack4607
    @nabipalack4607 3 ปีที่แล้ว

    Only thing is if you got better quality mic it would make the video much better Thank you.

  • @pankajinisahoo975
    @pankajinisahoo975 3 ปีที่แล้ว

    Awesome explanation 🙂🙂

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

    why not create a static instance of driver and use it across all pages. would like to know how is this different to conustructor method please.

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

      Were you able to find the answer to your question ? I was also looking for same answer and landed here.

    • @ThahirKizhakkepeedikayil-gy2ft
      @ThahirKizhakkepeedikayil-gy2ft ปีที่แล้ว

      u can use static webdriver driver; but u will encounter problems when u perform parallel testing. Static will provide references/instance of webdriver only to a browser so if u want to run on multiple browsers at a time u have to use constructor nd pass instances

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

      because we have to override the test classes with base class if we use static instance then it is very difficult because static keyword is reffered to current class not instance

  • @boyasurendra4886
    @boyasurendra4886 4 หลายเดือนก่อน

    for me getting initialization error when executing the test case can you please help me

  • @mouryaatul
    @mouryaatul 3 ปีที่แล้ว

    Awesome

  • @chethancp2010
    @chethancp2010 3 ปีที่แล้ว

    Awesome... Thank you so much... Can you please explain internal design of initElement method of PageFactory class

    • @techtalksvpm6215
      @techtalksvpm6215  3 ปีที่แล้ว

      Thank you. Sure will try to make a video on that.

  • @yogananthamgunasekaran1263
    @yogananthamgunasekaran1263 3 ปีที่แล้ว

    Hi, ctrl+right click is not working for me. source code not found error pops up. Could you please help me to solve this issue. thanks

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

    Can u explain super keywords usage here?

  • @kritishah1659
    @kritishah1659 3 ปีที่แล้ว

    Mam What’s the difference between the Selenium and SelectorsHub?

  • @prashanttiwari5855
    @prashanttiwari5855 3 ปีที่แล้ว

    Is singleton design pattern is same?

  • @chetanpatil1038
    @chetanpatil1038 2 ปีที่แล้ว

    Can you plz explain in Hindi

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

    Incomplete explaination