thanku supriya..today I had interview..covered few from ur video..really helped to answer few.. Absolute/relative, waits, finding elements & syntax, Assert.. is there any document/pdf/website to download ur questions
1. What is Xpath? 0:42 2. What is difference between absolute and relative Xpath? 1:52 3. How to identify a web element which has same Xpath? 6:10 4. What is difference between findElement() and findElements()? 7:15 5. What is difference between Implicit and Explicit wait? 10:10 6. How to find total links on your page? 14:30 7. What is difference between d.close() and d.quit() 16:35 8. How to switch between Frames? 18:10 9. What is difference between Assert and Verify 20:14 10. Tell about your framework 20:18 11. Different locators 25:13
Hi, here is the giant list of Top 100 selenium interview questions, which is useful for experienced as well fresher. artoftesting.com/interviewSection/selenium-interview-questions.html
Tomorrow is my first automation interview and this video has helped me immensely. If nothing I am sure I can answer to at least some of the questions. Thanks a bunch!
Thanks, Supriya for this useful video, 1) When do you do Soap testing? 2) How do you do testing in cloud computing? 3) Where can I save my testing scrips except (git)?
Amazing job.....very clearly explained....very helpful ...Thank you sooo much supriya... Please make more videos on testing inteview questions like roles and responsiblities, about current project etc
Amazing Video!! Could you please explain Automation framework in detail starting from structure to how do you handle failures that you mentioned in QuesNo.10
Very very helpful videos . Pls pls make some more videos for Qa related and more on oops concepts and related to java with real time exmples whih we can find from our framwork . Ausomes all videos 👏🏼👏🏼😊
FindElements returns a List of WebElemets not "an array of matching elements" as you have said/written @9:07 Please be specific, this will not be taken well by the interviewer.
Hi Supria, Nice crystal clear explanation. Very helpful for quick revision before an interview. We add questions related to Actions class. How will you automate mouse hover, invoke the right click context menu, pick and place action...
Questions asked during Interview: 1. What are the parameters to pass in selenium(Ans- PORT, Browser, HOST, URL) 2. How to handle mouse and keyboard events(Ans-Using action classes)
at 06:40, shouldn't it be: [.//*/Select/AddToCart][0] - for identifying 1st element [.//*/Select/AddToCart][1] - for identifying 2nd element and so on ... In Java
@@meenakshipatake4565 Oh ok. I thought that the output is stored in some Java Itertable variable and the indexes are referencing to Java-variable and not the XPath itself !! Thanks.
I have seen so many videos to understand TestNg but your was best but one thing i want to add is please explain in real time example...for example u have taken spicejet but not used those test cases simply taken test testcase1, 2 etc...that was understandable but if you go with real time ex it would be more helpful for us and can you please explain about POM? It's very helpful for us..thank you
How long Selenium will be in demand in the market? what is your personal view on this? Along with Selenium other associated areas like TestNG, Jenkins, Appium, Cucumber etc. will also be relevant for testers in the coming years?
Sorry to get back late. There’s no definite answer for this question. According to me these tools are ever lasting. Everything these days is CI/CD and once you know the concept of integrating ur code with some repo and triggering build be it what ever tool ur company uses , you will be able to switch to that
1) Which is the parent class of WebDriver? 2) What is difference between Selenium RC and Selenium WebDriver? 3) Different annotations of TeatNG and their sequence?
Selectorhub is next to chropath a chrome extension. Very handy tool to locate elements. Check out Sanjay’s demo on TH-cam . He’s the founder of this tool. th-cam.com/video/l-TKiXUCgu0/w-d-xo.html
in ubuntu python 2.7 element.screenshot("scren.png") or element.save_screenshot("scren.png") is not working. but it is working in windows any idea sir. please help me i struck with this from 3 days
One clarification: selectByValue in Select box selects the value attribute of the Select box, while selectByVisibleText selects the human readable text of the Select box, this was not totally clear in the video. Otherwise, helpful resource!
Hi Supriya , Could u pls make video on 1. What are the challenges you face Ex . Application related , process related and people related while doing automation 2. How have you resolved those Above being asked many times for experienced automation tester or lead
thanku supriya..today I had interview..covered few from ur video..really helped to answer few..
Absolute/relative, waits, finding elements & syntax, Assert..
is there any document/pdf/website to download ur questions
Sharmila Kalluri thanks so much. Made my day . Happy testing
Dr r tree wa è2é4
can you share all the interview questions ?
1. What is Xpath? 0:42
2. What is difference between absolute and relative Xpath? 1:52
3. How to identify a web element which has same Xpath? 6:10
4. What is difference between findElement() and findElements()? 7:15
5. What is difference between Implicit and Explicit wait? 10:10
6. How to find total links on your page? 14:30
7. What is difference between d.close() and d.quit() 16:35
8. How to switch between Frames? 18:10
9. What is difference between Assert and Verify 20:14
10. Tell about your framework 20:18
11. Different locators 25:13
Hi, here is the giant list of Top 100 selenium interview questions, which is useful for experienced as well fresher.
artoftesting.com/interviewSection/selenium-interview-questions.html
Tomorrow is my first automation interview and this video has helped me immensely. If nothing I am sure I can answer to at least some of the questions. Thanks a bunch!
Glad to hear this Akhila.. Good luck 👍
@Akhila lyre
hey what questions you faced in your interview?
let us know
Well presented! good collection of questions..thanks for sharing
Each and every question explained clear. Crystal clear voice and explanation of different scenario. Thanks...
Perfect blueprint for Selenium FAQs
Thanks for sharing awesome video
Thanks, It is a very good and relevant basic collection of questions for the interview and nice explanation as well!
Thanks, Mam. Your explanation was too good and was straight to the point. Please keep posting your videos and keep guiding us in future also.
Great stuff. Thank you Madam for sharing. God Bless you😊
Omg u have explained soooo good I have never heard anyone sooo clear n easily putting in head thnx
thankyou so much! If you don't mind putting more of these videos up for Selenium , that 'd be really appreciated
Thank you for making a useful video.. please keep it up it is most helpful for interview those people who are preparing for job
It is a very good and relevant collection of questions for the interview and nice explanation as well!
Very helpful lot of knowledge in a small video Thanks a lot !👍
Good video. Great Job mam. Almost covered all questions
great experlation and awesome video
Thanks, Supriya for this useful video,
1) When do you do Soap testing?
2) How do you do testing in cloud computing?
3) Where can I save my testing scrips except (git)?
Cool video
Actually ur covered 80percent thank u supriya
Amazing job.....very clearly explained....very helpful ...Thank you sooo much supriya...
Please make more videos on testing inteview questions like roles and responsiblities, about current project etc
Your teaching way is too good..Please make a full course related to selenium and java..
Really good
I like videos with hard copy
Really thanks
Shokran
Amazing Video!!
Could you please explain Automation framework in detail starting from structure to how do you handle failures that you mentioned in QuesNo.10
very nice explanation Supriya... Great Job.
Thank you Supriya! For this wonderful video of Selenium FAQs. It was very helpful 👍
Very helpful..
was looking for an answer for one of the question and I got it here.
👍🏻✨
your videos are so informative and helping me
Good explanation, expecting more questions.
your answers awesome thanks very much
Hi Supriya,
What is the frequency of running Regression Automation script in organisation.
Very useful content you elobarated please make more videos on selenium interview questions thank you very much
Great job Supriya! Thanks! ☺
Great information! Thanks alot Supriya ji 😃
Please provide more videos...this too good for us
Great Learning
Thank you very much for your support giving by explaining the concept with real-time examples..
Perfect questions which we may face these questions in interview
👍 Thanks, Supriya
Mam your teaching is excellent , Please upload more videos
Thnku mam🙏🏼👍 I was searching this type video only thnku so much
Thanks Supriya
This is really good for a quick reference.. 😀
👍Thank you so much Supriya .. superb way of explanation and it's really useful!!!
Excellent session, ton of thanks.
Very welcome
BGood list of ques.. I have faced many of them.. Thanks
@supriya..thank you so much for sharing your knowledge..Please upload new vedios..
Excellent mam, you r awesome ever
Really superb video very nicely explained.
What panda is doing 😂
Supriya ..🙏Thank you so much superb way of explanation and it's really useful!!!
Thanks a lot
Well explained. Thanks for the video
Good info ..thank you for this video
Thank you so much Supriya garu very helpful and easy to understand
Hi supriya nice explanation better to add these PDF 's it would help us a lot
Very very helpful videos . Pls pls make some more videos for Qa related and more on oops concepts and related to java with real time exmples whih we can find from our framwork .
Ausomes all videos 👏🏼👏🏼😊
Awesome mam.
Keep doing well 💐
Thanks
good content !
Thanks mam very well explained ☺️💐🙏
very clear and comprehensive explanation. Many thanks :)
Thank you so much for the clear explanation.. really enjoyed and learned a lot
Great video! Thanks Supriya.. can you please explain in detail data driven framework..
Thank you for interview questions.There should be correction at Question 15...while selecting using text it should be selectByVisibleText(text)
Yes, Thanks Tushar.
One query what is the difference between select byvalue() and byVisibleText() ?
Thank You! Nice and Clear explanation.
Nice man thank you for your time and video
Please upload more Java and selenium interview Questions and answers. Thanks.
Useful video to all
Thanks supriya, where is xpath video?
Thanks a lot Supriya for your time and dedication, it was much useful please do keeping more videos :)
FindElements returns a List of WebElemets not "an array of matching elements" as you have said/written @9:07
Please be specific, this will not be taken well by the interviewer.
hi supriya thanks u so much .its very clear and excellent
Thanks it's really helpful.
Kindly make a video on 20 most important java qustions .
Hi Supria, Nice crystal clear explanation. Very helpful for quick revision before an interview. We add questions related to Actions class. How will you automate mouse hover, invoke the right click context menu, pick and place action...
Thank you for such an amazing explanation
Questions asked during Interview:
1. What are the parameters to pass in selenium(Ans- PORT, Browser, HOST, URL)
2. How to handle mouse and keyboard events(Ans-Using action classes)
Yes..but I think it's Actions class and Action is an interface
Great video
very nice eplanation with a sweet voice
Good information..can u provide interview questions about frameworks
Good video, with explanation. Can you please upload this type of video for JAVA also, covering Selenium. It'll be a great help, thanks
awesome , good job dear
Awesome Supriya..
at 06:40, shouldn't it be:
[.//*/Select/AddToCart][0] - for identifying 1st element
[.//*/Select/AddToCart][1] - for identifying 2nd element
and so on ... In Java
Xpath index starts from 1
@@meenakshipatake4565 Oh ok. I thought that the output is stored in some Java Itertable variable and the indexes are referencing to Java-variable and not the XPath itself !! Thanks.
I have seen so many videos to understand TestNg but your was best but one thing i want to add is please explain in real time example...for example u have taken spicejet but not used those test cases simply taken test testcase1, 2 etc...that was understandable but if you go with real time ex it would be more helpful for us and can you please explain about POM? It's very helpful for us..thank you
You know you said "you know" 432 time...😬😅, Apart from joke very helpful video...😊
I know. Sorry abt that . Check the count in my todays video and let me know . I think I reduced but just curious 😃
Thank you... Quite helpful
Nicely Explained
How long Selenium will be in demand in the market? what is your personal view on this? Along with Selenium other associated areas like TestNG, Jenkins, Appium, Cucumber etc. will also be relevant for testers in the coming years?
Sorry to get back late. There’s no definite answer for this question. According to me these tools are ever lasting. Everything these days is CI/CD and once you know the concept of integrating ur code with some repo and triggering build be it what ever tool ur company uses , you will be able to switch to that
Really helpful video (y)
Hi supriya.....very usefull tutorial.
I am a java developer and want to switch to automation tester. Please guide me
1) Which is the parent class of WebDriver?
2) What is difference between Selenium RC and Selenium WebDriver?
3) Different annotations of TeatNG and their sequence?
Thanks .. i find your explanation best ..for being it bit detailed and practical ..
Nice explanation madam
Very very appreciating
thank you mam this is very helpful. Mam, these days i am hearing a lot about selectorshub tool. Is there any tutorial on this tool?
Selectorhub is next to chropath a chrome extension. Very handy tool to locate elements. Check out Sanjay’s demo on TH-cam . He’s the founder of this tool.
th-cam.com/video/l-TKiXUCgu0/w-d-xo.html
in ubuntu python 2.7 element.screenshot("scren.png") or element.save_screenshot("scren.png") is not working. but it is working in windows any idea sir. please help me i struck with this from 3 days
Please ma'am make video how to explain everything about our automation framework in detail to interviewer
Thank You very much.
One clarification: selectByValue in Select box selects the value attribute of the Select box, while selectByVisibleText selects the human readable text of the Select box, this was not totally clear in the video. Otherwise, helpful resource!
How to verify the number of frames in the page? What to type... Command in console...?
Hi Supriya ,
Could u pls make video on
1. What are the challenges you face
Ex . Application related , process related and people related while doing automation
2. How have you resolved those
Above being asked many times for experienced automation tester or lead
simple n clear tq mam
can you make one more video for the intermediate who have more than 2year's of experience?