Infosys Automation Testing Interview Questions | Infosys Testing Interview Q&A

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

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

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

    Interface variables are implicitly static and final. This means that they cannot be overridden by implementing classes.

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

    Final members can't be overridden because final keyword is used to prevent the overridden concept.

  • @AbhishekSharma-kp3ph
    @AbhishekSharma-kp3ph 19 วันที่ผ่านมา +1

    are these infosys interview questions?

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

    Interface variable by default is final so we cannot override and Behaviour of method of parent class may impact

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

    In interface variables are static and final so it can't override.

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

    ElementNotclickable exception we can handle through javascript executor....

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

    Sir can you tell me now the interview held more... in the vertual mode on in walk in

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

    In interface variable are public static and final that's why we can't override the interface variable

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

    Dont know why you dont even take any interview on python selenium automation

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

    Anyone getting call for interview in Infosys now days ?

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

    😎I have automated email OTP

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

    Hello, Xpath is => //span[text()='From']/following-sibling::p .....please let me know is correct or not.

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

      It is correct 💯

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

      (//p[contains(text(),'Enter city or airport')])[1] this is also onetherway to approach