Man I know I commented in another video yesterday but every time I look for a video to study what I already learned but to expand and understand it better, you appear in the browser and the video is over the top. Telusko is boss!
Hi Navin, Really appreciate your effort. I have watched several other tutorials but they way you explain in short n sweet manner really helps to clear or revise concepts.
I really find your videos much helpful, thanks for it, but why are there only two videos on junit...I need a complete series/tutorial/playlist on junit,mockito related things too....please make a complete tutorial on this....I am eagerly looking forward to it
I have follow ed you tutorials. very much clear and understandable since you discuss reasons as well. so I kindly request to do a series on Spring boot security and Spring boot Unit test. Good luck
All the tutorials on unit testing never include actual examples of how a unit test can help you. I think it would add a lot of value to add some actual logic to the function under test (still keeping it a simple example) and then pretend that a new developer (or your future self) comes to make a simple logic change that actually breaks the code and the unit test now starts failing. That would show the true value of testing for newer software engineers who never fully understand the value until that happens to them in real life
Can you share a video on code coverage, specifically on methods having if( a && b), type of code, along with all possible combination of this code to be cover. I get 1 out of 4 branch is missing kind of message on code coverage. couldnt find whats going wrong
I have an id which is auto-generated in db every time a new record is inserted into db, now I want to write unit test for this auto-generated Id. Here I am setting value in test but not able to get those value when getting it in actual test, please help me with the solution.
Spend the whole day and overwhelm now crystal clear thank you
Best programming teacher :)
Man I know I commented in another video yesterday but every time I look for a video to study what I already learned but to expand and understand it better, you appear in the browser and the video is over the top. Telusko is boss!
Great Naveen! Now for any topic I search for your video, I got so much confidence in your teaching, you will build it with great basics....
You're a natural sir. Your videos are clear and precise. You're changing lives God bless you!
Clear and Brief explanation to understand the very basic.
Youre the best teacher ive ever seen!!!!
Hi Navin,
Really appreciate your effort.
I have watched several other tutorials but they way you explain in short n sweet manner really helps to clear or revise concepts.
I am addicted to your channel!!!
I really find your videos much helpful, thanks for it, but why are there only two videos on junit...I need a complete series/tutorial/playlist on junit,mockito related things too....please make a complete tutorial on this....I am eagerly looking forward to it
A 2 hour video also didn't give me this much clarity. Thanks a lot for this video
Your content is great! Thank you!
Hi Navin, thanks a lot for your videos. Can you please provide a nice tutorial on Junit testing of Springboot ( MVC) application layers?
u r great in presenting things simply. thanks a lot.
Awesome sir, Thanks for sharing your knowledge.
Sir your way of explaining is something extraordinary.Very nice video Sir.
Content is as good as your shirt!
Neat, clean, simple, to the point!
✌🏻
Finally Telusukunna😃
Very good. I like your style
Great explanation bro, first indian that i understood his accent lol.
Very good sir. Very useful for the testing purpose.
Thank you very much. Very useful before starting Mockito Framework. Thank you so much for this video
sir your way of teaching is very good.
Great video to crystal clear the concept of mockito. Thank you
This guy always saves my life
Great video! Thanks!
Thank you so much . Your videos are really helpful .
Plain and Simple explanation !
sir you are a superb teacher
Doubt cleared awesome 😍
Thank you! Your Videos are great! Greetings from Germany :)
Really awesome videos brother, Appreciated for the work.
Good one!! I need to understand Mockito, MockMVC, RestAssured, JUnit 4 and implement soon for my project, and this is a good starting point. Thanks!
He's a very good teacher
Please do more videos on JUnit.. Thanks for your work.. Kudos
thanks for clearing the concept
Good to heard & Thank you!
Great Guy. Very well. You teach perfectly. Thank you so much.
You are Awesome.
Nicely explained in proper flow..Thank you for your efforts..
Classes and methods are called units and we test units...
Just a note for me :)
thats how I processed it
very informative video ...Thanks Naveen
Very simple video to understnad. Thx
Wow great great lesson .. glad i found ur channel
Thank you so much awesome explanation
as always, clear explanation
Hey this really simplified the whole concept for me. Thanks a lot.
Good explanation
that was some real nice information here. thankyou
excellent video.....thanks for sharing.
brilliant explanation thanks
This was a great video for beginning unit testing. Thanks!
Great one......
Thanks a lot for the lesson, man!
Great Job brother ..
thank u, u really used an easy to understand example
You r great orator.. it's really engaging videos and the way you examples it's interesting ... keeping doing it. Thanks . 😊🤓✌
Thank u for sharing
Dude you are awesome! Thank you so much for this helpful video.
Can u pls make tutorials on junit and testng for beginners to advanced level?
Perfect explanation!!
thanks for this video, very interesting way of teaching, simple and to the depth..
You teach really amazing!! I never get sleep when I watch your videos!
well explained.
Please create an entire playlist for Junit 5.0 and its Features.
Very good.
Great 👍
Life saver 🙏🏻
Hello, I like your all video can you please make video on micro services and Angular. Please make video on these two topics.Thank you.
I have follow ed you tutorials. very much clear and understandable since you discuss reasons as well. so I kindly request to do a series on Spring boot security and Spring boot Unit test. Good luck
superb explanantion
Thanks Naveen. simple and clear explanation :)
All the tutorials on unit testing never include actual examples of how a unit test can help you. I think it would add a lot of value to add some actual logic to the function under test (still keeping it a simple example) and then pretend that a new developer (or your future self) comes to make a simple logic change that actually breaks the code and the unit test now starts failing. That would show the true value of testing for newer software engineers who never fully understand the value until that happens to them in real life
Thats great, thanks
Just excellent
Good introudction. In every video you are publishing please provide the next video link, otherwise, it is hard to find next video link.
Thanks for the video sir...
Thank you so much
Hi Navin,
Could you please make a video on MVP architecture and Dependency Injection using Dagger 2?
Thanks
Need more videos on Mockito brother
Thanks man, finally
great explanation really remarkable,upload videos on spring cloud and microservice...
Very lucid explanation of the concept! :D
Thanks bro, you have explain very well
Thank you so bro thanks alot
Plz make some vdeos on jenkins and debugging
nice tutorial. just one remark the convention is CalcultorTest and not TestCalulator
Can you share a video on code coverage, specifically on methods having if( a && b), type of code, along with all possible combination of this code to be cover. I get 1 out of 4 branch is missing kind of message on code coverage. couldnt find whats going wrong
Can you upload mockito+ Spring crud videos. Highly appreciated as your tutorials are really great
Good thanks
wise person
Thanks you ! :D
u r superb
you are great........
great video
Omg. Thank you!
please more tutorial man!!! thanksssssss
Thanks boss!!
Good video sir i want to which software you are using to record tutorial it's very clear
Love it :)
teluskunna.chala thanks
I have an id which is auto-generated in db every time a new record is inserted into db, now I want to write unit test for this auto-generated Id. Here I am setting value in test but not able to get those value when getting it in actual test, please help me with the solution.