I am a C# person and hence never attempted to see your videos, but this is awesome...you are a blessed mentor. Explained crisp and clear. Never realized Hashmap is so simple. God bless you always to throw lights to all techies. Thanks you so much for such informational videos...
u r the best Naveen, I tried to learn java from youtube a couple of times but never succeed. but this time I did. proudly I can say you are my guru for Java. God bless you Naveen.
Naveen, thanks for the vid. By the way , when you declare HashMap you don't have to mention twice Key and Value, you can use just a diamond. HashMap map = new HashMap ();
Hey brother great job always watch your videos and recommend it friends when they ask how to learn selenium webdriver . My question is can you make a video on how to read and navigate in someone else framework code and design so these are tge challenges newbies and mid even sienor devs come across
Can you please tell where exactly Hashmap is used and where dataprovider... because credentials stuff can also be dealt with usual dataprovider, excel way....??
Simply awsm sir! You are one of the best. I've learned so many things with your magic videos! Thank you so much!!!!!
I am a C# person and hence never attempted to see your videos, but this is awesome...you are a blessed mentor. Explained crisp and clear. Never realized Hashmap is so simple. God bless you always to throw lights to all techies. Thanks you so much for such informational videos...
u r the best Naveen, I tried to learn java from youtube a couple of times but never succeed. but this time I did. proudly I can say you are my guru for Java. God bless you Naveen.
Just amazing tutorial.. Bestest way one can explain is 'YOU'. Thank you so much!
Nice example to explain about HashMap naveen. Thanks a lot 👍😃
Its magical Naveen.Learnt so many new things .Thanks alot.
Amazing explanation naveen. Thanks
Thank u so much. This video is very helpful for
my project.
Naveen, thanks for the vid. By the way , when you declare HashMap you don't have to mention twice Key and Value, you can use just a diamond.
HashMap map = new HashMap ();
Yup, you are correct :)
@@naveenautomationlabs We have to provide Key Value in both side. If I don'r provide it gives me Compile time error.
Really amazing and easy explanation. Thank you Naveen
A very cool tutor i have ever seen ☺️
Excellent explanation Naveen thank you so much.
Thanks for the video and the anology relationship with e-commerce domain its being very easy to understand.
This is a nice sessions naveen
Thnku Naveen simply understand 👍
Thank you so much Sir, very good explanation
Hey brother great job always watch your videos and recommend it friends when they ask how to learn selenium webdriver . My question is can you make a video on how to read and navigate in someone else framework code and design so these are tge challenges newbies and mid even sienor devs come across
Very Good Explanation, Could you please post more videos like this related to real time. (Thanks for this Videos)
Great
Awesome video. Can you please make more videos on real time scenarios. Your videos are best
nice
Love this Logic 👍
Thanks
Awesome!!! can you also please upload hashmap with page object model.
if possible can you please demonstrate how to use excel rows and columns using hash map
Do we use Hashmap for this particular scenario in our framework or it is just interview purpose?
Sir which is better or what is preferred over ......using hashmaps in this video or using properties file
Username/Passwords are sensitive data, and hence it is better not to use properties file for that.
can we add third attribute in the value? like username:password:code(or anything)?
Its a awesome video it helped me alot but somehow iam getting nullpointer exception.How can i resolve that problem.Thanks in advance
@naveen i have one doubt, if we have more numbers of customer's, how can we check using hash map.
Excel testdata can be fetched using hashmap too
Can you please tell where exactly Hashmap is used and where dataprovider... because credentials stuff can also be dealt with usual dataprovider, excel way....??
Sir when to use data providers/excel/property file/hashmap in the same framework?
What if i want to automate webapplication for multiple languages in framework ...?
How to use hashmap in that case....?
pls inform this with excel sheet, passing values hashmap from excel, any link pls
Nice naveen bhai. Can u please create one whatsapp group bhai?
First Join His Channel and Please contribute.What ever you can.
@@sharadranajava joined already buddy
Map is also an Interface in Collections right?
No
It is an interface but it is not in collection
@@srihari4827 then? only List and set are collections?
@@shanthikandasamy list ,set,queue belongs to collection
@@srihari4827 can you please tell me Map will come under which concept?