Infosys Automation Testing Interview| Java Interview Questions| 3-5 YOE

Поділитися
Вставка
  • Опубліковано 11 кві 2023
  • @RD Automation Learning
    #manualtestinginterviewquestions
    #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

КОМЕНТАРІ • 25

  • @pravin124
    @pravin124 Рік тому +1

    Nice Questions..Thank you for all your efforts in educating us with the mock interviews

  • @musicbajaoo7190
    @musicbajaoo7190 9 місяців тому +1

    To connect with the DB we follow 4 hierarchy to get the connection
    1.Driver manager- it will create connection between data source and data base
    2.Connection- for connecting any particular db(Testing db, developer db, prod db)
    3.Statement- To write and execute sql querys
    4.ResultSET- To print all the result based on query statement

  • @afsarpatel3405
    @afsarpatel3405 Рік тому +2

    same method in parent and subclass will lead to overriding of method and subclass method will be executed. it is example of runtime polymorphism

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

    to connect to the database we need jdbc

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

    Using JDBC

  • @shankartechtalks
    @shankartechtalks Рік тому +1

    10:06 time line - in the BDD also nontechnical can't write test cases behind the feature file, every step has code, so we can if from we have non-tech managers so BDD framework help them to understand what is running and what failing (test cases), sir, please let me is it correct or not?

    • @subhanlucky9338
      @subhanlucky9338 11 місяців тому +1

      whatever you said was correct bro ...!

  • @pradiplagad6040
    @pradiplagad6040 Рік тому +6

    She have really 3-5 year of experience

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

    With the help of jdbc

  • @sumitchauhan7535
    @sumitchauhan7535 Рік тому +2

    Sir mujhe bhi mock interview dena h

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

    please conduct an interview for me

  • @bhaskargupta9340
    @bhaskargupta9340 Рік тому +2

    Congratulations Rakesh for 100k family..

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

    Child class method will be executed

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

    Im interested in mock

  • @pratikt533
    @pratikt533 Рік тому +1

    Ye bich mein kaun call join karr raha hai

  • @justforyou9630
    @justforyou9630 Рік тому +2

    How to give this mock interviews?

  • @vasureddybalpunuri803
    @vasureddybalpunuri803 Рік тому +1

    i am intersted in mock interview could you plz tell me how to contact you

  • @m.a6836
    @m.a6836 4 місяці тому +1

    Programming knowledge is average