Тёмный

Automation Testing Interview| Java Interview Questions For Selenium Testers 

RD Automation Learning
Подписаться 144 тыс.
Просмотров 50 тыс.
50% 1

@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

Опубликовано:

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 43   
@rdautomationlearning609
@rdautomationlearning609 Год назад
Java Interview Questions For Selenium Testers
@rdautomationlearning609
@rdautomationlearning609 Год назад
@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
@KhadijatulKubra-g2g
@KhadijatulKubra-g2g Год назад
​@@rdautomationlearning609😅😅😅😅😅
@sachindeshmukh1457
@sachindeshmukh1457 9 месяцев назад
really good questions
@amuzaa6631
@amuzaa6631 Год назад
You are very clever at intervieving sir, You are very calm and very patience in.
@prathameshkulkarni5380
@prathameshkulkarni5380 5 месяцев назад
it was very good question and explanation by sir
@Prriya.english.trainer
@Prriya.english.trainer Год назад
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)
@itwallah4949
@itwallah4949 6 дней назад
Thanks
@shankartechtalks
@shankartechtalks Год назад
good interview with fruitful
@vishnukv8342
@vishnukv8342 3 месяца назад
Good interviewer
@srikanthyadav5246
@srikanthyadav5246 Год назад
Thank you for providing interviews sir
@pachimalaanu1302
@pachimalaanu1302 Год назад
Sir..the videos were helpful, can you please post interviews for experienced like 7-9years
@niharp1119
@niharp1119 Год назад
Sir you have too much patience .. 🙏🙏🙏
@mallikarjunag4078
@mallikarjunag4078 Год назад
Hi sir , please do interviews on python selenium ,pytest and robot framework and Python automation
@Prriya.english.trainer
@Prriya.english.trainer Год назад
hey malik where are you working these days
@vijay_madane03
@vijay_madane03 Год назад
Sir please tell about current situation of testing jobs..
@yashhimanshu8215
@yashhimanshu8215 Год назад
Sir Need help to start to write Automation coding on eclipse java. We add all jar file but Import of the class not reflect.
@WhiteKnight_OG
@WhiteKnight_OG 3 месяца назад
is it solve yash
@manimaddy8079
@manimaddy8079 Год назад
Give me chance to atten mock I have a 2.8 yr experience in automation and manual testing ( java, selenium, pom, TestNG,junit, cucumber)
@rdautomationlearning609
@rdautomationlearning609 Год назад
Pls share your CV at rdautomationlearning@gmail.com
@sachinjadhao8108
@sachinjadhao8108 Год назад
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.
@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 9 месяцев назад
Palindrome Strings and arrays related Logical
@smrutiop7500
@smrutiop7500 Год назад
Sir. Please manual testing ka mock interview lo
@RealGT007
@RealGT007 Год назад
forget manual please practice on Automation
@WhiteKnight_OG
@WhiteKnight_OG 3 месяца назад
@@RealGT007 why so sir
@MegaArjun2010
@MegaArjun2010 Год назад
Can you let me know how to join in your mock interview session
@ahmadnawaz703
@ahmadnawaz703 Год назад
I just want to correct.She told wrong about the method overriding..the parameters should be same and inheritance must be there.
@thuppadalokanath5444
@thuppadalokanath5444 Год назад
hi sir manual and automation take me mock intterivew sir
@poojasathawane2731
@poojasathawane2731 Год назад
I am interested
@bhaktiratnaparkhi8319
@bhaktiratnaparkhi8319 Год назад
Sir how to apply for ur mock interview @RD Automation Learning
@banditbands
@banditbands 3 месяца назад
Sir, I wanna give the interview 😊
@rukminitopanna9593
@rukminitopanna9593 Год назад
Sir can you take my mock
@sindhunl.735
@sindhunl.735 Год назад
How many years of experience she has in automation
@shrutim3234
@shrutim3234 Год назад
3.5
@86helloworld
@86helloworld Год назад
Need to prepare more ..
@sindhunl.735
@sindhunl.735 Год назад
@@86helloworld ya that is why I asked i thought it's like 1 year so
@rukminitopanna9593
@rukminitopanna9593 Год назад
1.7
@trunalhajare6384
@trunalhajare6384 Месяц назад
She is speaking totally wrong about final keyword, method overloading , method overriding
Далее
Top 25 Java Interview Questions and Answers for SDET
46:53