thanks for this video, I'm currently trying to learn how to write unit test for my current project and have been searching about this exact video. this really helps me understand how to do it.
Thanks so much. I always find it difficult to write jUnit to increase coverage as SonarQube mostaly fails the build if Overall Code Coverage is less than what is defined at my organisation. Unfortunately this plugin is not available for free .
Yes buddy it will allow. I forget to mention that part in video but you can just click on IntelliJ preference next you will find the option called squareTest there you have option to choose test template so you can select junit 5
Hi, whenever I am trying to running the generated controller class getting the below exception: java.lang.IllegalStateException: Failed to load ApplicationContext can you please help me on this issue. Thanks
Square test, quite interesting indeed. Thankyou for introducing it.
thanks for this video, I'm currently trying to learn how to write unit test for my current project and have been searching about this exact video. this really helps me understand how to do it.
Great , will try it . Earlier I had used diffblue in IntelliJ , it’s also for writing test cases
Yes diffblue also does the same kind of work
is diffblue free and opensource?
Thanks for your efforts, its crisp and clear.
Excellent stuff. Thanks
Thank you for sharing 🤠
Nice, very useful
👌
Thank you , just curious how do you come across this sort of new stuff ? You are helping a lot.
Keep learning buddy 😃
Love it. I hate writing tests, too repetitive
Can you please create a video to link backend okta project to Angular 🙏
Sure 😃
Thanks
Thanks so much. I always find it difficult to write jUnit to increase coverage as SonarQube mostaly fails the build if Overall Code Coverage is less than what is defined at my organisation. Unfortunately this plugin is not available for free .
Will this work with Junit jupiter ? Earlier I tried diffblue but it’s not suitable for junit jupiter in spring boot project
Yes buddy it will allow. I forget to mention that part in video but you can just click on IntelliJ preference next you will find the option called squareTest there you have option to choose test template so you can select junit 5
Is there any test plugins for eclipse?
Diffbule
Tell us any eclipse tool for the same
How it works for existing test cases?
Can gitcopilot also write test cases?
Not sure I haven't tried yet
can we have github link for this course
This i tried with an existing crud application from GitHub repo
Any unit test dependency is needed ?
Junit by default it will add by plugin
@@Javatechie ok thanks
Private methods its not written test case
Not working properly
RIP TDD 😂
😜 not exactly
hmm...it's not free
Hi,
whenever I am trying to running the generated controller class getting the below exception:
java.lang.IllegalStateException: Failed to load ApplicationContext
can you please help me on this issue. Thanks
Check if there is any assert exception
I am also getting same error , Can you tell you is the issue resolved and how you resolved that