What is selenium? What are the different components of Selenium?
Answer / dileep kumar
selenium is an open source tool to automate the testcases.
components of selenium: selenium Ide( its a big flop)
selenium rc( complex to understand)
selenium webdriver
slenium grid
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the steps to run automation using selenium?
List of Exceptions may occur in selenium?
Name the different types of waits in webdriver.
What is the difference between driver.close() and driver.quit() methods?
What are the advantages and disadvantages of selenium ?
Explain what are the different types of locators in selenium?
How you are integrating cucumber feature files with step files?
Tell me what you know about selenium?
Write a code snippet to launch firefox browser in webdriver.
Mention what are the types of listeners in testng?
What is the difference between @factory and @data provider annotation?
How you can switch between frames?