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

Поділитися
Вставка
  • Опубліковано 27 січ 2024
  • In this Automation testing mock interview, you will learn how to answer interview questions for experienced. I will be interviewing one of my UA-cam 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 UA-cam 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

КОМЕНТАРІ • 25

  • @AmitSingh-mv4xh
    @AmitSingh-mv4xh 3 дні тому

    Nice interview

  • @ErandiWijerathne
    @ErandiWijerathne 5 місяців тому +8

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

  • @jyotikadgi395
    @jyotikadgi395 13 днів тому

    Good questions

  • @user-qn2qo1dn2u
    @user-qn2qo1dn2u 5 місяців тому +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

  • @suraj5854-j1d
    @suraj5854-j1d 5 місяців тому +2

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

  • @prdp4747
    @prdp4747 5 місяців тому +1

    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.

  • @gobyrail3205
    @gobyrail3205 5 місяців тому +1

    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!!

  • @gaur_sisters
    @gaur_sisters 5 місяців тому +2

    Very very knowledgeable interview

  • @karcyressjavascript-dd7mn
    @karcyressjavascript-dd7mn 5 місяців тому +12

    He is seeing somewhere and telling answers

    • @saibm6280
      @saibm6280 День тому

      I don't think it matters. His content is so much valuable. Very good interview. Thanks a lot!!!!

  • @pavanm5657
    @pavanm5657 5 місяців тому +3

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

    • @shubhamthoke4739
      @shubhamthoke4739 4 місяці тому

      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 5 місяців тому +4

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

  • @TheCode7
    @TheCode7 5 місяців тому +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 5 місяців тому

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

    • @sreereshvkm726
      @sreereshvkm726 5 місяців тому

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

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

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

  • @travilbidda6576
    @travilbidda6576 5 місяців тому

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

  • @madetolaugh3476
    @madetolaugh3476 5 місяців тому +2

    Dekh kar interview de rha tha wo

  • @akshaykatte6161
    @akshaykatte6161 5 місяців тому

    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 4 місяці тому

      that is forward treaceability and backword treacebility matrix

  • @swatipatil7696
    @swatipatil7696 5 місяців тому

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

  • @gaganatelkar
    @gaganatelkar 5 місяців тому

    Hashset removes duplicate

  • @saikrishna5619
    @saikrishna5619 Місяць тому

    length() method crying at the corner