Read Data from Excel and Convert into HashMap || Read Excel and Store in HashMap Java

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии • 41

  • @sandeepbonagiri5150
    @sandeepbonagiri5150 4 года назад +2

    Excellent, and your channel should get more subscribers because of quality of content u have provided

    • @testerstalk
      @testerstalk  4 года назад +1

      Thanks, Keep visiting my channel..keep learning new things.

  • @rampraji
    @rampraji 2 года назад +2

    I love you bakappa

    • @testerstalk
      @testerstalk  2 года назад

      Same here! Keep visiting my channel for more updates

  • @shobhitagarwal9321
    @shobhitagarwal9321 3 года назад

    Excellent, thanks for sharing this...

  • @consinful
    @consinful 3 года назад

    Good Explanation, really helpful for implementation. Thanks.

  • @leegaoshei
    @leegaoshei 4 года назад

    This is very helpful.

  • @muqtarhussain7168
    @muqtarhussain7168 3 года назад

    Good explanation

  • @theenlightenedsoul4209
    @theenlightenedsoul4209 4 года назад +1

    Hi Bakkapa I have been following you for a long time .these are really great.just one request could you please tell in what order your selenium java tutorials should be watched.

  • @aramesh2307
    @aramesh2307 3 года назад +2

    Hi Bakkappa, What if We have multiple columns not just 2? Which Collection type we use? because here HashMap can only store a pair i.r key and values not more than that

  • @MuraliRajamanickam
    @MuraliRajamanickam 4 года назад +2

    Hi Bakkappa
    In bdd framework, can you share the video how to update pass/fail test case in excel sheet

    • @testerstalk
      @testerstalk  4 года назад +1

      Thanks for watching this tutorial, Sure i will cover that in one of the upcoming tutorial.
      Keep visiting my channel..keep learning new things.

  • @thinklog3888
    @thinklog3888 3 года назад +2

    Thanks for the video,,but what if excel sheet contains many columns ,,for ex 10 columns ..how we can get it to the map ..

    • @niharshiplu
      @niharshiplu 2 года назад

      Handling of columns are not very effective and definitely in your test data excel you will have more than 2 Columns for sure 😀It should be dynamic and not 0 or 1 index base and the method should able to handle as many columns as needed for robustness of framework and also test data excel can have multiple worksheet to deal with based on different scenarios.So that should also be handled

  • @Kiran_gks
    @Kiran_gks 2 года назад +1

    I have one query..in JavaScript is any method is there getSheetAt() ??
    here i need to get data from multiple sheet..any suggestions..

  • @jonestako4721
    @jonestako4721 4 года назад +2

    Thanks

    • @testerstalk
      @testerstalk  4 года назад +1

      You're welcome, Keep visiting my channel..keep learning new things.

  • @swapnilgujar6398
    @swapnilgujar6398 3 года назад +2

    how to read it for multiple columns from each row?

  • @krishnam1247
    @krishnam1247 3 года назад

    Hi Bakkappa
    Thanks for the video, can you please share if other than string value is there, for example Int

  • @maheshharish6415
    @maheshharish6415 3 года назад

    Its was nice , why is not printed order wise , its took randomly in console output

  • @uatul25
    @uatul25 4 года назад +1

    Thanks sir, can you please help to get those values store in array

    • @testerstalk
      @testerstalk  4 года назад

      It will very similar, try and let me know if you have issues.

  • @amarpc3532
    @amarpc3532 2 года назад +1

    If we have 4colums in exel same procedure does work? Sir

    • @testerstalk
      @testerstalk  2 года назад

      Yes absolutely! it works fine! please try it.

  • @manesh7562
    @manesh7562 2 года назад +1

    Sir How do we pass this values using sendKeys in selenium ,example in a registration form?

    • @testerstalk
      @testerstalk  2 года назад

      Once you got the value in string then simple pass the same string in sendkey() method

  • @parashuram_walikindi
    @parashuram_walikindi 2 года назад +1

    Can I get this code over Github, plz share your url

  • @shivamanand2774
    @shivamanand2774 3 года назад

    could you tell me how to find particular value that matches with row header and column header

  • @ramalakshmi5640
    @ramalakshmi5640 2 года назад +1

    hi sir can we have 2 values in excel sheet

  • @nehagupta3878
    @nehagupta3878 4 года назад +1

    Nice Video, how to get the values in same order as in excel sheet??

    • @testerstalk
      @testerstalk  4 года назад +1

      Yes it is possible, you can follow this playlist - ruclips.net/video/YDOHMBhsuxM/видео.html

  • @khuatquangsang6016
    @khuatquangsang6016 3 года назад +1

    how to read excel file with header in first line and save to hashMap ?

    • @testerstalk
      @testerstalk  3 года назад

      There is full course available in the channel. plz look into it.

  • @rajeshyadav-oq6lj
    @rajeshyadav-oq6lj 4 года назад

    How can we have the output in the same manner as in excel sheet? As of now, it is not in the same order

  • @9329453876
    @9329453876 4 года назад +1

    Sir this code available somewhere in git hub

    • @testerstalk
      @testerstalk  4 года назад +1

      Will upload soon

    • @GITVNC2022
      @GITVNC2022 4 года назад +1

      @@testerstalk When will you upload code?