Selenium WebDriver Tutorial : Beginner Level

.

                   Selenium Webdriver Tutorial


  • Tutorial  What is Selenium? Introduction to Automation Testing.
  • Tutorial  Introduction to Selenium Web Driver.
  • Tutorial  How to Download and install web driver.
  • Tutorial  Locator in Selenium web driver.
  • Tutorial  How to Handle Textbox in Selenium?.
  • Tutorial  How to handle checkbox in Selenium?.
  • Tutorial  How to Handle Radio Buttons in Selenium?.
  • Tutorial  How to Handle Dropdown in Selenium?.
  • Tutorial  How to Handle Alerts and Popups in Selenium?.

  • Tutorial  How to Handle Browser in Selenium?.
  • Tutorial  How to Handle Multiple Windows in Selenium?.
  • Tutorial  How to Get and Verify Page Titles in Selenium?.
  • Tutorial  How to Handle Mouse Action in Selenium?.
  • Tutorial  How to Handle Cookies in Selenium?.
  • Tutorial  How to Handle Images in Selenium?.
  • Tutorial  How to Handle Web Table in Selenium?.
  • Tutorial  How to Handle Disabled Field in Selenium?.

  • Tutorial  How to Capture Screenshots in Selenium?.
  • Tutorial  How to Upload File in Selenium?.


TestNG
  • Tutorial  Introduction to TestNG.
  • Tutorial  How to download and install TestNG.
  • Tutorial  TestNg @priority in selenium


What is Automation Testing?

In Software testing, automation testing is a strategy in which a tester runs the test cases by writing a test script using a tool or a framework instead of manually going through the test cases and executing them one by one.

Goal of Automation Testing 
The main goal of automation testing is to save 
  • Time
  • Effort
  • Money
What all things can you automate?
  • Regression test suite 
  • Smoke / Sanity test suite 
  • Build deployment 
  • Test data creation 
  • API


Selenium Webdriver Tutorial 
                                                                                                                                                                           




.