VAIBHAV SINGH
Selenium Interview Question

Selenium History
      Why Selenium named as Selenium
      Who created Selenium Automation Framework?
      Why Selenium named as Selenium? After all its not Chemistry, Its Automation Testing...
Selenium WebDriver
      Which driver comes with selenium webdriver build? Which browser client Libraries we dont need to download to run WebDriver?
      What are the webdriver String?
      What are the different types of navigation commands?
      Why Selenium Driver create new session everytime when it runs? Why Selenium cannot catch already open browser to start a testcase?
      Can Selenium WebDriver catch already open Browser? Can we serialize webdriver?
      How Selenium RC resolve Same Origin Policy Issue?
      What is Same Origin Policy(SOP)?
      What are the different types of Drivers available in WebDriver?
      How to type in a textbox using Selenium?
      How can you find if an element in displayed on the screen?
      How to select value in a dropdown?
      How to handle frame in WebDriver?
      What is the difference between driver.close() and driver.quit() command?
      Can Selenium handle windows based pop up?
Selenium-Introduction
      What is Automation Testing?
      What are the benefits of Automation Testing?
      What is Selenium? What are the different Selenium components?
      What are the testing types that can be supported by Selenium?
      What are the limitations of Selenium?
Automation Testing
      What is basic difference between Emulation and Simulation?
      What is difference between Architecture and Framework and Design Pattern?
Selenium-Timeout
      What are the different types of waits available in WebDriver?
Selenium-Locators
      What are the different types of locators in Selenium?
      What is difference between assert and verify commands?
      What is an Xpath?
      What is the difference between "/" and "//" in Xpath?
      How can we get a text of a web element?
Selenium-Grid
      When should I use Selenium Grid?