Automation Testing Interview| Java Interview Questions For Selenium Testers

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 พ.ย. 2022
  • @RD Automation Learning
    #manualtetsinginterviewquestions
    #manualtesting
    #AutomationTestingInterviewQuestions
    #AutomationInterviewQuestions
    #FresherInterviewQuestions
    #SeleniumInterviewQuestions
    automation engineer interview questions and answers,mock interview for automation testing,Automation Testing questions and answers,automation engineer interview prepartion,mock interview for software testing,software testing,automation testing mock interview,test automation mock interview,selenium interview questions and answers for beginners,automation testing interview questions and answers,selenium mock,selenium mock interview for freshers
    automation engineer interview questions and answers,mock interview for automation testing,Automation Testing questions and answers,software testing,automation testing mock interview,automation testing interview questions and answers,software testing interview for experienced,manual testing interview for experienced,manual testing interview questions and answers for experienced,manual testing mock interview for experienced,testing interview questions for experienced
    what is final keyword in java
    The final keyword in java is used to restrict the user. The java final keyword can be used in many context. Final can be:
    variable
    method
    class
    The final keyword can be applied with the variables, a final variable that have no value it is called blank final variable or uninitialized final variable. It can be initialized in the constructor only.
    what is method overloading in java
    If a class has multiple methods having same name but different in parameters, it is known as Method Overloading.
    If we have to perform only one operation, having same name of the methods increases the readability of the program.
    Suppose you have to perform addition of the given numbers but there can be any number of arguments, if you write the method such as a(int,int) for two parameters, and b(int,int,int) for three parameters then it may be difficult for you as well as other programmers to understand the behavior of the method because its name differs.
    what is method overriding in java
    If subclass (child class) has the same method as declared in the parent class, it is known as method overriding in Java.
    In other words, If a subclass provides the specific implementation of the method that has been declared by one of its parent class, it is known as method overriding.
    absolute vs relative xpath. which one do u use
    Exceptions in selenium, how will you overcome them
    Team size and do u have direct client interaction
    What are the different methods used for window handling in Selenium?
    Selenium WebDriver provides various methods for handling of windows. Few of them are:
    getWindowHandle( ): When a website opens, we need to handle the main window i.e the parent window using driver.getWindowHandle( ); method. With this method, we get a unique ID of the current window which will identify it within this driver instance. This method will return the value of the String type.
    getWindowHandles( ): To handle all opened windows which are the child windows by web driver, we use driver.getWindowHandles( ); method. The windows store in a Set of String type and here we can see the transition from one window to another window in a web application. Its return type is Set String
    switchto(): Using this method we perform switch operation within windows.
    action: This method helps in performing certain actions on the windows.
    automation testing interview questions and answers,manual testing mock interview for experienced,java interview questions for selenium testers,rd automation learning,software testing,manual testing interview questions and answers for experienced
    automation testing interview questions and answers,manual testing mock interview for experienced,java interview questions for selenium testers,rd automation learning,software testing,manual testing interview questions and answers for experienced

ความคิดเห็น • 41

  • @rdautomationlearning609
    @rdautomationlearning609  ปีที่แล้ว +10

    Java Interview Questions For Selenium Testers

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

      @Marathi Trading pls share your CV at rdautomationlearning@gmail.com

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

      @@rdautomationlearning609 Sir please post api interview questions

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

      Sir please tell me that which program I am preparing for the Java for software testing program

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

      ​@@rdautomationlearning609 😊😂😊😊😊Text you copy will automatically show hereText you copy will automatically show hereText you copy will automatically show herea

    • @user-xf6ex8pk1i
      @user-xf6ex8pk1i 10 หลายเดือนก่อน

      ​@@rdautomationlearning609😅😅😅😅😅

  • @amuzaa6631
    @amuzaa6631 ปีที่แล้ว +5

    You are very clever at intervieving sir, You are very calm and very patience in.

  • @Prriya.english.trainer
    @Prriya.english.trainer 10 หลายเดือนก่อน +5

    how will you test a website under maintenance.?
    which testcase will you automate out of 100 testcases?
    what is over ridding
    what is over loading
    how you handles the windows based pop ups
    how you handle windows
    can final
    be variable?
    what is final keyword?
    write pelindrom program (kindly ignore the spelling)

  • @sachindeshmukh1457
    @sachindeshmukh1457 6 หลายเดือนก่อน +1

    really good questions

  • @prathameshkulkarni5380
    @prathameshkulkarni5380 2 หลายเดือนก่อน

    it was very good question and explanation by sir

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

    Thank you for providing interviews sir

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

    good interview with fruitful

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

    Good interviewer

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

    Sir..the videos were helpful, can you please post interviews for experienced like 7-9years

  • @niharp1119
    @niharp1119 9 หลายเดือนก่อน +1

    Sir you have too much patience .. 🙏🙏🙏

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

    Hi sir , please do interviews on python selenium ,pytest and robot framework and Python automation

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

    Sir please tell about current situation of testing jobs..

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

    It's very helpful....and my question is what kind of java program asked in real interview for the software tester

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

      Palindrome
      Strings and arrays related
      Logical

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

    Sir Need help to start to write Automation coding on eclipse java. We add all jar file but Import of the class not reflect.

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

    Can you let me know how to join in your mock interview session

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

    Give me chance to atten mock I have a 2.8 yr experience in automation and manual testing ( java, selenium, pom, TestNG,junit, cucumber)

  • @banditbands
    @banditbands 5 วันที่ผ่านมา

    Sir, I wanna give the interview 😊

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

    hi sir manual and automation take me mock intterivew sir

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

    I am interested

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

    Sir can u tell me how do you decide which test case is automated and which test case is manually tested?

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

      I was asked this question in one interview. I m working in insurance project. In my project, there are many schemes for different age olds, with diff incomes etc.. As a tester, we have to test every possible scenario with so much of data which takes a lot of time for manual tester. So if we automate it, We can do it by passing info from excel or any framework concept. I said this. They accepted. Its all about saving time and increasing efficiency.

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

    I just want to correct.She told wrong about the method overriding..the parameters should be same and inheritance must be there.

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

    Sir. Please manual testing ka mock interview lo

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

      forget manual please practice on
      Automation

    • @WhiteKnight_OG
      @WhiteKnight_OG 5 วันที่ผ่านมา

      @@RealGT007 why so sir

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

    Sir can you take my mock

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

    Sir how to apply for ur mock interview @RD Automation Learning

  • @sindhunl.735
    @sindhunl.735 ปีที่แล้ว

    How many years of experience she has in automation