Automation Testing Interview Questions and Answers| Testing Questions | RD Automation Learning

Поділитися
Вставка
  • Опубліковано 10 гру 2024

КОМЕНТАРІ • 11

  • @Nehamore975
    @Nehamore975 День тому +4

    9:42 we can 1. first switch to frame 2. explicit wait 3. validate text.

    • @rdautomationlearning609
      @rdautomationlearning609  День тому +1

      Correct!!

    • @Nehamore975
      @Nehamore975 День тому

      @@rdautomationlearning609 Sir I have 5.8 years of experience in IT and 4 years in selenium + Appium. recently I cracked Capgemini interview and I want to share my interview experience with your followers if I get a chance to explain soon.
      I would like to share my experience in feb if you allow me.

  • @Raj_Gaming002
    @Raj_Gaming002 13 годин тому

    We can use fluent wait as it having condition with frequency approach..

  • @Nehamore975
    @Nehamore975 День тому +3

    she is good in automation

  • @bhavaniyalla6728
    @bhavaniyalla6728 День тому

    Polling Loop- Plan B(Plan A-Explicit waits)
    A for loop is used to repeatedly check for the success message.
    If the message is found and visible, the loop breaks early.
    The loop limits the total wait time (e.g.: maxAttempts * delayBetweenAttempts).

  • @keerthip6420
    @keerthip6420 День тому

    Fluent wait?

  • @vinuthreddy4238
    @vinuthreddy4238 День тому +1

    Wait=WebdriverWait(driver,12,polling_frequency=6)
    Element=Wait.until(element_to_be_visible((locator)))
    return element.

  • @abhishekkelusker8702
    @abhishekkelusker8702 День тому +1

    Is she giving interview once again?