Smart = Agile++ by Ivar Jacobson
One of the most entertaining talks I went to was the Be smart! by Ivar Jacobson. Although the concepts that he presented were definitely not new, he found a very clear and entertaining way to present them. A RUP guy, he told it how it is – about what I consider to be agile – [...]
Java Test Tools
List of JavaTest Tools
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 [...]