Webx Technology

Automation Testing

What is Automation Testing?
Automation testing is a Software testing technique to test and compare the actual outcome with the expected outcome. This can be achieved by writing test scripts or using any automation testing tool. Test automation is used to automate repetitive tasks and other testing tasks which are difficult to perform manually.

 

What is Selenium?
Selenium is a free (open source) automated testing suite for web applications across different browsers and platforms.

Selenium WebDriver

  • Element Locators
  • Inspecting Elements
  • Browser Commands
  • Commands for Web Elements
  • Verification Commands
  • Inserting Verification Points
  • Creating & Inserting Reusable Components
  • Create Object Repositories/POM
  • Parameterization
  • Synchronization
  • Exception Handling etc…

TestNG Testing Framework for Selenium