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.
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.
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
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.
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.
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
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
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 :)
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 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
HI Ravi, I already have videos on this. Kindly check out below playlist ruclips.net/video/6Er5pIEiscI/видео.html ruclips.net/video/OFjYA0apYGY/видео.html
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.
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.
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.
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.
Sure Mukesh
This video will explain What is Set Interface in Java and How to use Set in Selenium Webdriver
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.
Thanks Monica for being very loyal to channel and learn-automation platform.
One of the Best videos i have seen till now. The basics are very Clear. Thank you so much for the useful videos.
Hai Mukesh,your videos are very useful,like this,pls have seperate playlist for selenium java ..it will help us a lot....
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
Another powerful & useful video tutorial for Automation lovers based on Java Collection. Thanks much @Mukesh
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.
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.
@@Mukeshotwani thank for your kind response sir.
Thank you Mukesh
😀
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
Can we use Arraylist directly to store windowhandles instead of Set ? please explain..is there any reason other than performance
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
Hy Mukesh ..I have one question regarding manual testing... How can we improve our speed in executing manual test cases??
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 :)
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 .
Hi IIyas you can convert List into set.
Set does not allow duplicate value.
Here is the sample code
Set foo = new HashSet(myList);
@@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
yes please send i will try to make the changes
mukeshotwani@learn-automation.com
@@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 .
@@Mukeshotwani how is it going ,my friend ? is that ok to check ?
Hello Mukesh..Please share videos on Map interface..hash map linked hash map
Please make some more Videos on interfaces and collection.Tq for a start mukes h .
HI Ravi,
I already have videos on this. Kindly check out below playlist
ruclips.net/video/6Er5pIEiscI/видео.html
ruclips.net/video/OFjYA0apYGY/видео.html
Hi Mukesh in eclipse I am not getting option run as Testng after installing and adding Testng plugin
Hi Ravi,
Please use Oxygen Eclipse.
Please make some videos on Appium framework development. I have tried using @AndroidFindBy but it is not working. I need help.
Hi Neethu,
You can use basic @FIndBy which works both for Android and IOS.
Your explanation is very nice but sound is very low
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.
Hi Satish, I have improved my audio in recent videos. Sorry for bad experience.
How to minimize a window using selenium webdriver...please make the video.
Very informative video.
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.
yes , even i am bit confused