Hello All,
Please advise what are the various ways/facilities provided by AEM to troubleshoot various issues occur during the implementation of template/components.
Thanks,
Kishore
Solved! Go to Solution.
Views
Replies
Total Likes
There are various ways to test/troubleshoot AEM components. See:
1. http://blogs.adobe.com/cqpost/2012/03/19/unit-testing-in-adobedaycq5/
2.http://stackoverflow.com/questions/20545248/cq-writing-server-side-junit-tests
3. https://docs.adobe.com/docs/en/aem/6-0/develop/test/testing.html
4. Also see this Ask the AEM Experts session on testng AEM - this is highly recommended to learn about ways to test/troubleshoot:
Views
Replies
Total Likes
If the issues are with the styles of templates, components then I would go with inspecting element with browser console else as said by @Fieke error.log will be the first place to check
Views
Replies
Total Likes
My first thinking is to check the error.log file.
Views
Replies
Total Likes
There are various ways to test/troubleshoot AEM components. See:
1. http://blogs.adobe.com/cqpost/2012/03/19/unit-testing-in-adobedaycq5/
2.http://stackoverflow.com/questions/20545248/cq-writing-server-side-junit-tests
3. https://docs.adobe.com/docs/en/aem/6-0/develop/test/testing.html
4. Also see this Ask the AEM Experts session on testng AEM - this is highly recommended to learn about ways to test/troubleshoot:
Views
Replies
Total Likes