P18 - How to use the dataprovider partially in TestNG | TestNG | Testing Framework |

Поділитися
Вставка
  • Опубліковано 7 вер 2024
  • In this video, I have explained about "How to use the dataprovider partially in TestNG".
    Video Timeline:
    00:25 Understand the concept of Indices
    03:48 What is indices?
    05:03 Why do we use indices?
    05:11 How to use the indices?
    08:37 What happens if we don't use the indices?
    08:51 Where do we use the indices concept in real-time?
    =======================================
    ▶️ Next Video Link: • P19 - How to create th...
    ◀️ Previous Video Link: • P17 - Parameters of Te...
    ↔️ TestNG Playlist Link: bit.ly/3wXyuXB
    🔗 Code used in this video: www.hyrtutoria...
    ✴ Checkout my other playlists: bit.ly/3gLIAVL
    ☕ Buy me a coffee: bit.ly/33ljBWc
    👑 Join my youtube channel to get access to perks:👇
    / @hyrtutorials
    ========================================
    ========================================
    Connect me @
    🔗 Website - www.hyrtutoria...
    🔗 Telegram - t.me/hyrtutorials
    🔗 Facebook - / hyrtutorials
    🔗 LinkedIn - / hyrtutorials
    🔗 Twitter - / hyrtutorials
    🔗 Instagram - / hyrtutorials
    ========================================
    ========================================
    🙏 Please Subscribe🔔 to start learning for FREE now, Also help your friends in learning the best by suggesting this channel.
    #hyrtutorials #selenium #testng
    TestNG by Yadagiri Reddy

КОМЕНТАРІ • 35

  • @HYRTutorials
    @HYRTutorials  2 роки тому +1

    ↔️ TestNG Playlist Link: bit.ly/3wXyuXB
    ✴ Checkout my other playlists: bit.ly/3gLIAVL
    ☕ Buy me a coffee: bit.ly/33ljBWc

  • @nagasaimaddula56
    @nagasaimaddula56 4 місяці тому

    Super explanation bro

  • @shivakumarmaraboina2417
    @shivakumarmaraboina2417 2 роки тому +1

    explanation is awesome

  • @bharathpybodi2842
    @bharathpybodi2842 2 місяці тому

    Nice Bro

  • @heisenbergukr3180
    @heisenbergukr3180 Рік тому +1

    I don't forget you and teaching bro

  • @Targetgroups123
    @Targetgroups123 2 роки тому +2

    Am completed all videos in this playlist💐💐💐 thank u for ur hardwork 💐💐🥰🥰🥰 can i know next video release date..... 🙏🙏🙏🙏

  • @sivaramaprasad9202
    @sivaramaprasad9202 2 роки тому +2

    Hi, please make videos on log4j reports and listener class

  • @MyGreatAchievers
    @MyGreatAchievers Рік тому

    You are outstanding brother

  • @RaghavVinu
    @RaghavVinu 5 місяців тому

    is indices applicable only for single dimension array?

  • @mohanreddymadem2683
    @mohanreddymadem2683 2 роки тому +2

    HI Sir,
    How to apply indices on two dimesional array data while reading data from excel, we need to add for rows or columns can you guide me

    • @HYRTutorials
      @HYRTutorials  2 роки тому +1

      We need to add for rows only. In two dimensional array the number rows represent the number of times the test has to execute and the number of columns represent the parameters inside the test method.

  • @yaswanthtirupathi6551
    @yaswanthtirupathi6551 Рік тому

    Thank you so much bro😊

  • @TechCommuteTelugu
    @TechCommuteTelugu 2 роки тому +1

    Hi, Please make a video on bug Tracking tools, which is the best one in market and open source tool?

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      Companies are not using the third-party bug tracking tools separately.
      If they are using jira for the agile then they will use jira only for tracking the bugs as well.
      Similarly for other things as well.
      Best in the market are JIRA, ALM, TFS etc..

  • @purvidholakia3570
    @purvidholakia3570 Рік тому +1

    Hi Reddy, I am watching your all videos, good explanation. Here I do have one question, DataProvider name is not a dp1 but you have mentioned @Test(dataProvider = "dp1"), if dp name not defined still we can define dp name in a @Test annotation?

    • @HYRTutorials
      @HYRTutorials  Рік тому

      Yes buddy.
      If we don't provide any name to the dataprovider, we can use the dataprovider method name as the name

    • @purvidholakia3570
      @purvidholakia3570 Рік тому +1

      @@HYRTutorials ,Thanks!

  • @abzaman77
    @abzaman77 Рік тому +1

    Is it possible to have a range.?

  • @aravpriyadiya4405
    @aravpriyadiya4405 2 роки тому +1

    watchin all your videos.. your teaching is amazing.. how to handle same scenario for 2 dimensional or multidimensional.
    Lets say .. i have details first name , last name , user name and PWD. like these i have 4 data. i wanna take out only user name and password for the 4 data. i know using loop its possible handle this scenario. i want to know whether its possible through indices.. i know its a silly question. out of curiosity i am asking things.. thanks in advance for ur reply

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      Thankyou buddy
      Indices is used for restricting the datasets but not the data inside each set buddy.
      For example if u have 10 sets of data, you can pass only the required sets like 1st and 3rd. but you can't restrict the data in each set

    • @aravpriyadiya4405
      @aravpriyadiya4405 2 роки тому +1

      Understood .. thanks a lot..

    • @aravpriyadiya4405
      @aravpriyadiya4405 2 роки тому +1

      Can you please create a video customising testng report. For ex; creating a pdf file. Adding a class name as a title. Method name as header. Screen shot value and then sreen shots..if test case fails attaching a screenshot.. adding a html report then zip the report.. i know we have lots of third party tools... I have seen your listener video.. and taking a screenshot while script fails... All those Videos i have seen.. i am trying to replicate all those in the customized report. getting stuck here and there... If you post a video on this it will be very helpful

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      @@aravpriyadiya4405 Most of the testers doesn't use or like the report based on PDF buddy. you can use the third party libraries like extent or allure reports.
      As many would not be interested in the PDF based reports, im not gonna spend the time on that buddy.
      You can checkout my extent reports playlist for learning it
      📌 Extent Reports Playlist Link: bit.ly/3pGD1gh

    • @aravpriyadiya4405
      @aravpriyadiya4405 2 роки тому +1

      @@HYRTutorials thank you

  • @mahindra2052
    @mahindra2052 Рік тому +1

    hi, cucumber bdd framework videos chestara in telugu.