Back in 2015, there was no gecko driver for Firefox. It used to work by default with Selenium but now you have to use firefox , chrome,edge etc then you need to use browsers driver. For Firefox use gecko driver- ua-cam.com/video/rJ4rNZGAzW8/v-deo.html
Hello Mukesh Sir, This is Dr.. Gaurav Goyal...Although I am a Dental surgeon practicing from past seven years.I was taken as a hobby of doing something in software field and because of you I am able to understand about selenium.Just because of you...developed a keen interest regarding automation. Now its my passion or what I can say....I automate different websites follow all your steps.THANKS A LOT .I have no words to say how important your tutorial is for me. Your Sincere Disciple Dr. Gaurav Goyal{GOGO
Hi Gogo I am really feeling good after your message. I appriciate your that you putting so much effort for hobby too :) Keep learning and let me know if any help from my side.
I want say one thing first. your voice is very clear to listening. Thank you so much for valuable time with you. Just now starting automation script it's really awesome.
Good video for those new to Selenium and are intermediate java users. I like the pace of the video, you speak clearly without adding too much information. Thanks!
Hello Mukesh, I really like your automation videos. Your narration is pretty neat, natural and easy to follow. I felt like you are sitting near to me and explaining things. Thanks a lot brother!
Hi Mukesh sir , i followed all your videos it is simply superb :) just 1 question , learning all your selenium videos now shall i attend interview ? or else any more is there to learn apart from your videos to crack selenium interview .. please suggest me sir .
Hi, I could see in your tutorial that the console itself shows you the xpath. could you please tell how to get that enabled? Is that an additional plugin or is that something available of firefox? Thanks
Hi Mukesh, what about scenario where we have a transition from one page to another page(like a submit button), where we will store the locator for such elements?
Super Video Mukesh! I am new to Selenium and i am following all your videos continuously. It helps me to understand a nightmare(Selenium) to me in a very easy way. Thanks a ton!
Hello Mukesh, You actually have made me fallen in love with Selenium. I have been a non maths student, never throught I would be able to write a java code but I have been trying and am able to do that (at times).Thanks alot for all your efforts.
Hi Mukesh, I am learning Selenium and following your videos only which is giving me much confidence. There is one question- POM vs Object Repository what is difference between them and which is one mostly used in real time project?
Excellent. very simple and easy to understood who is going to implement the Page object model.THanks for clear steps and please keep uploading the advance concepts.
Thanks, Karuna Nidhi :) I am glad you liked my videos. Keep learning and keep sharing with your friends. Feel free to ask any query for test automation. Best Regards Mukesh Otwani
Hi Mukesh..thanks for this lecture...i really got this..can u please share a lecture on jbehave and how we link it with junit instead of testNG as i have to make an automation frame work from scratch ...It would be great help
Thank you so much! You explain things very well. You mentioned you were going to do another video to explain how to make a method for the same 3 lines of code to create the driver and get the home page.(At 17:58) If so, could you please tell me which video this is? Thanks.
Hi Mukesh Bro. why not create a static instance of driver in base class and use it across all pages. would like to know how is this different to constructor method please.
Hello Mukesh, how can we create a base class for this framework ? I want to create a base class and keep all the browser initialization code etc in that class. Please help
Hi Mukesh, Thank you for the videos, they provide effective updates about different Automation approaches. Related to this video can you please provide some more use cases so that i can try and automate. Thanks in Advance, Ashirbad
Hello sir .. Its a great video .. Am learning automation myself by watching your all videos day by day... Thanks a lot...and sir please make a video on hybrid frameworks ....
Hi mukesh, If we have element which is commonly used in many pages so how will we reuse that element???. Do i need to make that by locator static or public? TIA Regards, Samarth jain
how to run multiple test cases using POM and testNG. Every time when it execute the second test case it gives a nullpointer exception. i tried with normal approach only.
Thanks Mukesh this very good tutorial to get basic knowledge/understanding of POM Model. And I love to watch your tutorial everytime :). Request you to provide a tutorial by using excel-sheet test cases along with Pass/Fail result it will help us in implementation in real projects. Again Thanks a-lot for this tutorial.
Hi Mukesh! It's really easy for my to understand all your videos. Currently I'm trying to get the job as a Automated Test, may I ask you a few questions?,cuz I can't really figure out some issues
Sorry sir, this is the right place whether I can post my query here! Shalli write also like - ChromeDriver driver=new ChromeDriver; If yes/no please add your values..
Hi Mukesh, You have explained POM very well and I really appreciate if you can help me preparing most asked Interview Question, Define your Framework ?I always lost during this question.
Hi Mukesh... I just wanted to ask that we can also make it in one program by using main class and inside the main class, we can create the object and call our methods.
Hi Mukesh , I have been viewing your Videos from long time and Its so beneficial when compared to other lectures. I Learned a Lot from Your lectures. I just wanted to know about SVN and how it is used in Real time. If you dont mind or if you get time, can you please kindly make a one for us. Many of friends were looking for that..... Thanks a lot in advance.
Hi Mukesh , Thanks so much for your help ! I find your videos are very easy to understand the selenium concept , and you take time to teach it . Friends , I Highly recommend to see his videos ! and his framework .
Hi Mukesk, Your videos are very useful for beginners to learn selenium automation.Keep rocking. Please upload interview questions related to selenium automation.
Hi Mukesh, Thanks for the excellent tutorial. Can you please clarify the below? In my project, we are using page object model and for every page we have identified the webelements in the page by @FindBy annotation. But when the main programs call this particular page, it is creating a reference object of the page using Page test = new Page(driver). I saw in your video(POM with Page factory), you did instantiate the page using PageFactory.initElements(factory, page). So, i would like to what is the difference in creating a object of the page and using PageFactory. Are both are same? Thanks in advance!!
Thank you Mukesh. Your teaching style is very simple and understandable. Can you upload video for mobile testing with appium and web services? Please :) It will gonna help to beginners.
Hi Mukesh, Hearty Thanks to u for explaining page object model so easily. I had a question, at the end of this video u talked about POM implementation in Hybrid Framework, I couldnt find that video . Please Help!!!!!!!
commendable job mukesh!! u really made my day ..After this tutorial of POM I was able to automate many scenarios of e-commerce site. I was never sure that I would be able to make it Someday.. but today I did it :). I was able to write the normal flow but was not able to implement usable maintainable code .but now I was able to use the same methods for different sites just by passing different paraments. Thanks to you. I am blessed to have your vedios on UA-cam!!! waiting for your hybrid and data driven framework vedio. :) Thanks again
+Moni Mathur Hi Moni Thanks ton for nice feedback this kind of comments keeps me motivated. Keep visiting. Have already uploaded DDF ua-cam.com/video/_7XJenTvR34/v-deo.html Hybrid is on hold will upload soon.
Hi Mukesh, thanks for sharing such a great video and your knowledge. I was curious to know about handling web elements that are generated dynamically and hence have dynamic xpath.. for eg a recurring list of fetched lines from datawarehouse using SOAP service. Service may yield 1 or more rows so how to tackle completion of dynamic number of input lines on a page. Thanks in advance!!
Mukesh, I have been watching your Python- selenium tutorial and I don't see more than 1 lesson, is it I couldn't find or you stopped doing it? Pls. Upload more videos for Python page object model and what framework etc..please. Thank you so much. I liked your way of teaching.
Thanks you so much Mukesh. This session was so simply narrated. Do you have any video that describes the parameterization from Excel file for POM framework. if yes, could you please share me the video or any reference to it.
hi mukesh , is it mandatory to learn core Java for learning selenium..if yes means which topics I should cover in Java ...can you suggest me...yours all videos are superb...
Hi Mukesh, Suppose if I want to use Hybrid framework in my project then Combination of Page Object Model and Data driven framework is good choice or sufficient?? Or we need to add Keyword driven framework too along with Page Object Model and Data driven framework in my project??
Back in 2015, there was no gecko driver for Firefox. It used to work by default with Selenium but now you have to use firefox , chrome,edge etc then you need to use browsers driver.
For Firefox use gecko driver- ua-cam.com/video/rJ4rNZGAzW8/v-deo.html
Ó8i888ó
Pp
Thank you for the follow up
Hello Mukesh Sir,
This is Dr.. Gaurav Goyal...Although I am a Dental surgeon practicing from past seven years.I was taken as a hobby of doing something in software field and because of you I am able to understand about selenium.Just because of you...developed a keen interest regarding automation. Now its my passion or what I can say....I automate different websites follow all your steps.THANKS A LOT .I have no words to say how important your tutorial is for me.
Your Sincere Disciple
Dr. Gaurav Goyal{GOGO
Hi Gogo I am really feeling good after your message. I appriciate your that you putting so much effort for hobby too :)
Keep learning and let me know if any help from my side.
I want say one thing first. your voice is very clear to listening. Thank you so much for valuable time with you. Just now starting automation script it's really awesome.
Good video for those new to Selenium and are intermediate java users. I like the pace of the video, you speak clearly without adding too much information. Thanks!
Thank you so much Mate :) Keep visiting and sharing with your friends.
One word just love u Bro and ur voice is so pleasant to listen.Thank you so much for this valuable video.
Thank you so much Sagar for such a wonderful comment. It made my day.
Keep learning and keep in touch
Yes bhai , your voice is add on to the technical knowledge. Keep making videos
Hello Mukesh, I really like your automation videos. Your narration is pretty neat, natural and easy to follow. I felt like you are sitting near to me and explaining things. Thanks a lot brother!
+Sudheesh Anganakurussi Hi Sudhessh very good morning and thanks a lot :). Please let me know if any help required from my side.
Hi Mukesh,
Passing inputs like username,password from Property file is right way of implementing test case?? Or it should be from XML or Excel.
Thanks
Yes bhai , your voice is add on to the technical knowledge. Keep making videos
I will try my best and thanks for watching mate
Hi Mukesh sir ,
i followed all your videos it is simply superb :)
just 1 question , learning all your selenium videos now shall i attend interview ?
or else any more is there to learn apart from your videos to crack selenium interview .. please suggest me sir .
Hi, I could see in your tutorial that the console itself shows you the xpath. could you please tell how to get that enabled? Is that an additional plugin or is that something available of firefox?
Thanks
Hi Mukesh,
what about scenario where we have a transition from one page to another page(like a submit button), where we will store the locator for such elements?
Thanks Mukesh Sir for sharing knowledge.. your presentation n knowledge is excellent..
It's my pleasure Thanks Amarnath
Really big thanks to you Mukesh. I was thinking POM concept is very huge nd difficult. 🙏🙏🙏
Most welcome Saleha its very easy and very helpful in Test Automation.
Man, clearest tutorial ever. Thanks a lot!
Hey Nil, Thank you so much for such a nice Comment 😀
Hey nil ventosa I am glad you liked my tutorial . Keep learning and Sharing. Feel free to contact for any issues related to Automation.
@@Mukeshotwani How to handle drop-down scenario's using Page object model? Please can you cover / share this scenario.
Super Video Mukesh! I am new to Selenium and i am following all your videos continuously.
It helps me to understand a nightmare(Selenium) to me in a very easy way. Thanks a ton!
+0909ashu Hey Ashu thanks a lot 😃 keep visiting
Hello Mukesh, You actually have made me fallen in love with Selenium. I have been a non maths student, never throught I would be able to write a java code but I have been trying and am able to do that (at times).Thanks alot for all your efforts.
Hi Mukesh,
I am learning Selenium and following your videos only which is giving me much confidence. There is one question- POM vs Object Repository what is difference between them and which is one mostly used in real time project?
Hi Bibhas,
It totally depends company and framework. I always prefer Page Object Model for locator and Property file for configuration.
Mukesh otwani
for each test case do I have to make a new package?
Hi Mukesh, how do we implement POM in operation-level keyword driven framework where keywords like Sendkeys, Click, etc. are used?
Thanks a lot for such a crisp and clear explanation.
Excellent. very simple and easy to understood who is going to implement the Page object model.THanks for clear steps and please keep uploading the advance concepts.
Thanks, Karuna Nidhi :) I am glad you liked my videos. Keep learning and keep sharing with your friends. Feel free to ask any query for test automation.
Best Regards
Mukesh Otwani
Hi Mukesh..thanks for this lecture...i really got this..can u please share a lecture on jbehave and how we link it with junit instead of testNG as i have to make an automation frame work from scratch ...It would be great help
Mukesh, What are the Jar files we need to add to the library first to start working with? So we can import them as needed.
@Mukesh otwani You have done a good job. Just one correction. Package name should be lowercase as per standard
Thanks Kabir
Hi Mukesh , Its wonderful video ,thanks for sharing.Please share some assignments to practice on same
Thanks alot Mukesh.
The pace and depth at which you cover is superb.
+Santosh S Thanks Santosh Happy weekend. Please check other videos as well.
So sequential - clear and easy
Thanks Ansary
Very nice tutorial Mukesh. my question is where did put gecko driver path. i.e system.setproperty(key, value); I'm little confused.
Earlier there was no gecko driver when I recorded this session.
Exceptionally well explained. It's quite easy to understand the concepts. Cheers.!!!
Thanks Ranga
Thank you so much! You explain things very well. You mentioned you were going to do another video to explain how to make a method for the same 3 lines of code to create the driver and get the home page.(At 17:58) If so, could you please tell me which video this is? Thanks.
Hi Mukesh Bro.
why not create a static instance of driver in base class and use it across all pages. would like to know how is this different to constructor method please.
If you keep static then u won't be able to do parallel testing
Hey, the way you teaching is awsome
Hello Mukesh, how can we create a base class for this framework ? I want to create a base class and keep all the browser initialization code etc in that class. Please help
Hi Mukesh,
Thank you for the videos, they provide effective updates about different Automation approaches.
Related to this video can you please provide some more use cases so that i can try and automate.
Thanks in Advance,
Ashirbad
Hello sir .. Its a great video .. Am learning automation myself by watching your all videos day by day... Thanks a lot...and sir please make a video on hybrid frameworks ....
Thanks Basanth sure upload soon.
grt video... clear explanation. And is python same as java... page object model in seleinum python?
Very useful, simple and clear.. Thanks a lot Mukesh
Hey Raja your welcome. Keep visiting other videos too.
Hi mukesh,
If we have element which is commonly used in many pages so how will we reuse that element???.
Do i need to make that by locator static or public?
TIA
Regards,
Samarth jain
Mukesh, the way you explain is simply great!!
all videos very helpful sir very good..
how to run multiple test cases using POM and testNG. Every time when it execute the second test case it gives a nullpointer exception. i tried with normal approach only.
Thanks Mukesh this very good tutorial to get basic knowledge/understanding of POM Model.
And I love to watch your tutorial everytime :).
Request you to provide a tutorial by using excel-sheet test cases along with Pass/Fail result it will help us in implementation in real projects.
Again Thanks a-lot for this tutorial.
So what is the difference between .confgipropertises file and POM?Both help organize Weblocators?
Thanks Mukesh for providing such a nice video on page object model.
Welcome Gupta ji
Hi Mukesh!
It's really easy for my to understand all your videos.
Currently I'm trying to get the job as a Automated Test, may I ask you a few questions?,cuz I can't really figure out some issues
ya sure plz post your questions to forumsforqa.com I will reply
+Stas Osychanskyi Hi Stas sure kindly drop your doubts to mukeshotwani@learn-automation.com
Thanks A lot Mukesh, you made it look super easy
+RajNreddy india Thanks Raj :) Happy weekend
Excellent video lessons👍thank you
My pleasure! Thank you mate
Thanks Mukesh for the superb video and for very good explanation.
Can you please make a video for Hybrid framework(Keword driven and Data driven).
@Mukesh please do confirm, did you uploaded the video for POM using page factory--Thanks
+Arun Kumar nopes will upload by this weekend
Hi Mukesh bhai , very nice explanation ,thanks a lot .
Sorry sir, this is the right place whether I can post my query here!
Shalli write also like - ChromeDriver driver=new ChromeDriver;
If yes/no please add your values..
Mukesh,
Can you please do a demo on doing complete Page Object Model Test with multiple pages.
Very nice explanation n easy to understand..can you please create a video for hybrid framework ?
Thanks!
Hi Mukesh, You have explained POM very well and I really appreciate if you can help me preparing most asked Interview Question, Define your Framework ?I always lost during this question.
Hi varish sure will upload soon.
Hii mukesh sir
your videos is really gud .
i have one question . i want to find dynmic .filndByElements
sendKeys method by own way..could u explain
Hi Mukesh... I just wanted to ask that we can also make it in one program by using main class and inside the main class, we can create the object and call our methods.
Yes, you can but that will not be page object model and you will not be able to use POM features.
Very nice and clearly explained !!!share more videos.
Hi Mukesh , I have been viewing your Videos from long time and Its so beneficial when compared to other lectures. I Learned a Lot from Your lectures. I just wanted to know about SVN and how it is used in Real time. If you dont mind or if you get time, can you please kindly make a one for us. Many of friends were looking for that..... Thanks a lot in advance.
+Samuel M Hi Samuel sure I will upload soon. May be by this weekend I will try to upload.
Excellent video. Clear explanation.. I will recommend to my friends thank-you
thank you mate 👍
Hello @ mukesh ! This a great explanation, thankyou so much sir ! 🙏
My pleasure
Hi Mukesh,
Great Video's For UI testing, I learned lot of things from these.
Could you please come up with some rest Api Tutorials.
Very Simple and good explanation.... great work Mukesh.... Thanks...
Hi Uday Thank you :) I am glad it helped you. Keep visiting.
Hi muskesh sir..thanks for the video, it is very well explained. I have one doubt - can we use static methods as well in the POM?
Hi Mukesh , Thanks so much for your help ! I find your videos are very easy to understand the selenium concept , and you take time to teach it .
Friends , I Highly recommend to see his videos ! and his framework .
Thanks Sadia for sharing and recommending to others
You are most welcome!
Hai Mukesh,I am facing an issue with page factory List. How to handle using radio button or check box selection.
Hi Mukesk, Your videos are very useful for beginners to learn selenium automation.Keep rocking. Please upload interview questions related to selenium automation.
+Yogitha Ramanathan thnx Yogitha sure will upload soon
Hi Mukesh, will the same code work if we use JUnit instead of TestNG?
Yes Neha it will work
Hello Mukesh i am getting Junit test while going for Run as... pls suggest
Hi Rohit, you need to install TestNG for this, here is the link learn-automation.com/how-to-install-testng-in-eclipse/
Thanks Mukesh, That was very good. Very clearly explained.
I am happy that you are able to understand my videos.
well explained sir. thank u, May God bless you
So nice of you Thanks Nandhini
Well explained. Thanks a lot for this video.
I executed login progress without any issue...
Hi Mukesh,
Great tutorial,The videos are very easy to understand.
Thanks
I am glad you liked it
Hi Mukesh, thanks for the video. I have a question. Can I create POM using an abstract Class?
Hi Rajani, why you want to make Class as Abstract ?
@@Mukeshotwani Hi, Thanks for responding. That is my assignment. Can you please help me?
@@rajanik227 no , you only store and initialize all common element in abstract class .
Hi Mukesh,
Thanks for the excellent tutorial.
Can you please clarify the below?
In my project, we are using page object model and for every page we have identified the webelements in the page by @FindBy annotation. But when the main programs call this particular page, it is creating a reference object of the page using Page test = new Page(driver). I saw in your video(POM with Page factory), you did instantiate the page using PageFactory.initElements(factory, page). So, i would like to what is the difference in creating a object of the page and using PageFactory. Are both are same?
Thanks in advance!!
+Saravanan S Hi Saravanan,
Both ways are same but using Page Factory you can use @CacheLookup feature which is good for performance.
+Mukesh otwani Thanks Mueksh
Thank you so much Mukesh, it is really help full for me..Thanks Again
Most welcome Ankit bhai.
Thank you Mukesh. Your teaching style is very simple and understandable.
Can you upload video for mobile testing with appium and web services? Please :)
It will gonna help to beginners.
Hi Nidhi, thanks :) Appium already started and for SOapUI also shared. Kindly check.
Thank you mukesh. You are doing great job. I really appreciate your work :).
Thanks (from Brazil)
Welcome Jean
please add more videos. your voice is perfect and understandable.
Thank Sijo :)
Hi Mukesh,
Hearty Thanks to u for explaining page object model so easily. I had a question, at the end of this video u talked about POM implementation in Hybrid Framework, I couldnt find that video . Please Help!!!!!!!
+sarva archana Hi Archana hybrid video still not uploaded. I will upload soon stay tunned.
Hi Mukesh do you have video on how to take screen shot in selenium using POM
commendable job mukesh!! u really made my day ..After this tutorial of POM I was able to automate many scenarios of e-commerce site. I was never sure that I would be able to make it Someday.. but today I did it :). I was able to write the normal flow but was not able to implement usable maintainable code .but now I was able to use the same methods for different sites just by passing different paraments. Thanks to you. I am blessed to have your vedios on UA-cam!!! waiting for your hybrid and data driven framework vedio. :) Thanks again
+Moni Mathur Hi Moni Thanks ton for nice feedback this kind of comments keeps me motivated. Keep visiting.
Have already uploaded DDF ua-cam.com/video/_7XJenTvR34/v-deo.html
Hybrid is on hold will upload soon.
are used Maven for automation?
Hi Mukesh, thanks for sharing such a great video and your knowledge.
I was curious to know about handling web elements that are generated dynamically and hence have dynamic xpath.. for eg a recurring list of fetched lines from datawarehouse using SOAP service. Service may yield 1 or more rows so how to tackle completion of dynamic number of input lines on a page.
Thanks in advance!!
Great video to start with POM
+Vikas Singh Thanks Vikas please check other tutorials too :)
Thank you so much for brief info , explained very nice ...
Thank you Preeti Glad it was helpful!
Hi Mukesh,
Very clear explanation. Easy to understand. Thank you so much for your great work and all your efforts.
Thanks Chithra
great video.. thanks much Mukesh 🤝
Welcome! Mate. I am glad it helped.
Mukesh, I have been watching your Python- selenium tutorial and I don't see more than 1 lesson, is it I couldn't find or you stopped doing it? Pls. Upload more videos for Python page object model and what framework etc..please. Thank you so much. I liked your way of teaching.
Hi,
I am not getting enough views from python so stpped it. I will resume again.
Mukesh, really happy to hear that you are going to upload more videos. waiting for it 😊.
+Karpagambigai Palaniswamy thanks mate
Very Good explanation, thank you sir 🙏
Very meaningful tutorial!
Glad you think so! Thanks Andrey
Very nice explanation..
Hi Sir,
Thanks for sharing your vedios,
your videos are awesome and very easy to understand.
Keep Sharing :)
Mukesh! Thank you for your great job for sharing your knowledge!! Your videos always help me a lot when I need to.
Welcome Talita :) Don’t forget to subscribe my UA-cam Channel
Thanks you so much Mukesh. This session was so simply narrated.
Do you have any video that describes the parameterization from Excel file for POM framework.
if yes, could you please share me the video or any reference to it.
+vessavajjala nagakiran Hi Kiran here is the link ua-cam.com/video/_7XJenTvR34/v-deo.html
@Mukesh All our code will be in Locators class.Right?
hi mukesh , is it mandatory to learn core Java for learning selenium..if yes means which topics I should cover in Java ...can you suggest me...yours all videos are superb...
All oops concepts must
Hi Mukesh,
Suppose if I want to use Hybrid framework in my project then Combination of Page Object Model and Data driven framework is good choice or sufficient?? Or we need to add Keyword driven framework too along with Page Object Model and Data driven framework in my project??
Hi Ketan Page object model and DDF will be enough
Very clear explanation! Thanks a bunch!
Hey Rita your most welcome, keep visiting and let me know if any help from my side.
Your videos are awesome!!
Thanks Kumar
Mukesh, many thanks for the tutorial! It's very helpful
Thank you so much....so much explanatory video...
Thanks Sneha