<?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"
	>
<channel>
	<title>Comments on: ReportNG - Simple HTML reporting for TestNG</title>
	<atom:link href="http://blog.uncommons.org/2007/10/21/reportng-simple-html-reporting-for-testng/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.uncommons.org/2007/10/21/reportng-simple-html-reporting-for-testng/</link>
	<description>Rants and opinion interspersed with awe-inspiring tales of heoric software engineering endeavours.</description>
	<pubDate>Wed, 19 Nov 2008 14:14:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Teja</title>
		<link>http://blog.uncommons.org/2007/10/21/reportng-simple-html-reporting-for-testng/#comment-1273</link>
		<dc:creator>Teja</dc:creator>
		<pubDate>Wed, 16 Apr 2008 06:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uncommons.org/?p=40#comment-1273</guid>
		<description>Hi Dan,

Well said, that was an enhancement that I was suggesting as testNG, JUnit etc., do not have that option :-)

I am moving to another project...reportNG is a wonderful reporting engine...I loved exploring the same. Gr8 work Dan.

ALL THE BEST...

Cheers,
Teja</description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>
<p>Well said, that was an enhancement that I was suggesting as testNG, JUnit etc., do not have that option <img src='http://blog.uncommons.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I am moving to another project&#8230;reportNG is a wonderful reporting engine&#8230;I loved exploring the same. Gr8 work Dan.</p>
<p>ALL THE BEST&#8230;</p>
<p>Cheers,<br />
Teja</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.uncommons.org/2007/10/21/reportng-simple-html-reporting-for-testng/#comment-1242</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 09 Apr 2008 22:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uncommons.org/?p=40#comment-1242</guid>
		<description>I haven't used Selenium yet, so I'm still not 100% clear.  It might help me to see exactly what you want if you can show me the reports that get generated when you run Selenium.

Do you get the kind of output you want when you use the standard TestNG reporter?  Do you get it if/when you use JUnit with Selenium?

The message that ReportNG displays is just the String returned by calling getMessage() on the exception (or AssertionError).  So we'd need to ensure that the message is formatted as required before it gets to ReportNG.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t used Selenium yet, so I&#8217;m still not 100% clear.  It might help me to see exactly what you want if you can show me the reports that get generated when you run Selenium.</p>
<p>Do you get the kind of output you want when you use the standard TestNG reporter?  Do you get it if/when you use JUnit with Selenium?</p>
<p>The message that ReportNG displays is just the String returned by calling getMessage() on the exception (or AssertionError).  So we&#8217;d need to ensure that the message is formatted as required before it gets to ReportNG.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teja</title>
		<link>http://blog.uncommons.org/2007/10/21/reportng-simple-html-reporting-for-testng/#comment-1233</link>
		<dc:creator>Teja</dc:creator>
		<pubDate>Tue, 08 Apr 2008 08:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uncommons.org/?p=40#comment-1233</guid>
		<description>Sorry Dan, here is the clear description of the issue that we face here.

Suggestion 1: It would be more descriptive, if we can show the Expected &#38; Actual "String / Message text"

Example: 
java.lang.AssertionError: No. of Verifications failed...1
Message: expected: but was:

Current test reports for a given selenium API call like "verifyElementPresent" or "verifyTextPresent" comes in the report as below

java.lang.AssertionError: No. of Verifications failed...1
Message: expected: but was:

Suggestion 2: These verification statements like verifyText.,etc should be shown in the test reports for better users clarify on the test reports. Currently the report comes for only failed verification. Ideally this should come for both Failed and Passed scenarios.

Regards,
Teja</description>
		<content:encoded><![CDATA[<p>Sorry Dan, here is the clear description of the issue that we face here.</p>
<p>Suggestion 1: It would be more descriptive, if we can show the Expected &amp; Actual &#8220;String / Message text&#8221;</p>
<p>Example:<br />
java.lang.AssertionError: No. of Verifications failed&#8230;1<br />
Message: expected: but was:</p>
<p>Current test reports for a given selenium API call like &#8220;verifyElementPresent&#8221; or &#8220;verifyTextPresent&#8221; comes in the report as below</p>
<p>java.lang.AssertionError: No. of Verifications failed&#8230;1<br />
Message: expected: but was:</p>
<p>Suggestion 2: These verification statements like verifyText.,etc should be shown in the test reports for better users clarify on the test reports. Currently the report comes for only failed verification. Ideally this should come for both Failed and Passed scenarios.</p>
<p>Regards,<br />
Teja</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.uncommons.org/2007/10/21/reportng-simple-html-reporting-for-testng/#comment-1229</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 07 Apr 2008 13:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uncommons.org/?p=40#comment-1229</guid>
		<description>Sorry, it's not clear what the problem is.  I'm not sure what you mean by "verified statements".</description>
		<content:encoded><![CDATA[<p>Sorry, it&#8217;s not clear what the problem is.  I&#8217;m not sure what you mean by &#8220;verified statements&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teja</title>
		<link>http://blog.uncommons.org/2007/10/21/reportng-simple-html-reporting-for-testng/#comment-1225</link>
		<dc:creator>Teja</dc:creator>
		<pubDate>Mon, 07 Apr 2008 11:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uncommons.org/?p=40#comment-1225</guid>
		<description>Hi Dan,

Currently the reports does not show if the verified statements are passed.
how do we achieve this?kindly let us know ASAP if you have the solution.



Thanks &#38; Regards,
Teja</description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>
<p>Currently the reports does not show if the verified statements are passed.<br />
how do we achieve this?kindly let us know ASAP if you have the solution.</p>
<p>Thanks &amp; Regards,<br />
Teja</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teja</title>
		<link>http://blog.uncommons.org/2007/10/21/reportng-simple-html-reporting-for-testng/#comment-865</link>
		<dc:creator>Teja</dc:creator>
		<pubDate>Wed, 05 Mar 2008 11:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uncommons.org/?p=40#comment-865</guid>
		<description>Hi Dan,

I'm extremely sorry for  delayed reply.It's because of some critical tasks piled up and now I have got time to look into reportNG.

Now that I downloaded your latest version reportNG 0.9.2 and it works fine.Thanks for that. :-).,
I'm working on customizing my reports.Will get back to you incase I need any help.</description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>
<p>I&#8217;m extremely sorry for  delayed reply.It&#8217;s because of some critical tasks piled up and now I have got time to look into reportNG.</p>
<p>Now that I downloaded your latest version reportNG 0.9.2 and it works fine.Thanks for that. :-).,<br />
I&#8217;m working on customizing my reports.Will get back to you incase I need any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.uncommons.org/2007/10/21/reportng-simple-html-reporting-for-testng/#comment-98</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 10 Dec 2007 13:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uncommons.org/?p=40#comment-98</guid>
		<description>Hi Teja, I'm not sure what the problem is.  Are you able to show me the generated files (either put them on the web or mail them to me)?  My address is dan at this domain.</description>
		<content:encoded><![CDATA[<p>Hi Teja, I&#8217;m not sure what the problem is.  Are you able to show me the generated files (either put them on the web or mail them to me)?  My address is dan at this domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teja</title>
		<link>http://blog.uncommons.org/2007/10/21/reportng-simple-html-reporting-for-testng/#comment-96</link>
		<dc:creator>Teja</dc:creator>
		<pubDate>Mon, 10 Dec 2007 12:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.uncommons.org/?p=40#comment-96</guid>
		<description>Hi,

I have imported the reportNG.jar file and started.Everything is fine but while viewing the reports I have a problem.
All the files index.html,overview.html,suites.html are generated but when I click on index.html am seeing some links which are not directing me to overview.html or suites.html.How can I solve this problem?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have imported the reportNG.jar file and started.Everything is fine but while viewing the reports I have a problem.<br />
All the files index.html,overview.html,suites.html are generated but when I click on index.html am seeing some links which are not directing me to overview.html or suites.html.How can I solve this problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.248 seconds -->
