Selenium – automated functional web testing
Last week, I set up automated functional testing for the test team using Selenium. So far, I’m thoroughly impressed with it.
Selenium comes in several version: IDE, core, remote-control, grid.
First, Selenium IDE is used to create tests and run them during test development. It comes as a Firefox plugin, which means that installation happens in one [...]