What is Set Interface in Java and How to use Set in Selenium Webdriver

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

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

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

    Hi Mukesh, I have gone through of your videos of java. They are marvelous. Being from an Information science background, I had few doubts which were cleared by you in an easy way. I am in Manual Testing, whenever I thought of java used to hate it. But you made java as a cakewalk. I have recommended your videos for beginners to java, and who wanna start to learn selenium. Thank you so much. Keep uploading more videos about java and selenium.

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

      Thank you so much Tejashwini, I am really happy after reading your comment, keep learning and let me know whenever you need to any help from my end.

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

      Sure Mukesh

  • @Mukeshotwani
    @Mukeshotwani  7 лет назад +2

    This video will explain What is Set Interface in Java and How to use Set in Selenium Webdriver

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

    One of the best Java series for beginners which ends in making us experts.I always keep on referring this series whenever I get to attend an interview and trust me ,I have never been failed in any questions regrading Java be it OOPs concept or Collection framework.Thanks for creating it and spreading knowledge.

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

      Thanks Monica for being very loyal to channel and learn-automation platform.

  • @suchibatheja9813
    @suchibatheja9813 7 лет назад +1

    One of the Best videos i have seen till now. The basics are very Clear. Thank you so much for the useful videos.

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

    Hai Mukesh,your videos are very useful,like this,pls have seperate playlist for selenium java ..it will help us a lot....

  • @tanushrimukherjee2762
    @tanushrimukherjee2762 6 лет назад +1

    Hi Mukesh, Today was learning Set in Java, implemented Treeset which doesn't display values in insertion order. I gave values.add("Selenium");
    values.add("QTP");
    values.add("1");
    values.add("abc"); but displayed [1, QTP, Selenium, abc]
    1
    QTP
    Selenium
    abc

  • @debanjanselenium2753
    @debanjanselenium2753 7 лет назад +1

    Another powerful & useful video tutorial for Automation lovers based on Java Collection. Thanks much @Mukesh

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

    Hi Mukesh, Thank you for creating all these super useful videos. One request that would take it to next level - could you please create more play lists based on how a viewer can go about learning(Example - Java basics, Java Collections and many more for your latest videos). Today there are lesser playlists compared to the number of videos. Thank you for your service. Appreciate your help.

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

      Hi Aravind, actually its very suggestion to create multiple playlist for different topics. I would do that soon.
      Thank you once again for subscribing my channel and active member.

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

      @@Mukeshotwani thank for your kind response sir.

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

    Thank you Mukesh

  • @ravikumar-lk5we
    @ravikumar-lk5we 7 лет назад +1

    Hi Sir I really appreciate ur move towards spreading your experience in testing field.
    Sir I am not getting proper content to study any Source Code Object repository.I badly need to learn it.
    Plzz make video and help us.
    Thanku

  • @vivekkannan9985
    @vivekkannan9985 6 лет назад +2

    Can we use Arraylist directly to store windowhandles instead of Set ? please explain..is there any reason other than performance

    • @Mukeshotwani
      @Mukeshotwani  6 лет назад +1

      Hi Vivek, No Selenium return Set of String for WindowHandle.. You can convert once u have set ready ruclips.net/video/pZdMsLKAjs4/видео.html&index=50&list=PL6flErFppaj2ArNxLyR4nQ4JV8qFc56-M

  • @richabinani8952
    @richabinani8952 5 лет назад +1

    Hy Mukesh ..I have one question regarding manual testing... How can we improve our speed in executing manual test cases??

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад

      Hi Richa it will come slowly when you get enough or complete knowledge about product. Starting it will take some time to understand the product and flow. Its natural :)

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

    hi ,nice video , can i ask something ? when I use selenium to find broken links ,it works ,but in console there are many same links ,duplicated links ,so my question is how can i remove the duplicate or avoid the duplicates ? please help me out . Thank you .

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

      Hi IIyas you can convert List into set.
      Set does not allow duplicate value.
      Here is the sample code
      Set foo = new HashSet(myList);

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

      @@Mukeshotwani thank you so much ,my friend , but to be honestly , I am new to java and new to selenium ,I really don't know where I can put this code ? Can I send you my code and can you please check it ? please

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

      yes please send i will try to make the changes
      mukeshotwani@learn-automation.com

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

      @@Mukeshotwani thank you ,thank you so much ! I've already send you the mail now ,name is ilyasyar7@gmail.com ,please check .Thank you again .

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

      @@Mukeshotwani how is it going ,my friend ? is that ok to check ?

  • @nikitashivhare4856
    @nikitashivhare4856 6 лет назад +1

    Hello Mukesh..Please share videos on Map interface..hash map linked hash map

  • @ravikumargupta4649
    @ravikumargupta4649 7 лет назад +2

    Please make some more Videos on interfaces and collection.Tq for a start mukes h .

    • @Mukeshotwani
      @Mukeshotwani  7 лет назад

      HI Ravi,
      I already have videos on this. Kindly check out below playlist
      ruclips.net/video/6Er5pIEiscI/видео.html
      ruclips.net/video/OFjYA0apYGY/видео.html

  • @ravinderjill9961
    @ravinderjill9961 6 лет назад +1

    Hi Mukesh in eclipse I am not getting option run as Testng after installing and adding Testng plugin

    • @Mukeshotwani
      @Mukeshotwani  6 лет назад

      Hi Ravi,
      Please use Oxygen Eclipse.

  • @nezhugilneethu9628
    @nezhugilneethu9628 7 лет назад +1

    Please make some videos on Appium framework development. I have tried using @AndroidFindBy but it is not working. I need help.

    • @Mukeshotwani
      @Mukeshotwani  7 лет назад

      Hi Neethu,
      You can use basic @FIndBy which works both for Android and IOS.

  • @kiirranashwini9699
    @kiirranashwini9699 5 лет назад +1

    Your explanation is very nice but sound is very low

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

    Hi mukesh. I'm watching your vedios. These are good explanation. But in that time , the noice comming and disturbing very heavily. It's too much disgusting the interest to listening of vedios . Plz look at that issue.

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

      Hi Satish, I have improved my audio in recent videos. Sorry for bad experience.

  • @dhirenpattnaik8216
    @dhirenpattnaik8216 7 лет назад

    How to minimize a window using selenium webdriver...please make the video.

  • @riteshkumar6403
    @riteshkumar6403 6 лет назад +1

    Very informative video.

  • @shankeytyagi6108
    @shankeytyagi6108 7 лет назад +1

    Hi Mukesh, Can you cover an example with code explaining about method returning interface - For example how FindElement() method in selenium returns webelement interface. This is hard to understand as we know that interface does not have any concrete methods but still findElement returns interface . Please make me understand this . It will be great help for me. Looking forward for you help.