Selenium Framework - Part 39 - Create Java documentation for Automation Framework

preview_player
Показать описание
Hi All,

In this video , we will see how we can create Java docs for our framework. It will be similar to Java documentation available for testng or selenium.

Understanding the needs for comments.
Understanding Java doc comments for classes, methods.
Customizing eclipse IDE suggestions.
Understanding few html tags
Generating Java doc for Test Automation Framework.
@Documented annotation for custom annotation.
Customizing the generated java docs.
Don’ts while creating comments.

More info:
Рекомендации по теме
Комментарии
Автор

Amuthan bro very unique video. I have also seen this kind of comments in many frameworks/codes but I didn't know the use for this. I thought it's a normal comment for their reference now I am getting point after watching this video. Like what is the purpose and how to do it. And also many times I have seen the TestNG and selenium docs I didn't understand and also don't know to how to read that now I got clarity on how to read and get benefited from that things. I really appreciate your effort to share on how you read, learn and approach towards the problem and then get a solution in our case. it was really helping me also to learn these techniques to improve my work and career.
Now I am also going to learn more about this and going to implement this useful thing in the framework. thanks for sharing. your contents are really unique from others because even for paid/free course/video not seeing this much rich content. keep the good work bro. best wishes from the bottom of the heart.

lingeshsd
Автор

This is 'Testing Mega Bytes' .... love the content 👌

venkatasunil
Автор

wow. I have seen these sort of documents before, but never realized that they are created this way

okey
Автор

Hi can u pls upload video for selenium automation step by step.... Thanks in advance....

hariharansrinivasan
Автор

HI Amuthan, I am using IntelliJ, while adding @see com.tmb.tests.BaseTest. i am getting an error. stating ' Symbol 'com.tmb.tests.BaseTest' is inaccessible from here '. could you please advise on this

rajasekharmaddigalla
Автор

FrameworkConstants < this will contain framework constants.
Can we create a separate class for project constants as well?

Payazee
Автор

Hi Amuthan, first of all thank you for creating such informative videos. From the day I started watching, not even single day I missed open and go through one of the video. I have tried create java doc but it looks little different for me (class and package frame of left column is not coming in index.html). Something to do with java version?

sadabsaqib