Posts

What is Selenium?

Image
What is Selenium?      Selenium is a free (open source) automated test suite for web applications across different browsers and platforms. It's very similar to HP Quick Test Pro (now QTP UFT) only that Selenium focuses on web-based application automation. Testing with the Selenium tool is often referred to as a selenium test. Selenium is not just a unique tool, but a software suite, each meeting the different testing needs of an organization. It has four components: • Selenium Integrated Development Environment (IDE) • Selenium Remote Control (RC) • WebDriver • Selenium grid Selenium Integrated Development Environment (IDE)      Selenium IDE is an integrated development environment for Selenium scripting. Selenium IDE includes the entire Selenium Core, allowing you to quickly record and repeat tests in the real environment where you will be running. Selenium Remote Control (RC)      Selenium Remote Contr...