• Skip to main content
  • Skip to primary sidebar
  • Skip to footer
  • Home
  • Programming Languages
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials
  • Automation Tools and Different Tools
    • Web Automation
      • Selenium with Java
        • Selenium Basic
        • Selenium Advance
        • Selenium Realtime
        • Framework
        • Selenium Interview
        • Selenium Videos
        • Selenium with Docker
      • Selenium with Python
      • WebdriverIO
        • Selenium Webdriver C# Tutorial
      • Cypress
      • Playwright
    • TestNG
    • Cucumber
    • Mobile Automation
      • Appium
    • API Testing
      • Postman
      • Rest Assured
      • SOAPUI
    • testRigor
    • Katalon
    • TestProject
    • Serenity BDD
    • Gradle- Build Tool
    • RPA-UiPath
    • Protractor
    • Windows Automation
  • Automation For Manual Testers
  • Services
  • Online Training
  • Contact us
  • About me
  • Follow us
    • Linkedin
    • Facebook Group
    • Facebook Page
    • Instagram

Automation

Selenium WebDriver tutorial Step by Step

You are here: Home / Selenium Video Tutorials

Selenium Video Tutorials

Selenium Webdriver tutorials

Selenium Video tutorials and other tutorials can help you to get a better job or you can perform well in your existing job as well.I have created 3 playlist which covers Java,Selenium, Cucumber BDD,Appium, SoapUI.

Please check the below playlist and feel free to comment in case any doubt/issue/clarification.

 

Selenium Video tutorials

Some introduction about my YouTube videos- I started youtube videos 3 years back I have uploaded all videos based on my experiences and you may also find some videos are old so some tools UI will change but the concepts will remain same.

I would suggest you go through videos one by one without skipping any video because you don’t know one video can change your complete interview as well.

Selenium Video tutorials

How to start Selenium Video tutorials

Step 1-Sit back and Start with Java videos and practice each and every concept because we will use all of them one by one in Selenium Webdriver lesson.

Selenium or any other tool is not one day task so you have to keep practicing and learn new thing daily.

Step 2- Once you are done with Java now you can start with Selenium Basic videos and start automating them one by one and if you get stuck then post your doubt in my Selenium Facebook group 

Step 3- Once you are done with Selenium videos then dont stop here. If you check current market condition then you should know multiple tools not only Selenium so after Selenium I would suggest you to Appium for mobile automation.

If you know Selenium then appium will not take much time because we can use all Selenium libraries here.

Step 4- After Appium you can start Cucumber BDD framework (most popular). Cucumber use Selenium only so you won’t find much issues here.

Step 5- It’s time to start API/ Web Services Testing with SoapUI.

If you can follow this then you will become complete package for Test Automation.

Java tutorials for Selenium Webdriver

 

Selenium Webdriver Tutorial Playlist

https://www.youtube.com/playlist?list=PL6flErFppaj2ArNxLyR4nQ4JV8qFc56-M

Appium Tutorial for Mobile Automation

 

Cucumber-JVM Videos- BDD Framework

 

SoapUI Tutorial for Web Services Automation

 

                   Katalon Studio Tutorial

 

 

Reader Interactions

Comments

  1. Ajay says

    September 25, 2018 at 8:38 AM

    Hi Mukesk..
    I am following ur selenium videos. very easy to understand. want to ask you do you have any related notes for selenium, so that i can refer to it or any suggestions ?
    Thank you so much

    Reply
    • Mukesh Otwani says

      September 25, 2018 at 9:57 AM

      Hi Ajay,

      Once you subscribe my blog with valid email id then you will get Selenium handbook link in confirmation email…:)

      Reply
      • Ayyappa Kumar Motamarry says

        June 8, 2020 at 7:18 AM

        Hi Sir,

        Could you please share me the Selenium HandBook link.

        Thanks,
        Ayyappa

        Reply
        • Mukesh Otwani says

          June 8, 2020 at 7:06 PM

          Hi Ayyappa,

          Once you subscribe my blog updates, you will get link of those book on your provided email address

          Reply
  2. Ajay Soni says

    September 6, 2018 at 4:26 PM

    Hi Mukesh,
    I am following your all selenium automation video and now looking for cucumber excel integration. for picking input data from excel sheet but i didn’t found any video for same.
    Please let me know if you have the same or have plan to create that.
    I am waiting for your positive response.

    Reply
    • Mukesh Otwani says

      September 9, 2018 at 9:31 PM

      Hi Ajay,

      As of now, I don’t have any video for excel integration with cucumber. But you can refer http://learn-automation.com/read-and-write-excel-files-in-selenium/ which is again programming logic only.

      Reply
  3. Rashmi Chaudhari says

    August 28, 2018 at 10:42 AM

    Can you please guide me for Jmeter integration with selenium webdriver??

    Reply
    • Mukesh Otwani says

      August 29, 2018 at 3:20 PM

      Hi Rashmi,

      I’ll post about this topic very soon…:)

      Reply
  4. richa says

    August 27, 2018 at 10:43 AM

    Hi,
    I am learning selenium using python. Do you have any tutorial which teaches selenium using python.
    Do let me know
    Thanks

    Reply
    • Mukesh Otwani says

      August 27, 2018 at 3:30 PM

      Hi Richa,

      We will upload it soon…:)

      Reply
  5. Lavanya says

    August 22, 2018 at 11:30 PM

    Hi mukesh, Can you suggest me the selenium version, ff version and jdk which are good to work. Since i am facing issues in new versions. Thank you in advance.

    Reply
    • Mukesh Otwani says

      August 27, 2018 at 1:12 PM

      Hi Lavanya,

      Java, I would recommend you to go for JDK 1.8.
      For FF and Selenium, you can go for latest version.

      Reply
  6. eisha says

    August 16, 2018 at 12:47 PM

    Hello Sir,
    I watched your video on how to write selenium script in chrome brwoser.
    Here is my code:
    public class SeleniumFB {
    public static void main(String[] args) {
    System.setProperty(“webdriver.chrome.driver”, “D:\\Drivers\\chromedriver.exe”);
    WebDriver driver= new ChromeDriver();
    driver.get(“http://www.google.com”);
    }
    }

    But I am getting the foll error:

    Exception in thread “main” java.lang.IllegalAccessError: tried to access method com.google.common.util.concurrent.SimpleTimeLimiter.(Ljava/util/concurrent/ExecutorService;)V from class org.openqa.selenium.net.UrlChecker

    Request you to help me in getting it resolved.
    Thanks in advance

    Reply
    • Mukesh Otwani says

      August 17, 2018 at 10:18 AM

      Hi Eisha,

      Which version of Selenium you have used?

      Reply
  7. Asha says

    June 10, 2018 at 7:07 PM

    I initialized byte as byte c=(byte) 130;
    but the output i am getting is -126.
    Why is that so.

    Reply
    • Mukesh Otwani says

      June 11, 2018 at 9:52 AM

      Hi Asha,

      Please check this link http://www.javawithus.com/tutorial/casting

      Reply
  8. ramesha says

    June 9, 2018 at 11:47 PM

    Hi Mukesh,
    I just started learning Atomation and your videos are awsome. Thank you:)

    Reply
    • Mukesh Otwani says

      June 11, 2018 at 9:09 AM

      Hi Ramesha,

      Very very thanks for your comments. Keep learning…:)

      Reply
  9. Ana says

    June 1, 2018 at 11:18 PM

    Hi mukesh,
    Your videos are really helpful.
    I am not sure if you have a separate link for full java videos.
    I would like to learn more in java as I am still begineer in java.

    Reply
    • Mukesh Otwani says

      June 2, 2018 at 10:11 PM

      Hi Ana,

      You can refer all videos over here https://www.youtube.com/c/mukeshotwani/playlists

      Reply
  10. akanksha says

    May 2, 2018 at 11:54 PM

    Hey Hi Mukesh ,

    I have downloaded autoit in my system(32bit) and when I Tried to open “Au3Info_x64” it shows error as “not compatible with the system”. I also searched for 32 bit autoit download but not able to find the same. Could you pls help me out in this.
    Thanking you in advance.

    Reply
    • Mukesh Otwani says

      May 4, 2018 at 12:13 AM

      Hi Akanksha,

      Please check this link

      Reply
  11. Muthu Rajendiran says

    April 24, 2018 at 1:15 PM

    Hi mukesh,
    could you upload the video for database connection using oracle in selenium.

    Reply
    • Mukesh Otwani says

      April 24, 2018 at 9:44 PM

      Hi Muthu,

      I’ll upload it soon…:)

      Reply
  12. Vandana says

    March 28, 2018 at 7:43 AM

    Hi Mukesh,
    Thanks for helping us so much ,i started watching you videos ,all are awesome!
    Could you please upload some videos on TDD and BDD.
    Thanks
    Vandana

    Reply
    • Mukesh Otwani says

      March 28, 2018 at 3:21 PM

      Hi Vandana,

      I’ll upload these soon…:)

      Reply
  13. cindy says

    March 16, 2018 at 7:15 AM

    Awesome … I liked and its very informative. Keep posting. Appreciate all your effort

    Reply
    • Mukesh Otwani says

      March 16, 2018 at 6:36 PM

      Hi Cindy,

      Thanks for your appreciation. Keep visiting my blog for more updates…:)

      Reply
  14. VISHESH says

    December 21, 2017 at 2:28 AM

    Hello, Mukesh sir
    I was wondering if I could get a video on complete testing i.e web service because sometimes I got confused from where to start testing and where to end. So a video guiding the steps would be helpful
    thanks

    Reply
    • Mukesh Otwani says

      December 22, 2017 at 2:24 PM

      Hi Vishesh,

      Very soon, I’ll post videos of same.

      Reply
  15. Israel says

    August 6, 2017 at 4:49 AM

    Hello Mukesh,
    Looking at your selenium webdriver playlist tutorials, are those the videos for the complete selenium training?

    Reply
    • Mukesh Otwani says

      August 8, 2017 at 2:54 PM

      Hi Israel,

      I uploaded few on YouTube for demo purpose. In training session, selenium course will be from basic to advance.

      Reply
  16. Mahendra Reddy says

    June 23, 2017 at 11:50 PM

    Hi I am a fresher and i want to learn Automation testing but here one thing is i am from non IT background. But I am very eager to learn selenium webdriver. Now currently I am working as a manual Test Engineer. So please help me how to start selenium web driver and best way to practise i know selenium concepts and but i don’t know how to design framework so please help me to learn slelenium

    Reply
    • Mukesh Otwani says

      June 24, 2017 at 12:55 PM

      Hi Mahendra,
      First of all you should have bit strong command in programming logic which will be used in Selenium framework/script creation then only I would suggest you to get into Selenium stuffs. This link would help you.

      Reply
  17. Anup Nair says

    May 28, 2017 at 9:09 AM

    Hi Mukesh, I am working on a Keyword word driven framework. I have the following questions:
    1. My chrome browser does not start after executing 3-4 tests. The chromedriver.exe is started but the browser does not instantiate. How do i resolve this? Selenium JAR – v3.4 and Chrome – v58
    2. Each test case has atleast 10 test steps which when executed is set to pass or fail status. How do we create HTML report for the such keyword driven framework? The TestNG reports only work when all the function steps are written in the same class.

    Reply
    • Mukesh Otwani says

      May 29, 2017 at 10:03 AM

      Hi Anup,

      For 1. Please debug your code, there could be chance of null value getting assigned to driver object.
      For 2. Keep test case at different sheets. Use Apache POI to set status i.e. PASS or FAIL. Return PASS or FAIL status from keyword method. Mention all these keyword under @Test.

      Reply
  18. sonali pradhan says

    May 2, 2017 at 3:52 PM

    can you have a solution for the error org.tesing.TestNGException

    Reply
    • Mukesh Otwani says

      May 3, 2017 at 12:07 PM

      Hi Sonali,

      There are lot of scenarios which can create this exception. Please elaborate your scenario.

      Reply
  19. E. jayanthi says

    April 22, 2017 at 1:34 PM

    Hi Mukesh,
    I have gone through your most of the videos of Webdriver… you have explained very clearly each concepts.. thanks a lot for that..

    One request from my side can you please order the videos in it… I while going through videos it is mentioned as part2 will be next but it played something else… I am getting confused because of that..

    Thanks in advance,

    Reply
    • Mukesh Otwani says

      April 25, 2017 at 5:32 PM

      Hi Jayanthi,

      Could you please send me the link of same.

      Reply
  20. Sagar says

    April 18, 2017 at 12:18 PM

    Hi ,
    I’m unable to locate element from angular js page in webdriber, can you please help?

    Reply
    • Mukesh Otwani says

      April 19, 2017 at 12:12 PM

      Hi Sagar,

      This is why Google has come up with a tool called Protractor which works on NodeJS framework and provides extra locator such as model, binding etc. But still you can navigate through DOM structure as usual.

      Reply
  21. Rani says

    April 16, 2017 at 12:44 AM

    Hi mukesh
    I want to become a complete automation tester having 6 yrs in manual testing struggling to get into automation,i m currently jobless be of only automation which I don’t know,planning to change my line from testing to sales force crm,i am not getting job since Nov 2016 to till date on only manual testing profile as all the organization are looking for automation testers,i watched ur one of the video where u explanation is very clear and interesting.can u plz help me in my journey of becoming automation tester
    Can u plz share all the videos from basics so that I can just follow and learn from them.plz help me.

    Reply
    • Mukesh Otwani says

      April 17, 2017 at 8:49 AM

      Hi Rani,
      This is my youtube playlist. Start from Java Basics tutorial https://www.youtube.com/user/MrBantu50/playlists

      Reply
  22. NAren says

    February 27, 2017 at 4:36 PM

    Cold you explain how to handle dynamic tables in frames ?

    Reply
    • Mukesh Otwani says

      February 27, 2017 at 4:56 PM

      Hi NAren,

      Dynamic xpaths can help you to iterate through webtables.

      Reply
  23. Mukesh Otwani says

    February 16, 2017 at 11:42 AM

    Yes Naveen, here is the link http://learn-automation.com/data-driven-framework-in-selenium-webdriver/

    Reply
  24. hina says

    February 16, 2017 at 11:01 AM

    great job done Mukesh very help full

    Reply
    • Mukesh Otwani says

      February 16, 2017 at 11:33 AM

      Hi Hina,

      Thanks for your comments…:)

      Reply
  25. venkat says

    January 9, 2017 at 9:57 PM

    Hi Muhesh,

    I am running some test scripts in the vpn /client environmnet, those test cases are not able to run in through jenkins , so how can i run those scripts by jenkins , is there any configarion required for that..could you pls assist me on it.
    Thanks in Advance………………….

    Reply
    • Mukesh Otwani says

      January 9, 2017 at 10:46 PM

      Hi Venkat,

      In order to run your scripts remotely, you need to build your project at corresponding location(i.e. machine on which you want to execute) using Maven then execute it using Jenkins. For details, please visit this link http://learn-automation.com/jenkins-with-selenium/

      Reply
  26. S says

    December 2, 2016 at 1:30 AM

    Hi Mukesh,

    Have you done Selenium with Python?If yes,please share the tutorials for the same.

    Reply
    • Mukesh Otwani says

      December 6, 2016 at 12:22 PM

      Here is the link https://www.youtube.com/watch?v=zRrubJ13I8s&t=1463s

      Reply
  27. Utkal Patra says

    July 28, 2016 at 10:48 AM

    Very nicely explained. Good job

    Reply
    • Mukesh Otwani says

      August 2, 2016 at 12:41 PM

      Thanks Utkal

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Free Selenium Videos

https://www.youtube.com/watch?v=w_iPCT1ETO4

Search topic

Top Posts & Pages

  • Selenium Webdriver tutorial for beginners
  • How To Fix Eclipse Autocomplete Or Code Suggestion In Eclipse
  • Selenium Webdriver C# Tutorial
  • WHAT ARE YOUR EXPECTATIONS FROM US?

Stay connected via Facebook

Stay connected via Facebook

Archives

Footer

Categories

Recent Post

  • API Testing Using Postman And RestAssured
  • Disable Personalise Your Web Experience Microsoft Edge Prompt In Selenium
  • How To Fix Error: No tests found In Playwright
  • How To Fix Eclipse Autocomplete Or Code Suggestion In Eclipse
  • Best and easy way to Group test cases in selenium

Top Posts & Pages

  • Selenium Webdriver tutorial for beginners
  • How To Fix Eclipse Autocomplete Or Code Suggestion In Eclipse
  • Selenium Webdriver C# Tutorial
  • WHAT ARE YOUR EXPECTATIONS FROM US?