We are using exactly this combination:
- Jenkins - automatically start a build / test run after a commit of a project. We use Debian Squeeze with iceweasel. We use the Xvfb plugin in Jenkins which enables us to run iceweasel's Firefox without an actual screen.
- Selenium - we use selenium to write integration tests for the portlets. We do not use unit testing.
- JUnit - we use JUnit to write and run the tests.
Links:
- http://en.wikipedia.org/wiki/Mozilla_Corporation_software_rebranded_by_the_Debian_project
- http://en.wikipedia.org/wiki/Xvfb
Jan Geißler:
What kind of automated test should this be?
Unit test, GUI tests, Integration Tests.....
There are so many things you might be considering to test. Any additional Information would be really helpfull. But for the first shot:
JUnit, Selenium.
As for Automated builds and Testing try Jenkins.
Hope this gets you on track.
Bitte melden Sie sich an, um diesen Inhalt als unangebracht zu kennzeichnen.