Solved! Go to Solution.
Views
Replies
Total Likes
Hi @vinuu123 ,
Here is a series of good video tutorials for Junit5 : https://www.youtube.com/watch?v=ZWsHhTI8h6Y
Here is the documentation for writing Junits : https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-devel...
If you want further help with your code, will request you to post the code snippet with which you have challenges writing the code.
Also, here is a video reference of general best practices on how to code based on a book Clean Code by Uncle Bob (any technology - not AEM specific guidleines): https://www.youtube.com/watch?v=7EmboKQH8lM
Thanks,
Milind
Hi @vinuu123 ,
Here is a series of good video tutorials for Junit5 : https://www.youtube.com/watch?v=ZWsHhTI8h6Y
Here is the documentation for writing Junits : https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-devel...
If you want further help with your code, will request you to post the code snippet with which you have challenges writing the code.
Also, here is a video reference of general best practices on how to code based on a book Clean Code by Uncle Bob (any technology - not AEM specific guidleines): https://www.youtube.com/watch?v=7EmboKQH8lM
Thanks,
Milind
Hi ,
You can check this answer in the community, this deals with test cases for overlayed OOTB components.