Automation Testing with Selenium


  1. Agenda
    1. Automation Testing
    2. Selenium fundamentals
    3. Why selenium
    4. Selenium components and archit
    5. Selenium ide
    6. selenium webdriver core concept
      1. Web elements locator, selectors
      2. Xpath, waits Alerts, Listeners

Automation Testing


Test automation refers to the practice of using software tools and scripts to automate the execution of tests in software development and quality assurance process.

  1. Fast
  2. Reliable
  3. Reusable
  4. Improves Accuracy
  5. Saves time and Money
  6. Reduces Haman-generated Error.