Automated tests in Continuous Integration environment – Part 3
26th Aug 2011 Zbigniew Moćkun
As promised, here’s the concluding post on how to use Selenium and Hudson together in a continuous integration environment and why, I believe time rules! Integrate automated tests with CI environment Integrating Selenium with Hudson is actually quite easy. You basically need to install the Selenium plugin for Hudson. Oh and yes, you will obviously [...]
Automated tests in Continuous Integration environment – Part 2
15th Aug 2011 Zbigniew Moćkun
Part 1 of this post covered the importance of integrating automated tests as part of your continuous integration environment and in this post, I will speak about how you can automate functional tests using Selenium and using Hudson. Selenium Selenium is an open source tool, primarily used to automate web application testing across platforms. We [...]
Automated tests in Continuous Integration environment – Part 1
02nd Aug 2011 Zbigniew Moćkun
“Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily – leading to multiple integrations per day. Each integration is verified by an automated build (including test) to detect integration errors as quickly as possible.” Martin Fowler, Thoughtworks Martin sums it up [...]
