Automation Testing Mock Interview | Automation Testing Interview Questions & Answers

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ย. 2024
  • 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  3 ปีที่แล้ว +2

    Software Testing Mock Interviews
    th-cam.com/video/tJ5Cv8TVXSw/w-d-xo.html

    • @kiran2279229
      @kiran2279229 3 ปีที่แล้ว +1

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

    • @rdautomationlearning609
      @rdautomationlearning609  3 ปีที่แล้ว

      @@kiran2279229 Email at rdautomationlearning@gmail.com

  • @ajinkyag4038
    @ajinkyag4038 ปีที่แล้ว

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

  • @abhishekpatil2885
    @abhishekpatil2885 3 ปีที่แล้ว +4

    Nice interview experience..learned new things

  • @suneshpatre299
    @suneshpatre299 3 ปีที่แล้ว +4

    Public method [ ] [ ] snippet for testng data provider

  • @komaladvani3531
    @komaladvani3531 3 ปีที่แล้ว +2

    Nice one

  • @poojayadav2027
    @poojayadav2027 3 ปีที่แล้ว +1

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

  • @arunimasmondal2475
    @arunimasmondal2475 3 ปีที่แล้ว +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..

  • @bishnupriyamaharaj5476
    @bishnupriyamaharaj5476 6 หลายเดือนก่อน

    this and super can be used in the same constructor.

  • @chetnanenwani3791
    @chetnanenwani3791 3 ปีที่แล้ว

    Nice

  • @kiran2279229
    @kiran2279229 3 ปีที่แล้ว +1

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

  • @sreereshvkm726
    @sreereshvkm726 3 ปีที่แล้ว

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

    • @ajitshirsat9321
      @ajitshirsat9321 3 ปีที่แล้ว +1

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

    • @missenglishtutor766
      @missenglishtutor766 9 หลายเดือนก่อน

      SEverity is always calculated in terms if its functinality is breaking

  • @rohankale3230
    @rohankale3230 2 ปีที่แล้ว

    Sir can you please cover project related questions 🙏🏻

  • @pallavipatil4163
    @pallavipatil4163 3 ปีที่แล้ว +2

    @dataprovider(dataprovider='dataprovidername')

  • @pgaydhani
    @pgaydhani 3 ปีที่แล้ว

    @data providers

  • @seleniumtesting6117
    @seleniumtesting6117 3 ปีที่แล้ว +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;
    }