Tag Archives: Selenium IDE

Selenium – Automation Tools for Web Application Testing

Selenium is a suite of tool to automate web application testing. Unlike the unit testing in backend application, it is hard to test user interface in frontend application. Thanks Selenium, it makes frontend testing much easier and fun.

Selenium are 3 sets of tools.

  1. Selenium IDE – A Firefox plugin to record and convert user actions into different programming language (Selenium tests)
  2. Continue reading Selenium – Automation Tools for Web Application Testing

Advertisement