What is selenium? What are the different components of Selenium?
Answer Posted / 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 |
Post New Answer View All Answers
How can we inspect the web element attributes in order to use them in different locators?
How to achieve database testing in selenium?
What programming languages can you use in selenium rc?
Which are the operating systems supported by selenium?
How many exemptions do you know in selenium webdriver?
How do I upload a file using selenium? I need to upload a word file during test execution.
How to scroll web page down or up using selenium webdriver?
What are the different types of waits available in webdriver?
What programming languages are you able to use in selenium rc?
How to click on a hyperlink using selenium webdriver?
What are the different Exceptions in selenium?
What is testng and how is it better than junit?
How can you redirect browsing from a browser through some proxy?
What is implicit wait in selenium webdriver?
What is difference between @factory and @dataprovider annotation?