Automation Testing Mock Interview| Selenium Mock Interview For Freshers

Поделиться
HTML-код
  • Опубликовано: 31 июл 2021
  • @RD Automation Learning
    #AutomationTestingInterviewQuestions
    #AutomationInterviewQuestions
    #FresherInterviewQuestions
    #SeleniumInterviewQuestions
    automation engineer interview questions and answers,mock interview for automation testing,Automation Testing questions and answers,automation engineer interview prepartion,mock interview for software testing,software testing,automation testing mock interview,test automation mock interview,selenium interview questions and answers for beginners,automation testing interview questions and answers,selenium mock,selenium mock interview for freshers
    1. Explain the different exceptions in Selenium WebDriver.
    Exceptions in Selenium are similar to exceptions in other programming languages. The most common exceptions in Selenium are:
    TimeoutException: This exception is thrown when a command performing an operation does not complete in the stipulated time
    NoSuchElementException: This exception is thrown when an element with given attributes is not found on the web page
    ElementNotVisibleException: This exception is thrown when the element is present in DOM (Document Object Model), but not visible on the web page
    StaleElementException: This exception is thrown when the element is either deleted or no longer attached to the DOM
    2. What is POM (Page Object Model)?
    Page Object Model is a design pattern for creating an Object Repository for web UI elements. Each web page in the application is required to have it’s own corresponding page class. The page class is thus responsible for finding the WebElements in that page and then perform operations on those WebElements.
    3. How to scroll down a page using JavaScript in Selenium?
    We can scroll down a page by using window.scrollBy() function.
    Example:
    ((JavascriptExecutor) driver).executeScript("window.scrollBy(0,500)");
    4. How to scroll down to a particular element?
    To scroll down to a particular element on a web page, we can use the function scrollIntoView().
    5. How to handle keyboard and mouse actions using Selenium?
    We can handle special keyboard and mouse events by using Advanced User Interactions API. The Advanced User Interactions API contains the Actions and the Action Classes that are needed for executing these events.
    This Video is helpful for people who are looking for :
    Automation Testing questions and answers
    Software Testing interview questions and answers
    Mock QA testing Telephonic Interview
    Automation Testing online interview
    Mock java Interview Questions for Automation Testing
    testing interview questions
    Mock selenium automation testing interview questions
    Automation Testing interview asked questions
    Mock interview experience quora
    Mock Software Testing interview
    Mock selenium interview questions
    Mock selenium interview questions for experienced
    6. Which files can be used as data source for different frameworks?
    Some of the file types of the dataset can be: excel, xml, text, csv, etc.
    7. What are Listeners in Selenium?
    It is defined as an interface that modifies the behavior of the system. Listeners allow customization of reports and logs.
    Listeners mainly comprise of two types, namely
    WebDriver listeners
    TestNG listeners
    SDET interview questions
    Automation Testing interview questions for freshers
    MOCK interview experience
    Mock Automation Testing interview questions for experienced
    interview questions for automation testing
    automation testing interview questions
    Software Testing interview questions and answers for freshers
    QA interview questions geeksforgeeks
    Latest Mock QA Automation Testing interview

Комментарии • 32

  • @rdautomationlearning609
    @rdautomationlearning609  3 года назад +8

    ruclips.net/p/PLTGn8a4YcF3xwMlFvrg9YAE8jrubJI1MA
    Testing Interview Questions asked at various companies

  • @dl08rider32
    @dl08rider32 2 года назад +22

    I prey to God that there should be a interviewer like u in every organisation 🙏 so that people can give interview without fear.

  • @ronakvala1550
    @ronakvala1550 Год назад +2

    She answered every question so calmly and perfectly.

  • @harichandra1131
    @harichandra1131 3 года назад +18

    Traceability matrix is a document which ensures that every requirements has got atleast one test case
    It is also known as Requirements traceability matrix or Cross reference matrix
    This documents gives us sense of confidence that we are having good test coverage cause we are touch every feature atleast once
    1) In Forward traceability matrix we trace from base documents to derived document like requirements to test case and test case to automation scripts
    2) In backward traceability matrix we trace from derived documents to base documents like automation script to test case and test case to requirements documents
    3) Bidirectional traceability matrix -in this we trace from both side that is requirements to test case and from automation scripts to test case

  • @monicadesai5697
    @monicadesai5697 2 года назад +7

    Most thankful for such mock interviews sir. You are very humble and nice with the candidates that gives a nice vibe. It is very informative as well. Thank u!

  • @bhawanapatil6472
    @bhawanapatil6472 2 года назад +2

    Forward Tracability Matrix=test cases are mapped with user story.
    Backword Tracability Matrix=defects are mapped with user story.

  • @heenakouser7733
    @heenakouser7733 2 года назад +2

    Thank you so much for both of you, sir vedios are really useful please post more vedios.

  • @sumangalasn4200
    @sumangalasn4200 2 года назад +1

    thank you so much sir 🙏

  • @howits524
    @howits524 2 года назад +5

    sir my kind request please record the mock interview without background noise

  • @Vikram.G
    @Vikram.G 2 года назад +1

    We create the Document of Smoke OR Sanity Testing...?

  • @nishanthimohan8733
    @nishanthimohan8733 5 месяцев назад

    I got low severity high priority question in one of my interviews

  • @pramodpardeshi3473
    @pramodpardeshi3473 2 года назад

    Pls help with a perfect answer to" explain oops concepts used in ur framework"

  • @seetaramgouda2078
    @seetaramgouda2078 2 года назад +2

    Sir take my mock also ,i have knowledge in java,selenium,manual testing,sql

  • @shubhamthakare9190
    @shubhamthakare9190 4 месяца назад

    Sir, I have a one question, out of all locater in selenium ,
    which one is best & why...?

  • @saisekhar636
    @saisekhar636 2 года назад

    is it necessary for frameworks automation tester

  • @unteck7023
    @unteck7023 8 месяцев назад

    When tester do Requirment Traceability Matrix?

  • @shubhambansal5163
    @shubhambansal5163 2 года назад +1

    Sir, can we also participate in the Mock Interviews pls, if it is possible?

  • @swethas6888
    @swethas6888 11 месяцев назад

    Could you please let me know what's sanity .... sir ..Lil unclear ...with some example
    Thanks in Advance

  • @bliss_ad
    @bliss_ad 2 года назад +1

    i would like to give mock sir so is there any possibility that viewer can also get a chance of attending mock such a informative video

  • @gp55551
    @gp55551 Год назад +1

    I would like to participate in the mock interview. Can we connect??

  • @ajayshinde4237
    @ajayshinde4237 3 года назад +5

    Forward tracibility matrix is done before the test case execution were we are mapping our test cases with our requirements
    Backward traceability matrix is done after the execution were we check the after execution of any deffect comes is come with our desire op or else