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

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024
  • 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.
    Adding package-info.java for package description.
    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:
    docs.oracle.co...

ความคิดเห็น • 17

  • @lingeshsd3213
    @lingeshsd3213 3 ปีที่แล้ว +3

    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.

    • @TestingMiniBytes
      @TestingMiniBytes  3 ปีที่แล้ว +1

      Thanks for your detailed feedback Lingesh.
      I am glad that you are learning new things.
      Share it in social media about the channel. It will help many people like you.
      👍👍

    • @lingeshsd3213
      @lingeshsd3213 3 ปีที่แล้ว +1

      @@TestingMiniBytes sure bro already shred with my friends and colleagues ☺️

  • @venkatasunil7642
    @venkatasunil7642 3 ปีที่แล้ว +6

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

    • @TestingMiniBytes
      @TestingMiniBytes  3 ปีที่แล้ว +1

      Wow thats a candid one 😄👍 Glad you liked the content. 🙏

  • @okey1317
    @okey1317 2 ปีที่แล้ว +1

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

  • @hariharansrinivasan6309
    @hariharansrinivasan6309 3 ปีที่แล้ว +1

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

  • @rajasekharmaddigalla1463
    @rajasekharmaddigalla1463 3 ปีที่แล้ว +2

    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

    • @TestingMiniBytes
      @TestingMiniBytes  3 ปีที่แล้ว +1

      I am not sure about intellij. Let me have a look at it. Please excuse on delays.
      In the meantime I would advise to atleast proceed with the remaining.
      You can also check in intellij docs

  • @Payazee
    @Payazee 2 ปีที่แล้ว

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

  • @sadabsaqib9483
    @sadabsaqib9483 3 ปีที่แล้ว +1

    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?

    • @TestingMiniBytes
      @TestingMiniBytes  3 ปีที่แล้ว +1

      Have you created the comments for packages. There will be a checkbox to select overview.html. Please select that and generate the index.html file.

    • @TestingMiniBytes
      @TestingMiniBytes  3 ปีที่แล้ว +1

      I am glad you liking the content.
      Keep spreading about the channel to your friends and colleagues 😄👍

    • @sadabsaqib9483
      @sadabsaqib9483 3 ปีที่แล้ว +1

      @@TestingMiniBytes Yes I created package-info.java for each package. Could please tell where this overview.html resides? I see in video you did not select the checkbox. I am trying to find answer in google as well but answers confusing unlike your crystal clear explanation.
      Also I already suggested to few of my colleagues to checkout your channel.

    • @TestingMiniBytes
      @TestingMiniBytes  3 ปีที่แล้ว

      @@sadabsaqib9483 Give me some time sadab. I will check this out for you. Idea is to generate java docs and if you get that idea, you can build on top of it.
      Thanks a lot for leaving your feedback and sharing with yiur friends. 👍

    • @sadabsaqib9483
      @sadabsaqib9483 3 ปีที่แล้ว

      @@TestingMiniBytes Sure. Thanks again for quick response.