Posts

Showing posts from 2017

Top 100 Selenium Interview Questions & Answers

Image
) What is Selenium and what is composed of? Selenium is a suite of tools for automated web testing.  It is composed of Selenium IDE (Integrated Development Environment) :   It is a tool for recording and playing back.  It is a firefox plugin WebDriver and RC:   It provide the APIs for a variety of languages like Java, .NET, PHP, etc. With most of the browsers Webdriver and RC works. Grid:  With the help of Grid you can distribute tests on multiple machines so that test can be run parallel which helps in cutting down the time required for running in browser test suites 2) What is Selenium 2.0 ? Web Testing tools Selenium RC and WebDriver are consolidated in single tool in Selenium 2.0 3) Mention what is Selenium 3.0? Selenium 3.0 is the latest version of Selenium. It has released 2 beta versions of selenium 3.0 with few of the below changes: Here are few new features added to Selenium 3.0 Beta 1 updates Beta 2 up...