Automation Testing Mock Interview for Experienced | Automation Testing Interview Questions & Answers

Поделиться
HTML-код
  • Опубликовано: 9 фев 2025
  • Have a look at below Playlists:
    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, Rest API interview questions, Manual Testing 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
    1. What are the different types of Maven Plugins?
    Answer:
    The different types of Maven plugins are listed below:
    Building Plugins: These plugins are used at the time of build and are defined in the building element of the pom file.
    Reporting Plugins: These plugins are used at the time of site generation and are defined in the reporting element of the pom file.
    2. Name the build phases in Maven Build Lifecycle.
    Answer: The build phases in Maven Build Lifecycle are listed down:
    Validate: Checks if all the preconditions information to trigger the build is obtained.
    Compile: Project source code is compiled.
    Test: The Source code that is compiled is tested with the unit test framework. In this phase, the code is not deployed or packaged.
    Package: Source code after compilation is packaged in the form of ZIP or JAR files.
    Integration- test: After the package is deployed in an environment, the integration test cases are executed.
    Verify: Examines to ensure that the package is correct and it meets all the required quality specifications.
    Install: Installation of packages into the local repository.
    Deploy: A specimen of the final package is made accessible to the remote repository for distribution among the other developers across projects.
    3. What is the purpose of command mvn clean in Maven?
    Answer: mvn clean aims to clean the project artifacts created by the previous Maven builds from the target directories. This is generally executed before initiating a new build process.
    4. What do you mean by a Maven Repository?
    Answer: Maven repository is the location of a directory where all the related project artifacts, jars, libraries, plugins are kept and can be utilized by Maven easily.
    5. Explain the various types of Maven Repositories.
    Answer: There are three types of Maven repositories.
    They are:
    Local Repository: This is placed in our local machine generally in the .m2 directory. This is generated once we are able to execute a Maven command successfully. All the project dependencies reside here. Once Maven scans the pom file, it first searches for its dependencies in the local repository.
    Central Repository: This is supplied by Apache Maven. It contains most of the routinely used libraries. Once any of the dependencies are not found in the local repository, then Maven connects to a central repository.
    Remote Repository: Sometimes companies develop their own custom repository comprising of their project artifacts, jars, and libraries. This is a type of repository that remains private for use inside that organization.
    6. Selenium Automation - Exception - Element Isn’t Loaded Completely
    In dynamic applications, elements are loaded on the fly. This means that all the elements you see aren’t completely ready. In such cases, if you try to click on the element, you’ll get the error. The solution to avoid this is to wait until the element is loaded completely.
    7.What Causes the “Element Is Not Clickable at Point” Error?
    Solution is to make sure that the overlapping element is closed before you try to click on another element. Another solution is to switch to the layer that contains the element you want to click.
    8. Challenges faced in Automation
    9. Handle Untrusted Certificate Selenium
    10. Data-Driven Framework: In data-driven frameworks, test data is separated from test scripts and stored in an external resource such as text file, excel spreadsheet, CSV file or database table.
    11. Keyword Driven Framework: In keyword driven frameworks, the test logic is divided into keywords and functions. A sequence of keywords is used to define the test scripts and these keywords are further defined as functions to implement the desired behaviour.

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

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

    Testing Interview Questions & Answers asked at various companies like Amazon, Capgemini, PayTM, Accenture, etc
    ruclips.net/video/w_0VJHgiAr4/видео.html

    • @sjohn5954
      @sjohn5954 Год назад +3

      Sir a small correction
      @BeforeSuite
      @BeforeTest
      @BeforeClass
      @BeforeMethod
      @Test
      @DataProvider
      @AfterMethod
      @AfterClass
      @AfterTest
      @AfterSuite
      This is the hiearracy of TestNG.

  • @Swargadeo
    @Swargadeo 3 года назад +41

    She is nice, answered coolly, confidently and have good communication skill. I will select her after few minutes of interview ending with one logical and one real time scenario programs to write👍 instead of long time interview and then call for next candidate. The interviewer also equally good 👍

  • @7zI1tVgvcC
    @7zI1tVgvcC 3 года назад +21

    Kudos to you for your interviewing style. The candidate is clear and knowledgeable. If I were the recruiter I would recruit her. She seems to be thorough in whatever she has learning.

    • @bhagyashreedharmannavar8654
      @bhagyashreedharmannavar8654 Год назад

      Hey. But she was not sure about her answers. Many answers are doubtful answers are not clear

  • @pradipsaudar4077
    @pradipsaudar4077 3 года назад +4

    this man is really humble ..

  • @iqraluqman1186
    @iqraluqman1186 3 года назад +29

    I really appreciate your efforts. Your videos are so useful and also helped me to get through interview processes smoothly in germany after 1 year of career gap!
    👏👏😊

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

      Happy to hear that! Would you like to share your experience & success story on our RUclips channel, please share your details at rdautomationlearning@gmail.com

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

    She performed well in the interview, Good luck Lady👍

  • @bharatchoudhary7295
    @bharatchoudhary7295 3 года назад +4

    The candidate is very calm and answers to point

  • @prashantsurwase5790
    @prashantsurwase5790 11 месяцев назад +1

    Looking at this Mock Interview, It is actually making me inspired to move further. Thank you Sir.

  • @venkat-JAKKEPALLI
    @venkat-JAKKEPALLI 3 года назад +4

    I really appreciate u r efforts.. Could u pls take& upload more experienced people interviews like 8 yrs, 10 yrs.. So that it could give more insights to mid range exp people..

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

    I really appreciate your efforts guys. Thanks RD Automation Learning team.

  • @srabansahoo5750
    @srabansahoo5750 3 года назад +2

    The way u r asking question & giving answer for few question, its really awasome... Keep it up

  • @8073-z6w
    @8073-z6w 2 года назад +1

    Sir really appreciate your sincere efforts in making these interviews.. they are so informative.

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

    Sir your vidoes are extremely helpful. It can be better with better lighting and good sound. Just suggestion, your videos are very nice.

  • @MysteryWatchTV
    @MysteryWatchTV 3 года назад +3

    Sir this candidate is very calm and confidant. Can u please tell how to work on selenium live projects as i have learned it.

  • @SMSM-gd5dt
    @SMSM-gd5dt 3 года назад +5

    Great job RD.luv ur consistency in posting videos

  • @durga8157
    @durga8157 2 года назад +3

    Very informative. Thank you very much Sir 😊

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

    thanks you so much sir for sharing this video helps me a lot same question asked me in last interview

  • @vikrantverma4674
    @vikrantverma4674 3 года назад

    Thank you so much for sharing also would like to thank all the participants for taking the mock interview..

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

    Thank you so much sir for sharing this useful video.

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

    The candidate is very sound and technical though the interviewer is very qualified.

  • @Navneetshrivastav-o5g
    @Navneetshrivastav-o5g 8 месяцев назад

    Very helpful sir please continue 🙂

  • @raunakagarwal8799
    @raunakagarwal8799 3 года назад +1

    Very good information for preparing for interview. Thank you so much

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

    Hello sir I appreciate your effort. Your all video is very useful .

  • @knjaswanthi9683
    @knjaswanthi9683 Год назад

    Very nice 👌

  • @shantanujoshi3863
    @shantanujoshi3863 6 месяцев назад

    Kudos to the girl🎉

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

    Wow really great interview.... Liked so much.

  • @shivki23
    @shivki23 3 года назад +6

    Sir…Pls give real-time scenarios and ask to explain how to use TestNg to build test cases on that

    • @shivki23
      @shivki23 3 года назад +1

      I mean say : knowing how @BeforeClass works and where to use @BeforeClass in a real-time scenario makes difference

  • @amolgs2038
    @amolgs2038 3 года назад +2

    It's very useful ,thank you sir.

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

    Really help full for us thank you sir

  • @chandukakkirala4553
    @chandukakkirala4553 3 года назад +2

    Good set of questions sir

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

    It's very helpful sir..

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

    Nice interview ✨🙏👍🏻

  • @pingping45
    @pingping45 3 года назад +1

    To skip the test case can give invocation count as 0 or -1

  • @Saijonn
    @Saijonn 2 года назад +3

    There is no difference between driver.get() and driver.navigate.to(). Internally the to() method calls get() method itself.
    The only difference is we can navigate browser history with navigate but it can’t be done using get().

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

    Itwas on of the best interviews.sir,how can i approach you,I need assistance for interview too.

  • @DineshKumar-qx3wz
    @DineshKumar-qx3wz 3 года назад +3

    Sir,I humbly request you to please put a job vaccancy video

  • @ajayvlogs6621
    @ajayvlogs6621 2 года назад +3

    Your level of questions are great very helpful everyone share video and subscribe channel great

  • @KuldeepKumar-se1xv
    @KuldeepKumar-se1xv 3 года назад +1

    Thank you!

  • @Rebe-sb4xe
    @Rebe-sb4xe Год назад

    Hi Sir, the subtitle menus are not able to open for all your videos.

  • @TechTutorialz99
    @TechTutorialz99 3 года назад

    Good Info..

  • @sajet12
    @sajet12 3 года назад +4

    Hello sir, in actual interviews they also ask you write some programs ..can you include that also in the mock interviews.

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

    Sir I would to attend interview ..can you please tell me the process

  • @shubhamlokare638
    @shubhamlokare638 3 года назад +4

    Sir can u make video on development vs Automation Testing which is best???...who earns more??...who have more future scope??..I am working as automation engineer in one of the company and doing well do I need to go for development if it have more scope in future

  • @ishachavan7613
    @ishachavan7613 Год назад

    How to give the interview?what is the process?

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

    Hi sir, I am Chitradevi from chennai. I also wanted to give an mock interview. Please guide how to participate

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

    Second one of these I have watched. Very informative from spepcific experience and as I have mentioned before, this is particular and bespoke.
    Partial, regular expressions - good. Key-words etc.
    As I also said before, ask general and then drill down. I liked the question for previous experience. Partial, regular expressions - good. Key-words etc. This candidate was excellent but the interviewer blew her confidence away at the start. Both recovered and the interviewer ask for previous experience - good.
    Technically very informatice. Interview? Less so. But again, thank you both very much.
    One thing annoys me. Why would anyone call anyone 'sir'?

  • @gongallasoundarya578
    @gongallasoundarya578 Год назад

    Sir how to participate it.I also wanted to participate

  • @Keyanrockstar
    @Keyanrockstar 3 года назад

    Hello sir how are u i hope doing good.. I have 3.3 yr of experience in fully automation..i was worked in cucumber bdd framework n selenium with java n due to my toddler n maternity I left my job..now he is 2 yr old ..so my question is that is it trouble to get into IT again??I brushed up core java, selenium, sql, oracle, database testing,,testNg, Jenkins, cucumber, poM, data driven, grid, github... I have created framework with 30 around scenario.. Please guide me sir career gap will it consider in compny???????

    • @mathustudies2282
      @mathustudies2282 3 года назад

      You can try, market is hot... Dont worry about career break

    • @AL-xt9wn
      @AL-xt9wn 2 года назад

      I know a person.. who has 3 years of break (a lady) she entered into IT again with the previous experience she had..

  • @anandhkumar4025
    @anandhkumar4025 3 года назад

    I had question on interview how to write dynamic xpath, I mentioned we can use contains, and //* to locate elements, pls let me any other ways

  • @Upadhyeprajwal88
    @Upadhyeprajwal88 3 года назад +1

    Sir, I am interested to give mock interview. Shall I send resume??

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

    How to add new test cases in your project

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

    Sir please arrange the mock for myself

  • @sureshjv_
    @sureshjv_ 10 месяцев назад

    Sir how can i participate/give mock interviews

  • @maheshzende5828
    @maheshzende5828 3 года назад

    I want to more lock interview video

  • @technubie
    @technubie 3 года назад

    Subscribed

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

    WebDriver driver = new ChromeDriver(); this is called top casting or up casting...

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

    Hi sir I want to connect you directly through phone.
    Regarding my career sir. Please suggest

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

    sir i want to give mock interview to you. how can i do that

  • @himabindur8238
    @himabindur8238 3 года назад +1

    i want join for mockinterviews sir how can i join ?

  • @Raj77884-r
    @Raj77884-r 2 года назад

    Plz conducting mock interview for me

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

    How to skip test? I didn't get in this mock.plz ans that question

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

      @Test(enabled=false) will skip the test case

  • @Rohitk009
    @Rohitk009 3 года назад +1

    Sir do u have website.

  • @varshashinde6641
    @varshashinde6641 3 года назад

    How much package expect after 3yr. Experience..make video on HR round

    • @pingping45
      @pingping45 3 года назад

      10 lakh now some companies companies are paying 6 to 7 only for freshers

  • @abhiknag9675
    @abhiknag9675 3 года назад +1

    How can i apply for mock interview?

  • @abhiroophora2146
    @abhiroophora2146 3 года назад +1

    Sir please post new vacancy for freshers video

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

    I believe there is no difference between get and navigate urls

  • @abhiram2711
    @abhiram2711 Год назад

    hello sir can you please interview me

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

    Great interaction.Sir Driver.getWindowHandles return type is SET of Strings.. not LIST.

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

      Yes, you are right

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

      Set or List both are correct. If we use Set then we need use iterator method and if we used list then we need to use index number of particular window.

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

    It is driver.switchTo()
    &
    driver.swithToParent()

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

    Driver.getwindowhandles returns set of window handles not list of window handles sir

  • @aswathiramachandran9415
    @aswathiramachandran9415 Год назад

    How can we apply for mock interview