Testing Mock Interview for Experienced | 3 - 5 YOE | Testing Scenario Based Questions

Поділитися
Вставка
  • Опубліковано 22 лип 2024
  • Have a look at below Playlists:
    #rdautomationlearning #rdautomation
    Testing Interview Questions & Answers asked at various companies like Amazon, Capgemini, PayTM, Accenture, etc
    • Amazon Interview Quest...
    Software Testing Mock Interviews
    • What is Software Testi...
    RPA (Automation Anywhere) Interview videos
    • What is RPA?| What is ...
    This video contains Java interview questions, Selenium interview questions, TestNG interview questions and Database interview questions, Automation Testing scenario based interview questions that were asked as part of Mock Interview Questions Process.
    software testing interview questions,software testing tools,manual and automation testing mock interview,selenium automation testing mock interview,automation testing mock interview for experienced,manual testing mock interview for experienced,rd automation learning,automation testing interview questions for 3 years experience selenium,automation testing interview questions,automation testing interview questions and answers,automation testing interview mock,software testing questions guru99, hackerrank software testing interview questions
    #webdriverinterviewquestions #testnginterview questions #TestNGInterviewquestions #rdautomationlearning
    1. There is a test automation running and fails 14%, say 1/7 times? How you will debug? There is no code change or test code change.
    Compare fail pattern to input data for correlation or check error log for stability issues (object not found/timing issues).
    1 out of 7? Day of the week related? - Check run date for test, compare to calendar.
    Is there a fail pattern? Does it literally fail every 7th time or just averages to fail 1/7 of the time? Error log and execution logs are crucial.
    2. How to automate Shadow DOM & Nested Shadow DOM elements in selenium?
    We can’t access the shadow dom elements like other web elements.
    Like driver.findElement(..) can’t be used directly to handle shadow dom elements.
    Here first we need to locate the host element of shadow root then
    Get the access of shadow dom using JS through host element, it can be called as last element.
    Now shadow dom elements can be accessed using this last element.
    3. Maven settings.xml file
    In maven settings.xml file usually contains elements used to define values that configure Maven execution in various ways, like the pom.xml. This file should not be bundled to any specific project, or should not be distributed to an audience.
    This file mainly includes values such as the local repository path, alternate remote repository servers, profiles, and authentication information, etc..
    There are mainly two locations where a settings.xml file may reside.
    The Maven install: ${maven.home}/conf/settings.xml (Global Setting)
    A user’s install: ${user.home}/.m2/settings.xml (User settings)
    If both files exist then their contents get merged together, with the user-specific settings.xml being dominant.
    4. Write a program to print all permutations of a given string
    A permutation also called an “arrangement number” or “order,” is a rearrangement of the elements of an ordered list S into a one-to-one correspondence with S itself. A string of length n has n! permutation.
    Below are the permutations of string ABC.
    ABC ACB BAC BCA CBA CAB
    5. Automation Testing Question:
    How do you verify a search result list which changes consistently based on each search word and filters?
    For example, how do you make sure that the list is sorted based on price or rating or etc without any identical list to compare with? Since providing an identical list as Test Input for each word is not the best approach.
    6. What is a binary tree
    A tree whose elements have at most 2 children is called a binary tree. Since each element in a binary tree can have only 2 children, we typically name them the left and right child.
    Binary Tree Data Structure
    A Binary Tree node contains the following parts.
    Data
    Pointer to left child
    Pointer to right child

КОМЕНТАРІ • 47

  • @snehayadav8100
    @snehayadav8100 8 місяців тому +2

    Osm questions & answer please make mock interview like this more videos

  • @sweetthirty2
    @sweetthirty2 Рік тому +1

    Great mock questions 🙏🙏🙏

  • @sachiienraut
    @sachiienraut Рік тому

    Sir, open question no one anwser in chat or may be confusing answers. could you please answer at the end of video.

  • @mohansrinivas5230
    @mohansrinivas5230 Рік тому +16

    Page objects themselves should never be make verifications or assertions. Assertions is part of your test and should always be within the test's code, never in an page object.

  • @SkRaj-gg8dx
    @SkRaj-gg8dx Рік тому +2

    Sir your videos are vary helpful to crack interviews in simple way , and Assertions will be written in test class level.

  • @k.pkumar5437
    @k.pkumar5437 11 місяців тому

    In POM, will create separate class for each file. Then class level or page level are same right

  • @shubhamthakare9190
    @shubhamthakare9190 Рік тому +1

    Thank you, thank you, thank you...

  • @travelandphotography8988
    @travelandphotography8988 2 місяці тому

    Can we directly tell in real interview that we can use Selectors Hub for finding xpath for Shadow dom or SVG element?

  • @naveengollu3481
    @naveengollu3481 Рік тому

    At which level the assertion are given sirr..

  • @nakkalanandini2648
    @nakkalanandini2648 Рік тому +1

    Can selectorHub accessible for real-time project ?

  • @voldiking
    @voldiking Рік тому +5

    Your videos are always knowledgeable.... Thnk u sir

  • @SelectorsHub
    @SelectorsHub Рік тому +6

    Very helpful mock interview. Thank you so much Rakesh for helping community by these mock interviews and knowledge sharing.

  • @jnp9155
    @jnp9155 Рік тому

    We keep Assertion on test level

  • @sujeet1071
    @sujeet1071 Рік тому

    Sir how can I connect with you

  • @thuppadalokanath5444
    @thuppadalokanath5444 Рік тому +1

    Tq sir

  • @swatishetkar6780
    @swatishetkar6780 Рік тому

    By using test Ng enabled keyword

  • @bhagvatdhade2171
    @bhagvatdhade2171 Рік тому +1

    Super

  • @KrishanKumar-jo7ss
    @KrishanKumar-jo7ss 11 місяців тому

    Is ladki ki awaj kitni pyari hai❤

  • @jananaayaganvetrichelvan9487
    @jananaayaganvetrichelvan9487 Рік тому +5

    For best practice, In cucumber BDD framework assertions should available in test files instead of page files.

    • @rdautomationlearning609
      @rdautomationlearning609  Рік тому

      True

    • @jnelwin
      @jnelwin Рік тому

      who the hell is asking questions on selectors hub? And why are testers so much focused on these selectors ? Gone are those days
      UI automation is dead

  • @travelandphotography8988
    @travelandphotography8988 2 місяці тому

    We keep assertion at class level. At the end of every test case to check that tc is pass or fail

    • @shakthi5206
      @shakthi5206 2 місяці тому

      Class level or method level?

  • @sudhaganta5642
    @sudhaganta5642 Рік тому +2

    How much package we can expect for a 3.5 yr manual+api tester
    .

  • @pratikshahegade6053
    @pratikshahegade6053 Рік тому +2

    Assertion should be written in Test Class

  • @sunilkumarpatel8578
    @sunilkumarpatel8578 Рік тому +1

    very helpful sir this interview thank you so much plese make this types inteview new

  • @tonystarc8771
    @tonystarc8771 Рік тому +1

    Sir today I was found one bug in flipkart tracking, how I will raise a bug to the flipkart. Bcoz no complaints options haven't available in flipkart. Can you give any idea sir.

    • @shwetathakur3898
      @shwetathakur3898 Рік тому

      Mail them. They respond only on mail. I did the same.

  • @neetalande1648
    @neetalande1648 Рік тому +2

    How to register for a mock interview??

  • @poojak352
    @poojak352 Рік тому

    😝😂😂😂

  • @jnelwin
    @jnelwin Рік тому +2

    stop learning UI automation. It's dead