Selenium Question:
Download Questions PDF

Explain what are the components of selenium?

Answer:

Selenium IDE - Plugin to Firefox to record and play test in firefox
and also export tests in different languages. The most appealing
format is the html test case which seems to based on fit html .
Selenium RC- Allows playing of exported test in different platform/OS
Selenium Grid - Allows to control lots of selenium machines(you typically dont need this only for load test -and hence may ignore it).

Download Selenium Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know what does selenium do?Explain how does Selenium remote control internally works?