<?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/"
		>
<channel>
	<title>Comments on: Automation with Selenium,Junit, Ant</title>
	<atom:link href="http://www.shaafshah.com/2009/01/19/automation-with-seleniumjunit-ant/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shaafshah.com/2009/01/19/automation-with-seleniumjunit-ant/</link>
	<description>Another bit in the wall</description>
	<lastBuildDate>Tue, 15 Jun 2010 06:04:50 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Anu</title>
		<link>http://www.shaafshah.com/2009/01/19/automation-with-seleniumjunit-ant/comment-page-1/#comment-2237</link>
		<dc:creator>Anu</dc:creator>
		<pubDate>Thu, 14 Jan 2010 16:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaafshah.com/?p=159#comment-2237</guid>
		<description>&lt;a href=&quot;#comment-1874&quot; rel=&quot;nofollow&quot;&gt;@Shaaf Shah &lt;/a&gt; 
Hi Shaaf, Since I am unable to publish my ant target in your blog, I have put the question on stackoverflow, here is the link http://stackoverflow.com/questions/2060944/ant-target-generate-empty-suite-xml-file let me know if you can provide any help.

Thanks,</description>
		<content:encoded><![CDATA[<p><a href="#comment-1874" rel="nofollow">@Shaaf Shah </a><br />
Hi Shaaf, Since I am unable to publish my ant target in your blog, I have put the question on stackoverflow, here is the link <a href="http://stackoverflow.com/questions/2060944/ant-target-generate-empty-suite-xml-file" rel="nofollow">http://stackoverflow.com/questions/2060944/ant-target-generate-empty-suite-xml-file</a> let me know if you can provide any help.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaaf Shah</title>
		<link>http://www.shaafshah.com/2009/01/19/automation-with-seleniumjunit-ant/comment-page-1/#comment-1874</link>
		<dc:creator>Shaaf Shah</dc:creator>
		<pubDate>Thu, 17 Dec 2009 23:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaafshah.com/?p=159#comment-1874</guid>
		<description>&lt;a href=&quot;#comment-1526&quot; rel=&quot;nofollow&quot;&gt;@Anu &lt;/a&gt; 
Hey Anu, Its not correct that the  TESTS-TestSuites.xml should be empty. It is the xml file that forms the basis of the report. I cant see that you have put in your target here. But please check that all your tests run fine and if they do then you have the right include name e.g.         &lt;include name=&quot;TEST-*.xml&quot;/&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-1526" rel="nofollow">@Anu </a><br />
Hey Anu, Its not correct that the  TESTS-TestSuites.xml should be empty. It is the xml file that forms the basis of the report. I cant see that you have put in your target here. But please check that all your tests run fine and if they do then you have the right include name e.g.         <include name="TEST-*.xml"/></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anu</title>
		<link>http://www.shaafshah.com/2009/01/19/automation-with-seleniumjunit-ant/comment-page-1/#comment-1526</link>
		<dc:creator>Anu</dc:creator>
		<pubDate>Wed, 25 Nov 2009 15:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaafshah.com/?p=159#comment-1526</guid>
		<description>I have selenium test framework using JUnit. I have very similar ant targets. My problem is when I open the index file there is no data in it. I check individual xml files respect to tests, sure enough they have all the information with proper error tags etc. I don&#039;t have a suite that runs all the test, each test run individually (looks like you are doing the same). In command line I get the following msg, wonder not having a suite is the issues (because *TestSuite.xml doesn&#039;t have any data. How do i resolve this issue if possible. Thank You in advance. 

here is the command line message I get, 
     [echo] running JUnit Report
[junitreport] Processing C:\..\reports\TESTS-TestSuites.xml to C:\DOCUME~1\..\LOCALS~1
\Temp\null1095537812
[junitreport] Loading stylesheet jar:file:/C:/../apache-ant-1.7.1/lib/ant-junit.jar!/org/apache
/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 766ms

here is my target
	&lt;!-- JUnit Reporting --&gt;
	
		
		
		
			
				
			
			
			
			
				
				
			
		
		
		
			
				
			
			
		
	</description>
		<content:encoded><![CDATA[<p>I have selenium test framework using JUnit. I have very similar ant targets. My problem is when I open the index file there is no data in it. I check individual xml files respect to tests, sure enough they have all the information with proper error tags etc. I don&#8217;t have a suite that runs all the test, each test run individually (looks like you are doing the same). In command line I get the following msg, wonder not having a suite is the issues (because *TestSuite.xml doesn&#8217;t have any data. How do i resolve this issue if possible. Thank You in advance. </p>
<p>here is the command line message I get,<br />
     [echo] running JUnit Report<br />
[junitreport] Processing C:\..\reports\TESTS-TestSuites.xml to C:\DOCUME~1\..\LOCALS~1<br />
\Temp\null1095537812<br />
[junitreport] Loading stylesheet jar:file:/C:/../apache-ant-1.7.1/lib/ant-junit.jar!/org/apache<br />
/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl<br />
[junitreport] Transform time: 766ms</p>
<p>here is my target<br />
	<!-- JUnit Reporting --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.shaafshah.com/2009/01/19/automation-with-seleniumjunit-ant/comment-page-1/#comment-910</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 24 Jun 2009 10:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaafshah.com/?p=159#comment-910</guid>
		<description>Thanks Shaaf, that report looks good. Downloaded Ant and TestNG so will start playing around now, but from the looks of things Ant will be easier for me to implement.

But that report you posted looks hot!</description>
		<content:encoded><![CDATA[<p>Thanks Shaaf, that report looks good. Downloaded Ant and TestNG so will start playing around now, but from the looks of things Ant will be easier for me to implement.</p>
<p>But that report you posted looks hot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaaf Shah</title>
		<link>http://www.shaafshah.com/2009/01/19/automation-with-seleniumjunit-ant/comment-page-1/#comment-879</link>
		<dc:creator>Shaaf Shah</dc:creator>
		<pubDate>Wed, 10 Jun 2009 19:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaafshah.com/?p=159#comment-879</guid>
		<description>Hi Jason,
I havnt worked with TestNG that much but still...

I think both the reports are triggered through ant. Nothing will complicate it that much. I would choose the one I am comfortable with If I were you :-) as both reports are very similar or perhaps identical.

Try looking at the following link
http://testng.org/test-report/junit-noframes.html
Its similar to what the Junit report looks like. Cant find a sample that I could show you.</description>
		<content:encoded><![CDATA[<p>Hi Jason,<br />
I havnt worked with TestNG that much but still&#8230;</p>
<p>I think both the reports are triggered through ant. Nothing will complicate it that much. I would choose the one I am comfortable with If I were you <img src='http://www.shaafshah.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  as both reports are very similar or perhaps identical.</p>
<p>Try looking at the following link<br />
<a href="http://testng.org/test-report/junit-noframes.html" rel="nofollow">http://testng.org/test-report/junit-noframes.html</a><br />
Its similar to what the Junit report looks like. Cant find a sample that I could show you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.shaafshah.com/2009/01/19/automation-with-seleniumjunit-ant/comment-page-1/#comment-874</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 05 Jun 2009 11:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaafshah.com/?p=159#comment-874</guid>
		<description>Thanks for the article, very helpful for a newbie like me.

Just a quick question. Which is better for reporting, JUnitReport or TestNG? I see people are using the two together, but I wwould like a more simple setup with a focus on reporting on the test runs.</description>
		<content:encoded><![CDATA[<p>Thanks for the article, very helpful for a newbie like me.</p>
<p>Just a quick question. Which is better for reporting, JUnitReport or TestNG? I see people are using the two together, but I wwould like a more simple setup with a focus on reporting on the test runs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaaf Shah</title>
		<link>http://www.shaafshah.com/2009/01/19/automation-with-seleniumjunit-ant/comment-page-1/#comment-859</link>
		<dc:creator>Shaaf Shah</dc:creator>
		<pubDate>Thu, 28 May 2009 10:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaafshah.com/?p=159#comment-859</guid>
		<description>Please try going to http://ant.apache.org/
Here you will find information about Ant and what it can do. If you need any help about it . then let me know. :-)</description>
		<content:encoded><![CDATA[<p>Please try going to <a href="http://ant.apache.org/" rel="nofollow">http://ant.apache.org/</a><br />
Here you will find information about Ant and what it can do. If you need any help about it . then let me know. <img src='http://www.shaafshah.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SD</title>
		<link>http://www.shaafshah.com/2009/01/19/automation-with-seleniumjunit-ant/comment-page-1/#comment-858</link>
		<dc:creator>SD</dc:creator>
		<pubDate>Thu, 28 May 2009 10:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaafshah.com/?p=159#comment-858</guid>
		<description>I want basic knowledge about Ant. It is only a reporting tool?
 Can it only be used with JUnit?</description>
		<content:encoded><![CDATA[<p>I want basic knowledge about Ant. It is only a reporting tool?<br />
 Can it only be used with JUnit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaaf Shah</title>
		<link>http://www.shaafshah.com/2009/01/19/automation-with-seleniumjunit-ant/comment-page-1/#comment-160</link>
		<dc:creator>Shaaf Shah</dc:creator>
		<pubDate>Mon, 19 Jan 2009 19:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaafshah.com/?p=159#comment-160</guid>
		<description>Thanks Vivek, That sounds very interesting. I will definitely give it a try!</description>
		<content:encoded><![CDATA[<p>Thanks Vivek, That sounds very interesting. I will definitely give it a try!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek Mongolu</title>
		<link>http://www.shaafshah.com/2009/01/19/automation-with-seleniumjunit-ant/comment-page-1/#comment-159</link>
		<dc:creator>Vivek Mongolu</dc:creator>
		<pubDate>Mon, 19 Jan 2009 18:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaafshah.com/?p=159#comment-159</guid>
		<description>We have been working on a framework built on top of Selenium called Tellurium. Groovy + Java + Selenium + JUnit+ TestNG + data driven testing = Tellurium.

If you have some time, give it a try and give us some feedback.

Thanks,
Vivek</description>
		<content:encoded><![CDATA[<p>We have been working on a framework built on top of Selenium called Tellurium. Groovy + Java + Selenium + JUnit+ TestNG + data driven testing = Tellurium.</p>
<p>If you have some time, give it a try and give us some feedback.</p>
<p>Thanks,<br />
Vivek</p>
]]></content:encoded>
	</item>
</channel>
</rss>
