State pros and cons of Selenium IDE?
Pros
- Selenium IDE is easy to use and easy to install
- No need of learning any programming language to use this tool
- Test scripts can be exported and can be used for Selenium RC and WebDriver
Cons
- Designed only for Firefox and Chrome browsers
- As no programming language is needed, therefore iteration and conditional logics were not automated
- Test execution is relatively slow when you compare it with WebDriver and Selenium RC