Selenium is a tool for automating web application testing. It allows recording and playback of tests to simulate user actions like clicking and filling forms. Selenium IDE is a Firefox plugin that allows recording and editing tests. Selenium Remote Control (RC) runs tests on multiple browsers and platforms. Selenium Grid distributes tests across servers for parallel testing. Tests are written using Selenium commands in languages like Java, Python, C#, and tests can be exported from IDE.