» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with selenium + testng

Automated Smoke Tests With Selenium, Cargo, TestNG and Maven " Madaspeak

@BeforeSuite public void startSeleniumServer() throws Exception { seleniumServer = new SeleniumServer(4444); seleniumServer.start(); } @AfterSuite public void stopSeleniumServer() throws Exception { seleniumServer.stop(); }

ContinuousIntegration: http://del.icio.us/popular/ContinuousIntegration

Automated Smoke Tests With Selenium, Cargo, TestNG and Maven " Madaspeak

@BeforeSuite public void startSeleniumServer() throws Exception { seleniumServer = new SeleniumServer(4444); seleniumServer.start(); } @AfterSuite public void stopSeleniumServer() throws Exception { seleniumServer.stop(); }

Maven: del.icio.us/tag/maven

Automated Smoke Tests With Selenium, Cargo, TestNG and Maven « Madaspeak

I devised a mechanism to run an automated smoke test, and I will describe the process here.

Maven: del.icio.us/tag/maven

Automated Smoke Tests With Selenium, Cargo, TestNG and Maven « Madaspeak

Howto use Maven, Selenium, Cargo and TestNG together to write automated smoking tests.

Maven: del.icio.us/tag/maven

Automated Smoke Tests With Selenium, Cargo, TestNG and Maven

Buen howto para integrar selenium, cargo, testng y maven

Maven: del.icio.us/tag/maven