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

Поделиться
HTML-код
  • Опубликовано: 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 RUclips 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 RUclips 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 16 дней назад

    Nice interview

  • @ErandiWijerathne
    @ErandiWijerathne 6 месяцев назад +8

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

  • @user-qn2qo1dn2u
    @user-qn2qo1dn2u 6 месяцев назад +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 6 месяцев назад +2

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

  • @prdp4747
    @prdp4747 6 месяцев назад +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.

  • @gaur_sisters
    @gaur_sisters 6 месяцев назад +2

    Very very knowledgeable interview

  • @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 ...

  • @gobyrail3205
    @gobyrail3205 6 месяцев назад +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!!

  • @manjushamohan248
    @manjushamohan248 2 месяца назад +1

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

  • @jyotikadgi395
    @jyotikadgi395 26 дней назад

    Good questions

  • @karcyressjavascript-dd7mn
    @karcyressjavascript-dd7mn 6 месяцев назад +12

    He is seeing somewhere and telling answers

    • @saibm6280
      @saibm6280 14 дней назад

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

  • @pavanm5657
    @pavanm5657 6 месяцев назад +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++;
      }

  • @madetolaugh3476
    @madetolaugh3476 6 месяцев назад +2

    Dekh kar interview de rha tha wo

  • @TheCode7
    @TheCode7 6 месяцев назад +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 6 месяцев назад

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

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

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

  • @swatipatil7696
    @swatipatil7696 5 месяцев назад

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

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

    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 5 месяцев назад

      that is forward treaceability and backword treacebility matrix

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

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

  • @saikrishna5619
    @saikrishna5619 Месяц назад

    length() method crying at the corner

  • @gaganatelkar
    @gaganatelkar 5 месяцев назад

    Hashset removes duplicate