Login

Lost your password?
Don't have an account? Sign Up

Selenium WebDriver Tutorial | Selenium Tutorial For Beginner | Selenium WebDriver Training | Edureka

( Selenium Training : )
This Selenium WebDriver tutorial (Selenium WebDriver Blog: ) talks about the drawbacks of Selenium RC and what was the need for Selenium WebDriver. It goes into the details of the advantages that WebDriver has over RC and how it replaced RC for automation testing. This tutorial will also tell you how WebDriver works and what are the different browser drivers you can use for testing. Watch the entire video to get a demonstration on how to locate various elements/ objects on the browser and how operations can be performed on those browser elements/ objects by writing Java code in Eclipse IDE.

For doubts & queries on Selenium, post the same on Edureka Community:

Go through the slides in Slideshare:

———–

Check our complete Selenium playlist here:
Subscribe to our channel to get video updates. Hit the subscribe button above.

#Selenium #SeleniumWebDriver #SeleniumTesting #SeleniumTutorial #SeleniumTraining #AutomationTesting

———–

How it Works?
1. This is a 5 Week Instructor led Online Course, 20 hours of assignment and 30 hours of project work
2. We have a 24×7 One-on-One LIVE Technical Support to help you with any problems you might face or any clarifications you may require during the course.
3. At the end of the training you will have to undergo a 2-hour LIVE Practical Exam based on which we will provide you a Grade and a Verifiable Certificate!

———–

About the Course:
Selenium is the most popular tool used to automate the testing of web applications. In this Course, you will learn about Selenium 3.0 and its various components such as Selenium IDE, Selenium WebDriver, and Selenium GRID. You learn to set up your environment so that you are ready to start using Selenium for testing your web applications. Browsers such as Chrome, Firefox, and IE are used to test the web applications. In addition, you will experience to work with Selenium IDE, Selenium WebDriver, Selenium GRID, different frameworks such as Data Driven, Keyword Driven, Hybrid and Cross browser testing.

Page Object Model (POM) is a design pattern that enables you to maintain reusability and readability of the automation scripts. This course introduces you to the concept of POM, and how to implement Page Classes and Page Factory to optimize the execution of automated scripts. In addition, you learn about various third party tools such as Jenkins, TestNG, Sikuli, and AutoIT to optimally use them for performing various tasks in our browsers such as working with flash applications or Windows-based UI elements. Finally, you get introduced to Appium, an open source mobile application UI testing framework, and UIautomatorviewer.

———–

Who should go for this course?
Selenium is a new and booming Technology in Software Industry that helps you automate the testing of your applications. Professionals with basic knowledge of Object Oriented Programming can easily take up this course.

———–

Why learn Selenium?
For any project, Companies are rapidly inclining towards open source automated testing tools that will enable them to cut down the cost and effort that manual testing involves. Selenium is one such open source automated testing tool for websites. Performance, execution speed, and browser interaction of Selenium is too fast than any other automation tool. The test packages, the Modes of Selenium available for unattended execution, and the fact that the text script can be developed in any of the language that Selenium supports; makes Selenium the most desired automation testing tool. In addition, Selenium supports different operating systems along with support for different programming languages such as Python, Pearl, Ruby, PHP, .NET, C#, and Java; and various browsers, thereby making Selenium ahead of any other Automation tool.

———–

Please write back to us at sales@edureka.co or call us at +91 88808 62004 for more information.

Facebook:
Twitter:
LinkedIn:

———–

Customer Review:
Tom Tully says, “I wanted to learn Selenium Webdriver in a live, real course, not self paced, so there would be pressure on me to finish. Edureka accomplished this at a price far lower than an in-person class, and as far as I know they are the only internet class that has live lectures on this subject. Teacher was very knowledgeable. I learned basic use of Selenium. No problem with me being in US and teacher in India. They have US 800 number.”

https://www.educational.guru

33 comments

    1. Hector Fontanez

      Since the creation of this video, the edureka web page used for this tutorial has changed and your illustrated example doesn’t work anymore. I provided comment on the previous video. Updating this video will probably be very difficult, but at the very least, you should consider adding some comments on the video description outlining these changes and how to change the code to make the example work.

  1. Jalen Moore

    I’m only 20 minutes in and this is exactly what kind of video I was looking for in regards to learning more about Webdriver & Selenium. It’s explained thoroughly and precisely, in a clear and easy way. Thank you!!!

    1. edureka!

      Thank you for appreciating our work, Jalen. We are delighted to see learners like you on board with us. We strive hard to keep making tutorials that people will find helpful. Do subscribe, like and share to stay connected with us. Cheers ?

  2. Mounika K

    I have been learning selenium since a month, but this video is amazing, covered maximum topics in just 2 hrs, went in good flow with out any confusion to viewers, very impressed by the trainer. Will be waiting for your other videos on Selenium if you can please post a video on Jira, Soapui that would be great..

    1. edureka!

      Hey Mounika, thanks for the wonderful feedback! We’re glad we could be of help.
      We have communicated your request to our team and we might come up with such a video in the future. Meanwhile, here are a few more Selenium tutorials to help you learn further: https://www.youtube.com/playlist?list=PL9ooVrP1hQOFP9H8Y15DVGCA6GavhgJ8a. You can also check out our complete training here: https://www.edureka.co/testing-with-selenium-webdriver.
      We will be coming up with more Selenium videos soon. Do subscribe to our channel to stay posted on upcoming tutorials. Cheers!

  3. Anusha Anu

    Thank You so much Akansha for the wonderful approach easy to understand especially for the beginners.Great work Edureka!!..Please keep posting the advanced new releases or features which selenium is getting updated and make us aware of new updated methods or functions…:-)

  4. Srikrithi Bharadwaj

    These sessions are very very helpful. Thank you so much. Because of your sessions I am learning Selenium very easily and quickly. Once again Thank you for your support. Thank you Mam and Thank you Edureka.

    1. edureka!

      Thanks for the compliment Srikrithi! We are glad you loved the video. Do give this video a thumbs up and if you haven’t already hit the bell icon to get notified everytime we release a video. Cheers!

  5. Steph Beach

    At 25:58 you said, there are a LOT of things you cannot do with Selenium.
    It got me thinking since I am getting up to speed with Selenium but i also use TestComplete.
    So I started to look for what Selenium cannot do as points of reference as I use it more and more.

    Does not have its own IDE
    Have to download drivers
    Cannot test Windows Apps
    Has no reporting ability
    Has no Object Spy
    Has no built in Record and Playback
    Can not view all properties and methods of a web object
    Does no allows Named Mapping of pages
    Support
    Does not allow visual reporting of pages during execution

    And yet: Selenium is powerful and extremely useful!
    And all those ‘can be overcome’

    But the biggest thing in its favor is: It’s FREE! 😀
    I’m SO glad you are teaching this course. You present very well. Thanks

  6. Giri Prasad Kota

    Thank you for the tutorial. I am a beginner to SeleniumTesting. For a beginner like me, these tutorials are very clear and well explained. I have a small doubt. As you have said in the previous tutorial we can find the elements in chrome browser using F12 key. Is it possible to check the Xpath in chrome browser. Please let me know if there is any plugin to check Xpath in chromebrowser or do I have to install firefox browser and add firepath plugin. Is there any alternative?

    Thanks in advance

    1. edureka!

      Hey Giri Prasad, thanks for checking out our tutorial!
      You can use the XPath Helper which is a chrome extension. You can download it from the chrome store. But, in fact, you don’t need it for finding the XPath. By inspecting you can right click on any element you want XPath for and click on “Inspect Element” and then again inside the Inspector, right click on element and click on “Copy –> Xpath”.

      Hope this helps. Cheers!

  7. Amit Joshi

    Hello Edureka,
    This is one of the fantastic tutorial I have ever seen.
    Just wanted to know, I am getting multiple annoying pauses in the audio.
    By any chance, do you have idea about it?
    Or do I need to enroll for paid course to get rid of it?
    Thanks,
    Amit

  8. Avinandan Pal

    Thanks for this outstanding lecture ma’am,
    @edureka! can you please share the link to the session that was right after this session? Some parts were left to be covered in the immediate next lecture. I can not actually find it from the playlist. Thank you

    1. edureka!

      Good to know our contents and videos are helping you learn better . We are glad to have you with us ! Please share your mail id to send the data sheets to help you learn better 🙂 Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )

Leave a Comment

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

*
*