Selenium Framework - Part 30 - Create you own custom Annotations & Use it in Selenium Framework

  Рет қаралды 5,609

Testing Mini Bytes

Testing Mini Bytes

Күн бұрын

In this video we will see the below topics,
How to add authors, groups into the extent report?
What is the problem with this approach?
What is Annotations?
Can you give some implementations to understand Annotations?
How to create our own annotations?
How to use it in framework?
*********************************************
Extent Report playlist
• Extent Reports Latest ...

Пікірлер: 37
@ctacts
@ctacts 4 ай бұрын
this frame work is exactly what I'm looking for. It's crazy. 👏
@lka5968
@lka5968 3 жыл бұрын
To @All, You will rarely find a teacher, who teaches the bad way and then teaches the proper way, so that we will actually know the use of the concept. @Amuthan, Thanks alot for your time, care and effort.
@rajatt95
@rajatt95 3 жыл бұрын
You're absolutely genius, Amuthan.
@mrudulavani3440
@mrudulavani3440 Жыл бұрын
@Amuthan I guess this is one of the best course for Selenium Framework(But unfortunately underrated one).I learned many new concepts especially wrt Test NG Annotation and Listeners.Thank you very much
@prasannaprasy950
@prasannaprasy950 3 жыл бұрын
I was trying to understand this annotation from one year!! you made me understand within 30mins 😀
@TestingMiniBytes
@TestingMiniBytes 3 жыл бұрын
Please spread about the channel to your colleagues. :)
@SritajPatel
@SritajPatel 3 жыл бұрын
Learned something new entirely, much thanks for this.
@bharathkoneru4008
@bharathkoneru4008 3 жыл бұрын
Hi Amuthan bro, seriously you don't need to ask for excuse about the videos being lengthy. More elaborative they are, more easy it is for person of any level to grasp. They are extremely informative and more learning & easy understanding. This is so cool concept of creating custom annotations. Again you can straight away create it and use it in framework but you are not doing that. You are explaining the need of it, how you approached & learnt them on your own. Specifying the end goals to avoid any diversion which makes it more engaging. This stands out. Moreover, you are also brushing up java concepts which are indirectly helping alot, instead of referring them again. Your content & teaching is perfect. Keep them coming brother.
@TestingMiniBytes
@TestingMiniBytes 3 жыл бұрын
Thanks a lot again Bharath for your valuable feedback. Yes more videos are in pipeline to pump your adrenaline 👍🙏 Thanks for your support and please share with your friends about the channel 🙏
@bharathkoneru4008
@bharathkoneru4008 3 жыл бұрын
@@TestingMiniBytes sure buddy I already started referring them. I wish you reach 100k subscribers soon and enable the JOIN button. Not even a paid course on Udemy is providing this much of knowledge & practical approach although they frame them as "Industry standard". You are doing great things & sharing them at free of cost🙏🙏🙏
@TestingMiniBytes
@TestingMiniBytes 3 жыл бұрын
@@bharathkoneru4008 Yes, I want to share the knowledge what I have with everyone. More videos on java 8, design patterns, aws, appium, rest assured are coming. Thanks again for taking time to comment. These comments are really important for me to contribute to the community. 👍
@i.am.gaurav.khanna
@i.am.gaurav.khanna Жыл бұрын
Great Content Amuthan. Keep it up !! 👏
@shashibhushanv3951
@shashibhushanv3951 3 жыл бұрын
Learnt a new concept, thanks Amuthan
@abhijitbiradar
@abhijitbiradar 3 жыл бұрын
Very informative video. Thanks
@nayanagopinath669
@nayanagopinath669 2 жыл бұрын
Hi Amuthan.. thank you for the video. how can we handle null pointer exception if custom annotation is not provided in a test?
@TestingMiniBytes
@TestingMiniBytes 2 жыл бұрын
You can set default value. Or in listeners you can try to see if the value is null or not and act accordingly
@boss6378
@boss6378 3 жыл бұрын
Ur videos are super!!
@TestingMiniBytes
@TestingMiniBytes 3 жыл бұрын
You have commented more than 15 times but this is the first time you are convinced. Glad you liked the content. 👍
@ctacts
@ctacts 2 ай бұрын
It solved my problem statement
@thetimesoftravel
@thetimesoftravel Жыл бұрын
Hi I am facing one challenge .After implementing custom annotations, I am not able to run tests with group ex - if I want to run only specific tests related to sanity or regression . Please help me with how we can pass
@TestingMiniBytes
@TestingMiniBytes Жыл бұрын
It should not affect that. Ask your questions in telegram group with screenshot
@thetimesoftravel
@thetimesoftravel Жыл бұрын
@@TestingMiniBytes plz let me know ur telegram group link
@TestingMiniBytes
@TestingMiniBytes Жыл бұрын
@@thetimesoftravel t.me/+cJX1FmzfntJhMTg9
@9745754904
@9745754904 3 жыл бұрын
Great Amruthan..again a new thing learned.... Just to clarify is it possible to add author and category in test level I.e. in the.left side menu to.identify easily rather clicking into the test case....Anyway thanks for the concept,will.implement in.my framework too
@TestingMiniBytes
@TestingMiniBytes 3 жыл бұрын
You can apply annotations at the class level too. Here I am just giving example with the intricate level so that we can have more control. You can alter based on your needs. I am really glad that you are learning new things everyday. 👍
@surajitsarkar59
@surajitsarkar59 3 жыл бұрын
Good Job👏🏼
@chandras9488
@chandras9488 2 жыл бұрын
Hi sir, could you please let me know how to write a custom annotation which in turn passes the excel data into a Map and that will be available for the methods.. like you have for the method amazonTest(Map data)
@TestingMiniBytes
@TestingMiniBytes 2 жыл бұрын
You can watch my videos on test data supplier in sdet essentials playlist
@vhvl3888
@vhvl3888 3 жыл бұрын
fabulous buddy
@TestingMiniBytes
@TestingMiniBytes 3 жыл бұрын
Thanks mate. 😄
@GaneshTimande-b6l
@GaneshTimande-b6l Жыл бұрын
Need code
@TestingMiniBytes
@TestingMiniBytes Жыл бұрын
github.com/amuthansakthivel/SeleniumAutomationFramework_KZbin
@vigneshwaran.b.1602
@vigneshwaran.b.1602 Жыл бұрын
Hi Amuthan, Greetings!! Firstly, I give you a big salute for your immersive contribution here. Thank you so much for it. I've been continually practicing your tutorial videos for the past few days. In this tutorial, I'm facing one issue I tried to solve, but I couldn't solve it. Kindly help me to solve it. Exception Details: java.lang.NullPointerException: Cannot invoke "com.annotations.FrameworkAnnotation.author()" because the return value of "java.lang.reflect.Method.getAnnotation(java.lang.Class)" is null
@TestingMiniBytes
@TestingMiniBytes Жыл бұрын
Please add author tag to the annotation in your test case. Otherwise you have to give default value for that in FrameworkAnnotation class
@TestingMiniBytes
@TestingMiniBytes Жыл бұрын
Or ask your questions in the telegram group with relevant screenshots. t.me/+cJX1FmzfntJhMTg9
@vigneshwaran.b.1602
@vigneshwaran.b.1602 Жыл бұрын
@@TestingMiniBytes Hi bro, I found the issue and resolved it now. Thanks a lot for your support bro..
@vigneshwaran.b.1602
@vigneshwaran.b.1602 Жыл бұрын
@@TestingMiniBytes This link is not working
Selenium Framework - Part 31 - Custom Annotation with Enums
7:27
Testing Mini Bytes
Рет қаралды 3 М.
Selenium Framework - Part 35 - Creating your own Exception
30:49
Testing Mini Bytes
Рет қаралды 5 М.
😜 #aminkavitaminka #aminokka #аминкавитаминка
00:14
Аминка Витаминка
Рет қаралды 1,8 МЛН
Will A Basketball Boat Hold My Weight?
00:30
MrBeast
Рет қаралды 102 МЛН
Who’s the Real Dad Doll Squid? Can You Guess in 60 Seconds? | Roblox 3D
00:34
Selenium Framework - Part 21 -  Eavesdropping your tests - TestNG Listeners
42:53