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

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
    @snehayadav81006 ай бұрын

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

  • @sweetthirty2
    @sweetthirty2 Жыл бұрын

    Great mock questions 🙏🙏🙏

  • @shubhamthakare9190
    @shubhamthakare9190 Жыл бұрын

    Thank you, thank you, thank you...

  • @rdautomationlearning609

    @rdautomationlearning609

    Жыл бұрын

    Welcome!

  • @mohansrinivas5230
    @mohansrinivas5230 Жыл бұрын

    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.

  • @rdautomationlearning609

    @rdautomationlearning609

    Жыл бұрын

    True Thanks for response!!

  • @SkRaj-gg8dx
    @SkRaj-gg8dx Жыл бұрын

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

  • @nainagupta4949

    @nainagupta4949

    Жыл бұрын

    very*

  • @voldiking
    @voldiking Жыл бұрын

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

  • @rdautomationlearning609

    @rdautomationlearning609

    Жыл бұрын

    Always welcome

  • @SelectorsHub
    @SelectorsHub Жыл бұрын

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

  • @rdautomationlearning609

    @rdautomationlearning609

    Жыл бұрын

    Thank you Sanjay & your Team!!

  • @sachiienraut
    @sachiienraut Жыл бұрын

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

  • @thuppadalokanath5444
    @thuppadalokanath5444 Жыл бұрын

    Tq sir

  • @rdautomationlearning609

    @rdautomationlearning609

    Жыл бұрын

    True Thanks for response!!

  • @bhagvatdhade2171
    @bhagvatdhade2171 Жыл бұрын

    Super

  • @rdautomationlearning609

    @rdautomationlearning609

    Жыл бұрын

    Thank You

  • @k.pkumar5437
    @k.pkumar54379 ай бұрын

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

  • @jnp9155
    @jnp9155 Жыл бұрын

    We keep Assertion on test level

  • @jananaayaganvetrichelvan9487
    @jananaayaganvetrichelvan9487 Жыл бұрын

    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

  • @naveengollu3481
    @naveengollu3481 Жыл бұрын

    At which level the assertion are given sirr..

  • @travelandphotography8988
    @travelandphotography8988Ай бұрын

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

  • @nakkalanandini2648
    @nakkalanandini2648 Жыл бұрын

    Can selectorHub accessible for real-time project ?

  • @swatishetkar6780
    @swatishetkar6780 Жыл бұрын

    By using test Ng enabled keyword

  • @KrishanKumar-jo7ss
    @KrishanKumar-jo7ss10 ай бұрын

    Is ladki ki awaj kitni pyari hai❤

  • @sujeet1071
    @sujeet1071 Жыл бұрын

    Sir how can I connect with you

  • @sunilkumarpatel8578
    @sunilkumarpatel8578 Жыл бұрын

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

  • @rdautomationlearning609

    @rdautomationlearning609

    Жыл бұрын

    Thanks for response!!

  • @travelandphotography8988
    @travelandphotography8988Ай бұрын

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

  • @shakthi5206

    @shakthi5206

    Ай бұрын

    Class level or method level?

  • @pratikshahegade6053
    @pratikshahegade6053 Жыл бұрын

    Assertion should be written in Test Class

  • @rdautomationlearning609

    @rdautomationlearning609

    Жыл бұрын

    True Thanks for response!!

  • @sudhaganta5642
    @sudhaganta5642 Жыл бұрын

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

  • @NileshBinayak

    @NileshBinayak

    Жыл бұрын

    11+

  • @user-jl4lo8qk1c

    @user-jl4lo8qk1c

    Жыл бұрын

    11+ in product based or service based companies?

  • @prerana7631

    @prerana7631

    Жыл бұрын

    And For freshers in Pune ? Pl anyone tell me...

  • @poojak352
    @poojak352 Жыл бұрын

    😝😂😂😂

  • @neetalande1648
    @neetalande1648 Жыл бұрын

    How to register for a mock interview??

  • @rdautomationlearning609

    @rdautomationlearning609

    Жыл бұрын

    Please share your CV at rdautomationlearning@gmail.com

  • @tonystarc8771
    @tonystarc8771 Жыл бұрын

    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.

  • @jnelwin
    @jnelwin Жыл бұрын

    stop learning UI automation. It's dead

  • @NileshBinayak

    @NileshBinayak

    Жыл бұрын

    Then kya karu start .

  • @rdautomationlearning609

    @rdautomationlearning609

    Жыл бұрын

    Selenium will always be in demand

  • @manjushreensm9862

    @manjushreensm9862

    Жыл бұрын

    Y🙄

Келесі