Hi Naveen, I started watching your videos a few weeks back and must say they are very good in terms of Interview preparation and learning main concepts without drilling down un-necessary on the subject. To the point, not very theoretical, very practical, real time and always focusing on concepts which can be learnt easily are the distinguishing features. Keep it up. Seems, learning and practicals are very Simple now. Thanks once again.
What an amazing explanation of Exceptional handling .. I have watched so many videos of java selenium concepts for so many you tuber but no one can match your style of teaching. You are the number 1 on youtube ... How simple you explain everything. You are an inspiration.. Keep Rocking @Naveen Sir :)
Hello Naveen, do you provide online training? This is easy explanation, at the college, teacher couldn't explained, it was really helpful in this video. Thanks you
I came across a question in a recent interview regarding the exception handling and screenshot. 1. Do you write Try and catch block code to handle an exception? Suppose if you have 400 plus test cases in your test class if yes then code repetition will happen so is it good practice? 2. The same kind of question also asked around the screenshot - provide a generic approach where you will write the optimized no of steps to take screenshot.? 3. From where you will execute your test cases in selenium? It will be really helpful to me in my next interviews since I googled and did not found the crisp and customized answer. Thanks in advance for your kindly help.
some times we dont know what kind of exception is generated and in which line exception is generated in that case how to handle and what we have to do?
Great video thanks a lot. But its hard to get how to handle Exceptions in real project with TestNG. Write expected exceptions in annotation or make try-catch blocks, or throws? How is better? In annotations... is it better to write specific exceptions' classes or just point Exception.class ? 🙄Could you explain pleaaase(:
naveen I have a query not static methods are called directly? in one video you have mentioned non static methods are called only by using objects? please do correct me if I am wrong so how you called div method without creating object ?
Non static method should not called by objects as it's not part of object property. It's common for all objects. But non static method is the individual property of each object of the class hence should be called by object name. Static should be called by classname directly.
Thank you Naveen, for explaining such complicated concepts in much simplest way. I do have one query, how to ignore the exception thrown while executing a program without using assert statements?
Hiiii every one. Who has recently faced selenium interview for experienced guy's what kind of questions are faced at time of interview pls share that questions it will be useful for all pls guy's
Hi Naveen, I started watching your videos a few weeks back and must say they are very good in terms of Interview preparation and learning main concepts without drilling down un-necessary on the subject. To the point, not very theoretical, very practical, real time and always focusing on concepts which can be learnt easily are the distinguishing features. Keep it up. Seems, learning and practicals are very Simple now. Thanks once again.
What an amazing explanation of Exceptional handling .. I have watched so many videos of java selenium concepts for so many you tuber but no one can match your style of teaching. You are the number 1 on youtube ... How simple you explain everything. You are an inspiration.. Keep Rocking @Naveen Sir :)
U are god in coding bro ☺️
The most underrated channel for the way u teach and the content u provide always.
Thanks for explaining everything in such a precise manner 😊
You are the best in the market
Superb explanation !! After learning from you Sir - i am even able to teach others ))
Thanks for watching @Igor. Good to know that you are learning and teaching others.
Thank you for the video naveen! The way you explain is amazing
My pleasure 😊
Superb explanation . concept clarity and way of teaching is really good
Nice Sir.. really important topic waiting for this.. 👌👍
Very clean voice with transparent explanation.just awesome. Very very helpful..thanks a lot
This is really awesome. I Completed all Java videos and execution.thank u very much for your support.
Hi Naveen, Can you give an example where exception is handled in selenium, in terms of a real time project or situation?
Thanks a lot sir to simplify exception handling
Very Helpful this video is.
thank you sir
Thank u very much for sharing this knowledge in a simple format...
Thanks Again
Thanks, Naveen... you are doing a great job!!!!!! most valuable videos.
Hi Naveen, i watched so many videos of you. your explanation is awesome, thank you so much
I was waiting for this video on Exception handling.Thanks Naveen.
Thanks a lot Naveen .. I was waiting for this tutorial since long ...👍👍👍
thank you sir.you where very good at everystep of explainaton.
Thanks Aarti. Keep learning :)
Hello Naveen, do you provide online training? This is easy explanation, at the college, teacher couldn't explained, it was really helpful in this video. Thanks you
I came across a question in a recent interview regarding the exception handling and screenshot.
1. Do you write Try and catch block code to handle an exception? Suppose if you have 400 plus test cases in your test class if yes then code repetition will happen so is it good practice?
2. The same kind of question also asked around the screenshot - provide a generic approach where you will write the optimized no of steps to take screenshot.?
3. From where you will execute your test cases in selenium?
It will be really helpful to me in my next interviews since I googled and did not found the crisp and customized answer.
Thanks in advance for your kindly help.
Awesome
Thank you naveen..plz make video on static nested class...
Sir...can u plz make a video on css selector element locator...
Hi Naveen, Do you provide online training, any upcoming batch ?
Naveen Are these series of 29videos on java only required for Selenium ?
thank you naveen :)
some times we dont know what kind of exception is generated and in which line exception is generated in that case how to handle and what we have to do?
Great video thanks a lot.
But its hard to get how to handle Exceptions in real project with TestNG. Write expected exceptions in annotation or make try-catch blocks, or throws? How is better? In annotations... is it better to write specific exceptions' classes or just point Exception.class ?
🙄Could you explain pleaaase(:
I thank you
thanks naveen
naveen I have a query not static methods are called directly?
in one video you have mentioned non static methods are called only by using objects?
please do correct me if I am wrong
so how you called div method without creating object ?
Non static method should not called by objects as it's not part of object property. It's common for all objects. But non static method is the individual property of each object of the class hence should be called by object name. Static should be called by classname directly.
@@naveenautomationlabs ok but you have called div() method inside sum() method without an object?
div is a non static method right ?
@@akalyamohan2023 you can call non static method inside another non static method of the same class without creating the object.
@@naveenautomationlabs ok thank you so much
Thank you Naveen, for explaining such complicated concepts in much simplest way.
I do have one query, how to ignore the exception thrown while executing a program without using assert statements?
I think you can use Try catch block block...in case of exception, your test won't fail and execution will continue as normal
Use soft assert to continue the execution even if assertion fail
I am waiting this video ...all douts clear too see ur video Naveen ..thanxs Naveen
Is try and catch the only way to handle exceptions?
We need video s on spring
Thanks Naveen for making this video and kindly please make some video on appium please it would be great help
thank you chaubeyji
Why are we using throw keyword why can't we simply print that flag is blank?
thank you naveen
Hiiii every one. Who has recently faced selenium interview for experienced guy's what kind of questions are faced at time of interview pls share that questions it will be useful for all pls guy's
Sorry naveen for that my comment
//ThankYou
😘
thank you chaubeyji