What is Selenium IDE?

Selenium IDE ( Integrated Development Environment) is a Firefox and Chrome plugin. It is the simplest framework in the selenium suite.It allows us to record and playback the scripts. Even though we can create scripts using selenium IDE, we need to use Selenium RC or Selenium WebDriver to write more advance and robust test cases.