<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Automated Smoke Tests With Selenium, Cargo, TestNG and Maven</title>
	<atom:link href="http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/</link>
	<description>Binil Thomas' blog</description>
	<lastBuildDate>Mon, 28 Dec 2009 18:05:04 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ABC</title>
		<link>http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7292</link>
		<dc:creator>ABC</dc:creator>
		<pubDate>Wed, 14 Oct 2009 09:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7292</guid>
		<description>Hi~

i got the following errors for Step 8

Firefox can run smoothly and no error while IE cannot.

This is my log


-------------------------------------------------------------------------------
Test set: IEFunctionalTests
-------------------------------------------------------------------------------
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.386 sec &lt;&lt;&lt; FAILURE!
indexPageShouldComeUp  Time elapsed: 30.339 sec  &lt;&lt;&lt; FAILURE!
com.thoughtworks.selenium.SeleniumException: Timed out after 30000ms
	at com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:73)
	at com.thoughtworks.selenium.DefaultSelenium.open(DefaultSelenium.java:214)
	at com.mycompany.app.functest.FirstTest.indexPageShouldComeUp(FirstTest.java:37)


How can i solve this problem?   Thx u~~</description>
		<content:encoded><![CDATA[<p>Hi~</p>
<p>i got the following errors for Step 8</p>
<p>Firefox can run smoothly and no error while IE cannot.</p>
<p>This is my log</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Test set: IEFunctionalTests<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 30.386 sec &lt;&lt;&lt; FAILURE!<br />
indexPageShouldComeUp  Time elapsed: 30.339 sec  &lt;&lt;&lt; FAILURE!<br />
com.thoughtworks.selenium.SeleniumException: Timed out after 30000ms<br />
	at com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:73)<br />
	at com.thoughtworks.selenium.DefaultSelenium.open(DefaultSelenium.java:214)<br />
	at com.mycompany.app.functest.FirstTest.indexPageShouldComeUp(FirstTest.java:37)</p>
<p>How can i solve this problem?   Thx u~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rdekleijn</title>
		<link>http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7274</link>
		<dc:creator>rdekleijn</dc:creator>
		<pubDate>Fri, 14 Aug 2009 10:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7274</guid>
		<description>Hi,

Is it also possible to pass some parameters with junit?
I use a testing framework which can only handle junit.

I also want to run the test in multiple browsers, on such way. Can somebody confirm if it&#039;s possible? and how I do that?

I really appreciate that!

~~
Roy</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is it also possible to pass some parameters with junit?<br />
I use a testing framework which can only handle junit.</p>
<p>I also want to run the test in multiple browsers, on such way. Can somebody confirm if it&#8217;s possible? and how I do that?</p>
<p>I really appreciate that!</p>
<p>~~<br />
Roy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: binil</title>
		<link>http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7242</link>
		<dc:creator>binil</dc:creator>
		<pubDate>Fri, 24 Apr 2009 04:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7242</guid>
		<description>Wendy,

Commenting out the 2.8-SNAPSHOT in steps/step2/functest/pom.xml should fix it. You will have to make this change forward to other steps too.

Thanks,
Binil</description>
		<content:encoded><![CDATA[<p>Wendy,</p>
<p>Commenting out the 2.8-SNAPSHOT in steps/step2/functest/pom.xml should fix it. You will have to make this change forward to other steps too.</p>
<p>Thanks,<br />
Binil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wendy Dou</title>
		<link>http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7241</link>
		<dc:creator>Wendy Dou</dc:creator>
		<pubDate>Wed, 22 Apr 2009 19:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7241</guid>
		<description>Hi Binil,

I download your source code, and following the instructions, I am running following errors on step 2 when issuing the command mvn integration-test:

Project ID: null:maven-surefire-plugin:maven-plugin:2.8-20060902.220413-5

Reason: Cannot find parent: org.apache.maven.plugins:maven-plugins for project:
null:maven-surefire-plugin:maven-plugin:2.8-20060902.220413-5 for project null:m
aven-surefire-plugin:maven-plugin:2.8-20060902.220413-5

I look at the url of http://howardlewisship.com/repository/org/apache/maven/plugins/maven-surefire-plugin/2.8-SNAPSHOT/, it does have the 2.8-20060902.220413-5 jar file we needed. 

I am getting blocked, any suggestion to fix this issue?

Thanks,
Wendy</description>
		<content:encoded><![CDATA[<p>Hi Binil,</p>
<p>I download your source code, and following the instructions, I am running following errors on step 2 when issuing the command mvn integration-test:</p>
<p>Project ID: null:maven-surefire-plugin:maven-plugin:2.8-20060902.220413-5</p>
<p>Reason: Cannot find parent: org.apache.maven.plugins:maven-plugins for project:<br />
null:maven-surefire-plugin:maven-plugin:2.8-20060902.220413-5 for project null:m<br />
aven-surefire-plugin:maven-plugin:2.8-20060902.220413-5</p>
<p>I look at the url of <a href="http://howardlewisship.com/repository/org/apache/maven/plugins/maven-surefire-plugin/2.8-SNAPSHOT/" rel="nofollow">http://howardlewisship.com/repository/org/apache/maven/plugins/maven-surefire-plugin/2.8-SNAPSHOT/</a>, it does have the 2.8-20060902.220413-5 jar file we needed. </p>
<p>I am getting blocked, any suggestion to fix this issue?</p>
<p>Thanks,<br />
Wendy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamel</title>
		<link>http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7211</link>
		<dc:creator>Jamel</dc:creator>
		<pubDate>Thu, 26 Feb 2009 00:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7211</guid>
		<description>Hi!
A very helpfull article.

Please, could you upload the source used in your article.

I&#039;m not able to download the pdf file.

Thanks.

Jamel</description>
		<content:encoded><![CDATA[<p>Hi!<br />
A very helpfull article.</p>
<p>Please, could you upload the source used in your article.</p>
<p>I&#8217;m not able to download the pdf file.</p>
<p>Thanks.</p>
<p>Jamel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7205</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Tue, 13 Jan 2009 17:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7205</guid>
		<description>Hi,

We are doing almost all of this - not smoke, but using Selenium, testng, tomcat, and maven to do integration tests (we are slowly expanding to do the entire build and release process)

Looking at adding Hudson to the process - but running into problems and I&#039;m not really up on a lot of this - we need to stop tomcat and clear the database before tests are run, but the app we are testing (not currently deployed by Maven, but will be) locks onto the db and does not allow manipulation while running. Our solution is to uses the exec plug in to stop Tomcat, drop and recreate an empty database (or import a backup file with the db we want to test with) then restart tomcat.

Because Hudson runs as a tomcat app - which captures the output log files BTW to answer Ramu&#039;s question in comment 34 - I&#039;m looking at cargo as a way to just stop our app, and not tomcat. Currently our set up works ok as command line or from eclipse, but the point where tomcat is stopped kills Hudson which kills Maven. 

One solution is to have a second instance of Tomcat running on different ports to handle Hudson, but I was wondering what was required in Maven to stop and restart one Tomcat application. 

Help such as pointing to a link with this info would be very appreciated.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>We are doing almost all of this &#8211; not smoke, but using Selenium, testng, tomcat, and maven to do integration tests (we are slowly expanding to do the entire build and release process)</p>
<p>Looking at adding Hudson to the process &#8211; but running into problems and I&#8217;m not really up on a lot of this &#8211; we need to stop tomcat and clear the database before tests are run, but the app we are testing (not currently deployed by Maven, but will be) locks onto the db and does not allow manipulation while running. Our solution is to uses the exec plug in to stop Tomcat, drop and recreate an empty database (or import a backup file with the db we want to test with) then restart tomcat.</p>
<p>Because Hudson runs as a tomcat app &#8211; which captures the output log files BTW to answer Ramu&#8217;s question in comment 34 &#8211; I&#8217;m looking at cargo as a way to just stop our app, and not tomcat. Currently our set up works ok as command line or from eclipse, but the point where tomcat is stopped kills Hudson which kills Maven. </p>
<p>One solution is to have a second instance of Tomcat running on different ports to handle Hudson, but I was wondering what was required in Maven to stop and restart one Tomcat application. </p>
<p>Help such as pointing to a link with this info would be very appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramu</title>
		<link>http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7204</link>
		<dc:creator>ramu</dc:creator>
		<pubDate>Mon, 12 Jan 2009 18:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7204</guid>
		<description>Is there a way we can automate the capturing of the console log when maven commands run. This is very important when we want to automate the tests and run attended?

Basically, the question is, is there a plug-in feature which automatically log stdout and stderr to a log file configured in the plug-in section?</description>
		<content:encoded><![CDATA[<p>Is there a way we can automate the capturing of the console log when maven commands run. This is very important when we want to automate the tests and run attended?</p>
<p>Basically, the question is, is there a plug-in feature which automatically log stdout and stderr to a log file configured in the plug-in section?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: binil</title>
		<link>http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7192</link>
		<dc:creator>binil</dc:creator>
		<pubDate>Wed, 03 Dec 2008 21:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7192</guid>
		<description>Andre, Selenium in general is sluggish, but I have not noticed the method above being slower than the command line option. One thing you might have to investigate is the heap size of the Maven JVM - check if the VM is thrashing memory (set MAVEN_OPTS=-Xmx.. to control the heap size).</description>
		<content:encoded><![CDATA[<p>Andre, Selenium in general is sluggish, but I have not noticed the method above being slower than the command line option. One thing you might have to investigate is the heap size of the Maven JVM &#8211; check if the VM is thrashing memory (set MAVEN_OPTS=-Xmx.. to control the heap size).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7191</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Wed, 03 Dec 2008 20:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7191</guid>
		<description>BTW, have you ever seen the automated SeleniumServer cause a system to slow down?  My test runs great with a SeleniumServer command line, but speed degrades quite quickly if I start the server per your method above.</description>
		<content:encoded><![CDATA[<p>BTW, have you ever seen the automated SeleniumServer cause a system to slow down?  My test runs great with a SeleniumServer command line, but speed degrades quite quickly if I start the server per your method above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7190</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Wed, 03 Dec 2008 20:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://binil.wordpress.com/2006/12/08/automated-smoke-tests-with-selenium-cargo-testng-and-maven/#comment-7190</guid>
		<description>Thanks for showing how to automate SeleniumServer!</description>
		<content:encoded><![CDATA[<p>Thanks for showing how to automate SeleniumServer!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
