Automation Testing Interview Questions | Java Testing Interview Q&A

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии • 9

  • @nitinkhatri739
    @nitinkhatri739 Год назад +1

    nice mock interview

  • @SurekhaKumbhargave-ul6mo
    @SurekhaKumbhargave-ul6mo Год назад +4

    IsSelected() return type is boolean

  • @saisowmiya7850
    @saisowmiya7850 6 месяцев назад +1

    public class Main
    {
    public static void main(String[] args) {
    int[][] myArray = { { 1, 2, 3 }, { 4, 5, 6 }, { 7, 8, 9 } };
    for (int i = 0; i < myArray.length; i++) {
    System.out.print("[ ");
    for (int j = 0; j < myArray[i].length; j++) {
    System.out.print(myArray[i][j] + " ");
    }
    System.out.print("]");
    }
    }
    }

  • @anshulgaur2197
    @anshulgaur2197 Год назад +2

    public static void main(String[] args) {
    int arr[][]= {{2,3,4},{5,6,7},{2,4,9}};
    System.out.print("Output:");
    System.out.print("[");
    for(int i=0;i

  • @ragavvigneshh8892
    @ragavvigneshh8892 Год назад +1

    Hi sir please do automation appium mock interview...

  • @_Homieskitchen.838
    @_Homieskitchen.838 Год назад +4

    Hello sir I have total 4 years of experience (3 manual +1 automation). So could you please tell me which kind of questions will ask who have 1 year of experience in automation.

  • @moodoffbhubaneswar5486
    @moodoffbhubaneswar5486 Год назад

    noneed