Это видео недоступно.
Сожалеем об этом.

Automation Testing Mock Interview | Automation Testing Interview Questions & Answers

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

    Software Testing Mock Interviews
    ruclips.net/video/tJ5Cv8TVXSw/видео.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.

  • @komaladvani3531
    @komaladvani3531 3 года назад +2

    Nice one

  • @abhishekpatil2885
    @abhishekpatil2885 2 года назад +4

    Nice interview experience..learned new things

  • @poojayadav2027
    @poojayadav2027 2 года назад +1

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

  • @chetnanenwani3791
    @chetnanenwani3791 3 года назад

    Nice

  • @suneshpatre299
    @suneshpatre299 3 года назад +4

    Public method [ ] [ ] snippet for testng data provider

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

    this and super can be used in the same constructor.

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

      SEverity is always calculated in terms if its functinality is breaking

  • @rohankale3230
    @rohankale3230 2 года назад

    Sir can you please cover project related questions 🙏🏻

  • @pgaydhani
    @pgaydhani 3 года назад

    @data providers

  • @pallavipatil4163
    @pallavipatil4163 3 года назад +2

    @dataprovider(dataprovider='dataprovidername')

  • @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;
    }