Software Testing Mock Interview| Automation Testing Interview| RD Automation Learning

Sdílet
Vložit
  • čas přidán 27. 01. 2024
  • In this Automation testing mock interview, you will learn how to answer interview questions for experienced. I will be interviewing one of my CZcams subscribers who is working as an tester with 1.5 years of experience
    This Software testing mock interview video is relevant for 1-3 years of experience candidates who are looking for skills to handle any software testing interview.
    Want to be part of Software Testing Mock Interview? drop email at:
    📧 rdautomationlearning@gmail.com
    Watch this software testing mock interview series and get understanding about software testing interviews and types of questions asked in software testing interviews for freshers and experienced candidates.
    #manualtestinginterview
    #softwaretestingmockinterview
    #softwaretesting
    #rdautomationlearning
    #qainterview
    #testinginterview
    #rdautomationlearning
    #rdautomationtesting
    #qainterview
    #softwaretestinginterview
    In this Manual testing mock interview, you will learn how to answer interview questions for experienced. I will be interviewing one of my CZcams subscribers who is working as an intern in an organization.
    This Software testing mock interview video is relevant for 1-3 years of experience candidates who are looking for skills to handle any software testing interview.
    Want to be part of Software Testing Mock Interview? drop email at:
    📧 rdautomationlearning@gmail.com
    Software Testing Playlist:
    • Software Testing
    manual testing interview questions and answers for freshers,mock interview manual testing,manual testing mock interview,software testing mock interview,mock interview for software testing,testing mock interview questions,manual testing interview questions for 2 year experience,mock interview questions and answers for manual testing,mock interview for manual testing 2 year experience,qa manual testing mock interview,software testing mock interview videos,manual testing
    manual testing interview questions and answers for freshers,mock interview manual testing,manual testing mock interview,software testing mock interview,mock interview for software testing,testing mock interview questions,manual testing interview questions for 1 year experience,mock interview questions and answers for manual testing,mock interview for manual testing 1 year experience,qa manual testing mock interview,software testing mock interview videos
    manual testing interview questions and answers for freshers,mock interview manual testing,mock interview for software testing,testing mock interview questions,qa manual testing mock interview,software testing mock interview videos,manual testing,rd automation learning,rd automation mock interview,rd automation interview,rd automation testing,manual testing mock interview questions and answers for experienced,software testing mock interview for experienced

Komentáře • 21

  • @karcyressjavascript-dd7mn
    @karcyressjavascript-dd7mn Před 4 měsíci +12

    He is seeing somewhere and telling answers

  • @ErandiWijerathne
    @ErandiWijerathne Před 4 měsíci +8

    Good interview. It will be better if you add the Feed back part as well

  • @user-qn2qo1dn2u
    @user-qn2qo1dn2u Před 4 měsíci +2

    Forward RTM is the mapping between requirements and test cases.
    And backward RTM is mapping between defects and test cases,it is maintained by JIRA

  • @gaur_sisters
    @gaur_sisters Před 4 měsíci +1

    Very very knowledgeable interview

  • @tateraogaikwad5958
    @tateraogaikwad5958 Před 4 měsíci +1

    Really very good interview taken by sir and explained very clearly.Thanks sir

  • @gobyrail3205
    @gobyrail3205 Před 4 měsíci

    Great interview, actually the questions asked were really very rare and it will be helpful for us. Please cover similar type of very rare questions sir.
    Thankyou!!

  • @prdp4747
    @prdp4747 Před 4 měsíci

    Both hashmap and hashset are part of collection framework. Hashset is uses hashtable for storing unique elements. Hashmap uses hashtable to store key-value pairs.
    Hashset doesnt allow duplicates and in hashmap, if we try to add key which is already there, it will replace it.
    For iterate, we can use iterator function in hashset and in hashmap, we use entryset and keyset for iterating.

  • @pavanm5657
    @pavanm5657 Před 4 měsíci +3

    String.length(); could have been used to find the number of characters

    • @shubhamthoke4739
      @shubhamthoke4739 Před 2 měsíci

      u are right bro but we need to use count=0, for।oop ,in for loop we used if loop and check the condition if( str.charAt(i)!=' ')
      {
      count++;
      }

  • @subhanlucky9338
    @subhanlucky9338 Před 4 měsíci +3

    I got a feeling that the person just reading the script/sticky notes infornt of him...That doesn't help u much brother ...

  • @manjushamohan248
    @manjushamohan248 Před 25 dny

    Even directly using str.length() method would have given the answer for last program isn't it?

  • @TheCode7
    @TheCode7 Před 4 měsíci +1

    Sir,
    HashMap and HashSet
    It is a class , which implements the Map and Set Interface, because we are creating the object of a HashSet and HashMap Class , We can not create an object of an Interface because interface is abstract and cannot be instantiated
    Map and Set is a child interface of Collections

    • @vikrantsrivastava9204
      @vikrantsrivastava9204 Před 4 měsíci

      ​@@rdautomationlearning609
      Hello sir
      Pls help me how to get enrolled in mock interview

    • @sreereshvkm726
      @sreereshvkm726 Před 4 měsíci

      Map is not a child interface of Collection whereas Set it is. Please revisit the collection API of Java

  • @madetolaugh3476
    @madetolaugh3476 Před 4 měsíci +2

    Dekh kar interview de rha tha wo

  • @travilbidda6576
    @travilbidda6576 Před 4 měsíci

    What ever questions you asked...so far that question any person not asked me

  • @swatipatil7696
    @swatipatil7696 Před 4 měsíci

    Forward compatibility matrix- Mapping the Requirement to the test cases
    Backward compatibility matrix- mapping the test cases to the requirements

  • @akshaykatte6161
    @akshaykatte6161 Před 4 měsíci

    Forward compatibility matrix -: Designed test case of particular user story those test case are attached with that user story so we easily come to know that all the test case are covered or not.
    and
    Backward compatibility matrix -: defect are linked or attached with related user story.

    • @kartikujjainkar7332
      @kartikujjainkar7332 Před 3 měsíci

      that is forward treaceability and backword treacebility matrix

  • @gaganatelkar
    @gaganatelkar Před 3 měsíci

    Hashset removes duplicate