Article: Automated integration testing with Selenium, Maven and Jetty
Automated integration testing with Selenium, Maven and Jetty by Kevin McCormack
Putting all of this together, we’d like to share with you the Maven configurations and Java code that we use to accomplish automated one-step Selenium integration testing for a web application running in Jetty using Maven.
Qiubo Su said,
18 December 2008 @ 4:41 am
Dear Kevin McCormack,
Following your blog “Automated integration testing with Selenium, Maven and Jetty” to try the example, but got some problem, e.g. “../integration-testing-post/src/test/java/com/tsl/example/cars/integration/SeleniumTestCase.java:[5,34] package org.openqa.selenium.server does not exist” etc.
May I know the latest compatible version of Maven, Jetty, Selenium and Java etc required for this example?
In my environment, Java is 1.5.0_15, Jetty is 6.1.11, Maven is 2.0.8 and Selenium is 0.9.2. Are they compatible with each other?
Thanks,
Qiubo Su