Automation Testing Interview Questions| Selenium Interview Questions| 0-2 years

  Рет қаралды 71,336

RD Automation Learning

RD Automation Learning

3 жыл бұрын

​ @RD Automation Learning
#AutomationTestingInterviewQuestions
#AutomationInterviewQuestions
#FresherInterviewQuestions
#SeleniumInterviewQuestions
1. Consider two methods in TestNG, one is having prioity 1 and other is having priority as 0 so which one will execute first
priority 0
2. Consider two methods in TestNG, one is having prioity 1 and other is having no priority so which one will execute first?
If test priority is not defined while, running multiple test cases, TestNG assigns all @Test a priority as zero(0). Now, while running; lower priorities will be scheduled first
3. Consider two methods in TestNG, one is having prioity 1 and other is having priority as 1 so which one will execute first?
based on their alphabetical order
4. What is super keyword in java
The super keyword in java is a reference variable that is used to refer parent class objects. The keyword “super” came into the picture with the concept of Inheritance.
7. difference between hardassert & soft aseert
Hard Assert - Hard Assert throws an AssertException immediately when an assert statement fails and test suite continues with next @Test
The disadvantage of Hard Assert - It marks method as fail if assert condition gets failed and the remaining statements inside the method will be aborted.
To overcome this we need to use Soft Assert. Let’s see what is Soft Assert.
Soft Assert - Soft Assert collects errors during @Test. Soft Assert does not throw an exception when an assert fails and would continue with the next step after the assert statement.
8.
Can we use regular expression in TestNG groups?
Yes, regular expressions can be used in TestNG to execute the groups which have some typical pattern in their name. For example, if I want to run all the groups with a name starting from “abc,” then I can write the regular expression as abc.* in the XML file.
9. What is the significance of “timeout” in TestNG?
In TestNG, “timeout” is a parameter that defines the maximum time that a method can take for execution. The timeout parameter is handy if the execution time is a constraint during testing, or the tester wants to take precautions against the endless execution of tests. We can declare the timeout parameter at:
suite level: To put a time constraint on all the methods in the suite.
method level: To put the time constraint on a particular method.
Syntax:
@Test (timeout = 1000)
10. thread.sleep(-1000) what exception u will get
Illegal argument exception
11. what is thread, what is sleep?
The sleep() method of Thread class is used to sleep a thread for the specified amount of time.
13. Output of Java Program
byte a=10;
byte b=10;
//byte c=a+b;//Compile Time Error: because a+b=20 will be int
byte c=(byte)(a+b);
System.out.println(c);
14. Naming conventions for Constant variables:
Should be all uppercase with words separated by underscores (“_”).
There are various constants used in predefined classes like Float, Long, String etc.
Examples:
static final int MIN_WIDTH = 4;
15. Negative test scenarios for COWIN portal
Network failure
wrong aadhar caard
wrong number
try to book
16. What is JSON?
JSON stands for JavaScript Object Notation. JSON is a lightweight format for storing and transporting data. JSON is often used when data is sent from a server to a web page. JSON is not a programming language. It is a common and open standard format for storing and exchanging data. JSON is language independent.
18. What are the main challenges faced in API testing?
Some of the challenges we face while doing API testing are as follows
Selecting proper parameters and its combinations
Categorizing the parameters properly
Proper call sequencing is required as this may lead to inadequate coverage in testing
Verifying and validating the output
Due to the absence of GUI, it is quite difficult to provide input values
19. What are the principles of Software Testing?
Testing shows presence of defects
Exhaustive testing is impossible
20. What is Exhaustive Testing?
Testing all the functionalities using all valid and invalid inputs and preconditions is known as Exhaustive testing.
21. What is Early Testing?
Defects detected in early phases of SDLC are less expensive to fix. So conducting early testing reduces the cost of fixing defects.
222. What is Defect clustering?
Defect clustering in software testing means that a small module or functionality contains most of the bugs or it has the most operational failures.
23. What is Pesticide Paradox?
Pesticide Paradox in software testing is the process of repeating the same test cases, again and again, eventually, the same test cases will no longer find new bugs. So to overcome this Pesticide Paradox, it is necessary to review the test cases regularly and add or update them to find more defects.

Пікірлер: 80
@gaur_sisters
@gaur_sisters Жыл бұрын
Most polite person i have ever seen... Thank you so much sir for uploading mock interviews
@vikrantverma4674
@vikrantverma4674 2 жыл бұрын
Appreciate both the candidates who appear for mock and interviewer for giving his time. All your interview questions so very helpful in recalling concepts.
@shivaagarwal7406
@shivaagarwal7406 2 жыл бұрын
Thanks for your explaination sir. Very Useful.
@sharmakannan6390
@sharmakannan6390 2 жыл бұрын
Awesome session ever seen before. Keep going. 👍👏
@ankitarege8440
@ankitarege8440 3 жыл бұрын
Your videos are very helpful sir....keep doing this👍
@dhariniparvathinathan6314
@dhariniparvathinathan6314 2 жыл бұрын
I learned how to not panic if you don’t know the answers and think and try your best from the candidate
@trahamatrah8250
@trahamatrah8250 2 жыл бұрын
Very well planned questions by the interviewer and clear precise understandable answers given as well. Loved this video!! Informative!
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Glad it was helpful!
@syamforjesus
@syamforjesus Жыл бұрын
Very RealTime Q&A, Every Question is Useful. Thank you so much Sir.
@supriyapatil705
@supriyapatil705 Жыл бұрын
Great sir, it's very helpful for me.
@ramanvarma8976
@ramanvarma8976 3 жыл бұрын
feeling very grateful after getting this mock interview and it was a nice experience for a real time scenarios questions and fresher should try for this. it would be best preferable to go for it.
@rdautomationlearning609
@rdautomationlearning609 3 жыл бұрын
Thank you Raman for giving opportunity! All the Best for your career
@heenakouser7733
@heenakouser7733 2 жыл бұрын
Thank u, its really boost our confidence
@monikagupta8578
@monikagupta8578 2 жыл бұрын
@@rdautomationlearning609 can you please share your mail id?
@krunalsathawane3337
@krunalsathawane3337 2 жыл бұрын
It was really great that sir was really patient all the time
@pankajb323
@pankajb323 2 жыл бұрын
sir , aap bohot accha interview lete ho , and explain bohot accha karte ho , thank u sir
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Thanks for watching & supporting!!
@yutiumare3024
@yutiumare3024 3 жыл бұрын
Very well explained thanku sir 👌🙌🙌
@rdautomationlearning609
@rdautomationlearning609 3 жыл бұрын
Thanks for watching
@harsha9397
@harsha9397 2 жыл бұрын
Thanks for uploading. It is helpful to gain confidence
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Glad it was helpful!
@user-cm1nx3on8e
@user-cm1nx3on8e 7 ай бұрын
Your videos are really too good. The way you are interacting with people is also good. Question set is also really helpful. Thank you sir. It is helping me a lot to prepare for Interviews.
@iMadeThisThat
@iMadeThisThat 2 жыл бұрын
Good refresher!
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Thanks for watching.
@petersimon985
@petersimon985 2 жыл бұрын
Very mature and pleasing interview ✨🙏👍🏻
@ronnievlogs1997
@ronnievlogs1997 Жыл бұрын
Sir you are awesome ❤
@navvyanavelinanda5707
@navvyanavelinanda5707 2 жыл бұрын
So much helpful video because most of the question may be asked in the interview room... So before going to interview this video will refresh all the topics... Also variety of questions covered..👍👌🙏
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Glad it was helpful!
@nasibsingh3594
@nasibsingh3594 11 ай бұрын
Did interviewee asked any of these questions
@AbhishekTiwari-xj3nk
@AbhishekTiwari-xj3nk 3 жыл бұрын
Great work 👍🏻 One humble request pls try to cover questions which are dependent on previous questions and can be linked by the interviewers
@rdautomationlearning609
@rdautomationlearning609 3 жыл бұрын
Okay sure
@heenakouser7733
@heenakouser7733 2 жыл бұрын
Thank u both of you, its really very useful, sir please post more vedios.
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Thank you for watching, please like and share these videos in your network, Thanks in Advance!
@prachijk
@prachijk 3 жыл бұрын
Thankyou so much Sir... Very helpful video 😊🙏
@rdautomationlearning609
@rdautomationlearning609 3 жыл бұрын
Thanks for watching
@ShubhamMishra-lo6wz
@ShubhamMishra-lo6wz 3 жыл бұрын
Please ask scenario based automation questions more
@shwetayshwetay8110
@shwetayshwetay8110 2 жыл бұрын
Please make video on manual testing series
@user-ed1xe8hk4m
@user-ed1xe8hk4m Жыл бұрын
Hi Sir , I have a question regarding when priority of test case are equal in testNG it will execute the test cases according to the alphabets of method , but what will happen if method is overloaded?
@shiwanipriya8634
@shiwanipriya8634 3 жыл бұрын
Sir , I have total years of experience in manual testing are 2.5 yrs. And I have done a course to learn automation testing. So I have basic knowledge about automation. Now I want to get a job in automation. It seems very difficult to me. I got rejected in several times even before interview. So how can I move in automation? What should be my approach?
@TheAvejay
@TheAvejay 10 ай бұрын
i have the same dilemma, have you become an automation tester now?
@KkdvPrasad
@KkdvPrasad 3 жыл бұрын
Take the interview on Git/bit bucket and Jenkins CI/CD PIPELINE @RD Automation Training
@rdautomationlearning609
@rdautomationlearning609 3 жыл бұрын
Sure please share your CV at rdautomationlearning@gmail.com will conduct a mock interview for you
@KkdvPrasad
@KkdvPrasad 3 жыл бұрын
@@rdautomationlearning609 I meant to say Upload a video by taking mock interview on any of your subscribers Concepts Git/Github Jenkins Pipeline Want to know how CI/CD how automation test cases trigger after new build release ? Need detailed video Other wise please create a video from your end to know this concept using PPT or white board or using eclipse.
@rdautomationlearning609
@rdautomationlearning609 3 жыл бұрын
@@KkdvPrasad okay sure👍
@shahanshashake5020
@shahanshashake5020 3 жыл бұрын
@@rdautomationlearning609 swag
@rdautomationlearning609
@rdautomationlearning609 3 жыл бұрын
@@shahanshashake5020 what is swag?
@pounraj6134
@pounraj6134 3 жыл бұрын
Hi sir, I have 2year experience in manual testing, automation testing, Rest api but I have knowledge in page object model framework only know only one framework only whether it's enough to get job sir
@rdautomationlearning609
@rdautomationlearning609 3 жыл бұрын
Yes one framework knowledge is enough but you should know end to end, with more years of experience you will be expected to know more frameworks
@poojar4806
@poojar4806 Ай бұрын
Sir can you take interview once for me i am really waiting for interview....
@user-oi3he8gq2k
@user-oi3he8gq2k Жыл бұрын
Could you please arrange a mock interview for me
@that_pravasi_guy
@that_pravasi_guy 2 жыл бұрын
hello sir, I want to talk to you regarding my career in software testing please let me know how can I connect!
@nidhichand7056
@nidhichand7056 2 жыл бұрын
Hi sir, I would like to take mock interview
@ARJ11111
@ARJ11111 2 жыл бұрын
Hats off to you sir Also thanks to kernel Bakshii
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Thanks for watching!!
@mr.sachin6984
@mr.sachin6984 2 жыл бұрын
But Kherde Don is great 😊
@pavanmehare8779
@pavanmehare8779 2 жыл бұрын
But who is kherade don
@mr.sachin6984
@mr.sachin6984 2 жыл бұрын
@@pavanmehare8779 he is one of the best trainer and guide. Also IIT return 😊
@mr.sachin6984
@mr.sachin6984 2 жыл бұрын
If kernel is 19 then Don is 20. Don is great 😎
@vishalgaurav973
@vishalgaurav973 Жыл бұрын
Sir I want give you mock
@jyotivangari6221
@jyotivangari6221 2 жыл бұрын
Hello Sir, I would like to give a Mock interview.
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Please share your CV at rdautomationlearning@gmail.com
@vigneshe2340
@vigneshe2340 2 жыл бұрын
How much salary we can expect for automation tester with 5 yrs exp
@vikasbaghel6326
@vikasbaghel6326 Жыл бұрын
Atleast 15 LPA
@vedantdhaygude4565
@vedantdhaygude4565 2 жыл бұрын
sir i want give mock interview how can i
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Please share your CV at rdautomationlearning@gmail.com
@gouravjain07
@gouravjain07 2 жыл бұрын
Sir, I've sent an e-mail to You regarding Mock interview...Please check 🙏
@ajinkyag4038
@ajinkyag4038 Жыл бұрын
Fake experience wala banda h. No problem bro... Keep it up
@crickettales6594
@crickettales6594 3 жыл бұрын
Sir please take my interview 🙏
@rdautomationlearning609
@rdautomationlearning609 3 жыл бұрын
Sure please share your CV at rdautomationlearning@gmail.com
@crickettales6594
@crickettales6594 3 жыл бұрын
@@rdautomationlearning609 Sure sir
@reenarawat5604
@reenarawat5604 3 жыл бұрын
I really like the way you taking interview. Can I get your email id.
@rdautomationlearning609
@rdautomationlearning609 3 жыл бұрын
Sure it's rdautomationlearning@gmail.com
@sunilsawargave3340
@sunilsawargave3340 2 жыл бұрын
Good job sir very helpful for me.
@rdautomationlearning609
@rdautomationlearning609 2 жыл бұрын
Thanks for watching.
Automation Testing Interview For Experienced| Mphasis Interview Questions
28:18
RD Automation Learning
Рет қаралды 66 М.
Cat Corn?! 🙀 #cat #cute #catlover
00:54
Stocat
Рет қаралды 16 МЛН
Iron Chin ✅ Isaih made this look too easy
00:13
Power Slap
Рет қаралды 34 МЛН
What it feels like cleaning up after a toddler.
00:40
Daniel LaBelle
Рет қаралды 76 МЛН
A clash of kindness and indifference #shorts
00:17
Fabiosa Best Lifehacks
Рет қаралды 118 МЛН
Automation Testing Interview Questions | Java Testing Interview Q&A
33:38
RD Automation Learning
Рет қаралды 36 М.
Automation Testing Interview Questions and Answers | RD Automation Learning
25:48
RD Automation Learning
Рет қаралды 2,6 М.
Mock Interview For 0-2 YOE ( Manual Testing+ Java +Selenium)
38:23
Infosys Automation Testing Interview Questions | Infosys Testing Interview Q&A
25:08
Cat Corn?! 🙀 #cat #cute #catlover
00:54
Stocat
Рет қаралды 16 МЛН