Automation Testing Mock Interview | Automation Testing Interview Questions & Answers

Поділитися
Вставка
  • Опубліковано 26 лип 2021
  • 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

КОМЕНТАРІ • 27

  • @rdautomationlearning609
    @rdautomationlearning609  2 роки тому +2

    Software Testing Mock Interviews
    ua-cam.com/video/tJ5Cv8TVXSw/v-deo.html

    • @kiran2279229
      @kiran2279229 2 роки тому +1

      Sir can you take a mock interview for me in Automation. How can i contact you.

    • @rdautomationlearning609
      @rdautomationlearning609  2 роки тому

      @@kiran2279229 Email at rdautomationlearning@gmail.com

  • @ajinkyag4038
    @ajinkyag4038 Рік тому

    This guy is answering in cool manner... And asked questions are great sir.

  • @komaladvani3531
    @komaladvani3531 2 роки тому +2

    Nice one

  • @abhishekpatil2885
    @abhishekpatil2885 2 роки тому +4

    Nice interview experience..learned new things

  • @chetnanenwani3791
    @chetnanenwani3791 2 роки тому

    Nice

  • @poojayadav2027
    @poojayadav2027 2 роки тому +1

    Sir can you please help to explain "how to generate an extent reports" in an interview?

  • @suneshpatre299
    @suneshpatre299 2 роки тому +4

    Public method [ ] [ ] snippet for testng data provider

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

    this and super can be used in the same constructor.

  • @arunimasmondal2475
    @arunimasmondal2475 2 роки тому +1

    Sir can u please make a video on how to switch from. Manual to automation.. And many people said it is not possible.. Please guide on this..

  • @sreereshvkm726
    @sreereshvkm726 2 роки тому

    I believe company logo mismatch issue can be treated as high severity and low priority bug. Correct me ,if am wrong

    • @ajitshirsat9321
      @ajitshirsat9321 2 роки тому +1

      No you are wrong brother.. its a high priority and low severity.

    • @missenglishtutor766
      @missenglishtutor766 7 місяців тому

      SEverity is always calculated in terms if its functinality is breaking

  • @kiran2279229
    @kiran2279229 2 роки тому +1

    Sir how can i contact you for taking a moke interview for me...

  • @rohankale3230
    @rohankale3230 2 роки тому

    Sir can you please cover project related questions 🙏🏻

  • @pallavipatil4163
    @pallavipatil4163 2 роки тому +2

    @dataprovider(dataprovider='dataprovidername')

  • @pgaydhani
    @pgaydhani 2 роки тому

    @data providers

  • @seleniumtesting6117
    @seleniumtesting6117 2 роки тому +5

    Code Snippet/syntax of DataProvider in TestNG
    @DataProvider
    public Object[][] getdata()
    {
    Object[][] data=new object[rows count][columns count];
    data[1st row][1st column]="xyz";
    data[1st row][2nd column]="abc";
    return data;
    }