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

preview_player
Показать описание
@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:

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
Рекомендации по теме
Комментарии
Автор

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

pravin
Автор

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

SP_Shorts-eu
Автор

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

afsarpatel
Автор

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?

shankartechtalks
Автор

to connect to the database we need jdbc

carolejen
Автор

Congratulations Rakesh for 100k family..

bhaskargupta
Автор

She have really 3-5 year of experience?

pradiplagad
Автор

Ye bich mein kaun call join karr raha hai

pratikt
Автор

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

vasureddybalpunuri