<?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 for Technology and Leadership</title>
	<atom:link href="http://technologyandleadership.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://technologyandleadership.com</link>
	<description>The intersection of Technology and Leadership</description>
	<lastBuildDate>Fri, 11 May 2012 11:08:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on junit vs TestNG &#8211; core differences by Confluence: EDV Abteilung</title>
		<link>http://technologyandleadership.com/junit-vs-testng-core-differences/comment-page-1/#comment-6899</link>
		<dc:creator>Confluence: EDV Abteilung</dc:creator>
		<pubDate>Fri, 11 May 2012 11:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://technologyandleadership.com/?p=771#comment-6899</guid>
		<description>&lt;strong&gt;TestNG vs. JUnit...&lt;/strong&gt;

Linksammlung...</description>
		<content:encoded><![CDATA[<p><strong>TestNG vs. JUnit&#8230;</strong></p>
<p>Linksammlung&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on junit vs TestNG &#8211; core differences by Tomek</title>
		<link>http://technologyandleadership.com/junit-vs-testng-core-differences/comment-page-1/#comment-6816</link>
		<dc:creator>Tomek</dc:creator>
		<pubDate>Thu, 26 Apr 2012 12:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://technologyandleadership.com/?p=771#comment-6816</guid>
		<description>I think the TesNG has more advantages than the ones you listed. They become obvious once you leave the world of unit tests and start writing integration and end-to-end tests. I tried to do my own comparison, you can see it here http://kaczanowscy.pl/tomek/2012-04/why-testng-and-not-junit

--
Cheers,
Tomek Kaczanowski</description>
		<content:encoded><![CDATA[<p>I think the TesNG has more advantages than the ones you listed. They become obvious once you leave the world of unit tests and start writing integration and end-to-end tests. I tried to do my own comparison, you can see it here <a href="http://kaczanowscy.pl/tomek/2012-04/why-testng-and-not-junit" rel="nofollow">http://kaczanowscy.pl/tomek/2012-04/why-testng-and-not-junit</a></p>
<p>&#8211;<br />
Cheers,<br />
Tomek Kaczanowski</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on junit vs TestNG &#8211; core differences by iuzuz</title>
		<link>http://technologyandleadership.com/junit-vs-testng-core-differences/comment-page-1/#comment-6672</link>
		<dc:creator>iuzuz</dc:creator>
		<pubDate>Wed, 04 Apr 2012 15:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://technologyandleadership.com/?p=771#comment-6672</guid>
		<description>There is an importand advantage of JUnit if it is used for wat it was designed (unit tests): it forces independent execution of test methods!

I Ported only one test class from JUnit4 to TestNG and one method returned different result in the cases 
1) executed only this test method
2) executed all test methods

Yes, the solution is not difficult, but it can lead to errors when using as Unit Testting Framework for TDD.</description>
		<content:encoded><![CDATA[<p>There is an importand advantage of JUnit if it is used for wat it was designed (unit tests): it forces independent execution of test methods!</p>
<p>I Ported only one test class from JUnit4 to TestNG and one method returned different result in the cases<br />
1) executed only this test method<br />
2) executed all test methods</p>
<p>Yes, the solution is not difficult, but it can lead to errors when using as Unit Testting Framework for TDD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Six steps for complete test automation with selenium grid by venky</title>
		<link>http://technologyandleadership.com/six-steps-for-complete-test-automation-with-selenium-grid/comment-page-1/#comment-5891</link>
		<dc:creator>venky</dc:creator>
		<pubDate>Thu, 29 Dec 2011 10:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://technologyandleadership.com/?p=818#comment-5891</guid>
		<description>Hi,

I try run your example code on Windows7. I found same problem as that after launch hub and run RCs. And I run by right click on testng.xml and click run testng.xml, the blank page firefox is open and not occur anythings. please share your step that run work on windows7
I have run same script in GoogleChrome and Safari(unable to scripts)

In google chrome got this error 
&quot;Error 111 (net::ERR_TUNNEL_CONNECTION_FAILED): Unknown error.&quot;

Please help me.

Thanks,
Venky</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I try run your example code on Windows7. I found same problem as that after launch hub and run RCs. And I run by right click on testng.xml and click run testng.xml, the blank page firefox is open and not occur anythings. please share your step that run work on windows7<br />
I have run same script in GoogleChrome and Safari(unable to scripts)</p>
<p>In google chrome got this error<br />
&#8220;Error 111 (net::ERR_TUNNEL_CONNECTION_FAILED): Unknown error.&#8221;</p>
<p>Please help me.</p>
<p>Thanks,<br />
Venky</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 30-feet view of test automation framework with selenium by satish John</title>
		<link>http://technologyandleadership.com/30-feet-view-of-test-automation-framework-with-selenium/comment-page-1/#comment-5147</link>
		<dc:creator>satish John</dc:creator>
		<pubDate>Sat, 19 Nov 2011 07:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://technologyandleadership.com/?p=938#comment-5147</guid>
		<description>Hi,

Interesting article.. could provide me with a complete robust test automation framework with selenium with Junit or Testng. As I am planning to automate our project. It would be help full if you could share the complete framework that you are using for testing which I can use it as a solution.

Appreciate your revert</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Interesting article.. could provide me with a complete robust test automation framework with selenium with Junit or Testng. As I am planning to automate our project. It would be help full if you could share the complete framework that you are using for testing which I can use it as a solution.</p>
<p>Appreciate your revert</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How can testers influence design choices? by &#62;As a Tester, what value do I provide to my Customers? &#124; Duncan Nisbet</title>
		<link>http://technologyandleadership.com/how-can-testers-influence-design-choices/comment-page-1/#comment-5070</link>
		<dc:creator>&#62;As a Tester, what value do I provide to my Customers? &#124; Duncan Nisbet</dc:creator>
		<pubDate>Tue, 15 Nov 2011 13:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://technologyandleadership.com/?p=529#comment-5070</guid>
		<description>[...] This is v1.0 &#8211; there&#8217;s more I can add to it &amp; I hope to do so as time progresses. I also believe the structure will change as I realise different relationships between the nodes &amp; subtopics.Resources:http://steveo1967.blogspot.com/2010/01/why-testers-do-not-add-value-to.htmlhttp://software-testing-zone.blogspot.com/2008/10/software-testing-add-value-to-project.htmlhttp://technologyandleadership.com/how-can-testers-influence-design-choices/http://www.satisfice.com/blog/archives/572http://www.developsense.com/blog/2011/03/more-of-what-testers-find/ [...]</description>
		<content:encoded><![CDATA[<p>[...] This is v1.0 &#8211; there&#8217;s more I can add to it &amp; I hope to do so as time progresses. I also believe the structure will change as I realise different relationships between the nodes &amp; subtopics.Resources:<a href="http://steveo1967.blogspot.com/2010/01/why-testers-do-not-add-value-to.htmlhttp://software-testing-zone.blogspot.com/2008/10/software-testing-add-value-to-project.htmlhttp://technologyandleadership.com/how-can-testers-influence-design-choices/http://www.satisfice.com/blog/archives/572http://www.developsense.com/blog/2011/03/more-of-what-testers-find/" rel="nofollow">http://steveo1967.blogspot.com/2010/01/why-testers-do-not-add-value-to.htmlhttp://software-testing-zone.blogspot.com/2008/10/software-testing-add-value-to-project.htmlhttp://technologyandleadership.com/how-can-testers-influence-design-choices/http://www.satisfice.com/blog/archives/572http://www.developsense.com/blog/2011/03/more-of-what-testers-find/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium RC configuration for java – all in a nutshell by Aruna</title>
		<link>http://technologyandleadership.com/selenium-rc-configuration-for-java-%e2%80%93-all-in-a-nutshell/comment-page-1/#comment-4985</link>
		<dc:creator>Aruna</dc:creator>
		<pubDate>Wed, 09 Nov 2011 19:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://technologyandleadership.com/?p=866#comment-4985</guid>
		<description>Hi Siva,

Thanks! Creating a step-by-step walkthrough requires hardwork and at the end it is certainly a useful reference to look back and learn. Yes, it is definitely good.

Regards,
Aruna</description>
		<content:encoded><![CDATA[<p>Hi Siva,</p>
<p>Thanks! Creating a step-by-step walkthrough requires hardwork and at the end it is certainly a useful reference to look back and learn. Yes, it is definitely good.</p>
<p>Regards,<br />
Aruna</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium RC configuration for java – all in a nutshell by Siva</title>
		<link>http://technologyandleadership.com/selenium-rc-configuration-for-java-%e2%80%93-all-in-a-nutshell/comment-page-1/#comment-4961</link>
		<dc:creator>Siva</dc:creator>
		<pubDate>Wed, 09 Nov 2011 06:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://technologyandleadership.com/?p=866#comment-4961</guid>
		<description>Hi Aruna,

I have been following your blog on Selenium, TestNG topics. Explanation and Step-by-Step walkthrough is good. 

Thanks,
Siva</description>
		<content:encoded><![CDATA[<p>Hi Aruna,</p>
<p>I have been following your blog on Selenium, TestNG topics. Explanation and Step-by-Step walkthrough is good. </p>
<p>Thanks,<br />
Siva</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 30-feet view of test automation framework with selenium by subramaniam</title>
		<link>http://technologyandleadership.com/30-feet-view-of-test-automation-framework-with-selenium/comment-page-1/#comment-4659</link>
		<dc:creator>subramaniam</dc:creator>
		<pubDate>Mon, 24 Oct 2011 08:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://technologyandleadership.com/?p=938#comment-4659</guid>
		<description>1. What is intelligent exception handling? How different it is from mere exception handling or incorporating the required activities programatically within a conditional statements?
2. What is the difference between design of an automation framework using selenium and QTP?</description>
		<content:encoded><![CDATA[<p>1. What is intelligent exception handling? How different it is from mere exception handling or incorporating the required activities programatically within a conditional statements?<br />
2. What is the difference between design of an automation framework using selenium and QTP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Three Schema Design Approaches by Aruna</title>
		<link>http://technologyandleadership.com/three-schema-design-approaches/comment-page-1/#comment-4483</link>
		<dc:creator>Aruna</dc:creator>
		<pubDate>Thu, 13 Oct 2011 17:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://technologyandleadership.com/?p=151#comment-4483</guid>
		<description>Hi Ali Raza,

Great that you enjoyed reading this article and found it useful. Thanks much for your interest.

Regards,
Aruna</description>
		<content:encoded><![CDATA[<p>Hi Ali Raza,</p>
<p>Great that you enjoyed reading this article and found it useful. Thanks much for your interest.</p>
<p>Regards,<br />
Aruna</p>
]]></content:encoded>
	</item>
</channel>
</rss>

