<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments for Felipe Knorr Kuhn</title>
	<atom:link href="http://knorrium.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://knorrium.info</link>
	<description>Testing from below the tropics :)</description>
	<lastBuildDate>Sun, 28 Nov 2010 03:08:49 +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 Better reporting with ReportNG by O melhor da semana 21/11 a 27/11 &#171; QualidadeBR</title>
		<link>http://knorrium.info/2010/11/15/better-reporting-with-reportng/comment-page-1/#comment-572</link>
		<dc:creator>O melhor da semana 21/11 a 27/11 &#171; QualidadeBR</dc:creator>
		<pubDate>Sun, 28 Nov 2010 03:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://knorrium.info/?p=21#comment-572</guid>
		<description>[...] Better reporting with ReportNG &#8211; Felipe Knorr Kuhn (Felipe Knorr Kuhn); [...]</description>
		<content:encoded><![CDATA[<p>[...] Better reporting with ReportNG &#8211; Felipe Knorr Kuhn (Felipe Knorr Kuhn); [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About this blog by amol jaiswal</title>
		<link>http://knorrium.info/about-this-blog/comment-page-1/#comment-495</link>
		<dc:creator>amol jaiswal</dc:creator>
		<pubDate>Wed, 03 Nov 2010 06:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://knorrium.info/?page_id=4#comment-495</guid>
		<description>I got the bypass to it just use of 

@Test(dependsOnMethods = &quot;alogin_amol&quot;, alwaysRun=true)

hence they execute as per dependency....

Thanks and regards
Amol Jaiswal</description>
		<content:encoded><![CDATA[<p>I got the bypass to it just use of </p>
<p>@Test(dependsOnMethods = &#8220;alogin_amol&#8221;, alwaysRun=true)</p>
<p>hence they execute as per dependency&#8230;.</p>
<p>Thanks and regards<br />
Amol Jaiswal</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About this blog by amol jaiswal</title>
		<link>http://knorrium.info/about-this-blog/comment-page-1/#comment-494</link>
		<dc:creator>amol jaiswal</dc:creator>
		<pubDate>Wed, 03 Nov 2010 06:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://knorrium.info/?page_id=4#comment-494</guid>
		<description>

   
       
           
               
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
               
           
       
   


In above xml file we want to execute included method sequential not
randomly
now its executing in random manner.

Please help me out..
Current execution is
1. login_bancbridge
2. CEO_comp_create
3. CEO_comp_delete
4. CEO_User_create
5. logout_bancbridge
6. CEO_Useraudit_check
7. CEO_comp_audit_check
8. login_amol
9. CEO_User_delete
10. call_Date_extract
11. logout_amol

I just want to execute above included methods in order as they written.
I also tried to write single include in a method this also not working.
Please help me out...</description>
		<content:encoded><![CDATA[<p>In above xml file we want to execute included method sequential not<br />
randomly<br />
now its executing in random manner.</p>
<p>Please help me out..<br />
Current execution is<br />
1. login_bancbridge<br />
2. CEO_comp_create<br />
3. CEO_comp_delete<br />
4. CEO_User_create<br />
5. logout_bancbridge<br />
6. CEO_Useraudit_check<br />
7. CEO_comp_audit_check<br />
8. login_amol<br />
9. CEO_User_delete<br />
10. call_Date_extract<br />
11. logout_amol</p>
<p>I just want to execute above included methods in order as they written.<br />
I also tried to write single include in a method this also not working.<br />
Please help me out&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with web automation: A Java approach to Selenium by amol jaiswal</title>
		<link>http://knorrium.info/2010/05/19/a-java-approach-to-selenium/comment-page-1/#comment-486</link>
		<dc:creator>amol jaiswal</dc:creator>
		<pubDate>Tue, 02 Nov 2010 07:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://knorrium.info/?p=1#comment-486</guid>
		<description>I want to just execute the Test even after if any method fail.

For example in below link, if openAdminPage test fails then it should execute the next test methods.

http://testng.org/doc/selenium.html#creating_xml</description>
		<content:encoded><![CDATA[<p>I want to just execute the Test even after if any method fail.</p>
<p>For example in below link, if openAdminPage test fails then it should execute the next test methods.</p>
<p><a href="http://testng.org/doc/selenium.html#creating_xml" rel="nofollow">http://testng.org/doc/selenium.html#creating_xml</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using TestNG to launch your tests (and the Selenium server) by Alessandro</title>
		<link>http://knorrium.info/2010/08/31/using-testng-to-launch-your-tests-and-the-selenium-server/comment-page-1/#comment-450</link>
		<dc:creator>Alessandro</dc:creator>
		<pubDate>Wed, 27 Oct 2010 12:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://knorrium.info/?p=17#comment-450</guid>
		<description>Hi,

great post, just wondering if you have the link to the src on your git account

thank you
a</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>great post, just wondering if you have the link to the src on your git account</p>
<p>thank you<br />
a</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using TestNG to launch your tests (and the Selenium server) by Ajay</title>
		<link>http://knorrium.info/2010/08/31/using-testng-to-launch-your-tests-and-the-selenium-server/comment-page-1/#comment-444</link>
		<dc:creator>Ajay</dc:creator>
		<pubDate>Tue, 26 Oct 2010 08:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://knorrium.info/?p=17#comment-444</guid>
		<description>It&#039;s a wonderfull post,definetly usefull and i am desperately waiting for next posts which will cover more advanced features like method groups, listeners (for reports and taking screenshots) and data providers (for data driven testing).</description>
		<content:encoded><![CDATA[<p>It&#8217;s a wonderfull post,definetly usefull and i am desperately waiting for next posts which will cover more advanced features like method groups, listeners (for reports and taking screenshots) and data providers (for data driven testing).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with web automation: A Java approach to Selenium by Sam</title>
		<link>http://knorrium.info/2010/05/19/a-java-approach-to-selenium/comment-page-1/#comment-356</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 11 Oct 2010 07:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://knorrium.info/?p=1#comment-356</guid>
		<description>Thanks you, I have read this and give me a great help of learning Selenium, I&#039;m a Chinese, your words are simple and easy to understand, so I can catch it.
I&#039;m on going to study Selenium and TestNG, hope you can provide me some good articles or some other introductions.
Thanks</description>
		<content:encoded><![CDATA[<p>Thanks you, I have read this and give me a great help of learning Selenium, I&#8217;m a Chinese, your words are simple and easy to understand, so I can catch it.<br />
I&#8217;m on going to study Selenium and TestNG, hope you can provide me some good articles or some other introductions.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using TestNG to launch your tests (and the Selenium server) by AJ</title>
		<link>http://knorrium.info/2010/08/31/using-testng-to-launch-your-tests-and-the-selenium-server/comment-page-1/#comment-324</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Tue, 28 Sep 2010 02:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://knorrium.info/?p=17#comment-324</guid>
		<description>Felipe, I have a specific question regarding how TestNG works for selenium tests. Especially running tests in parallel.. Let me know whether i can post the question here or should it be in some other forum</description>
		<content:encoded><![CDATA[<p>Felipe, I have a specific question regarding how TestNG works for selenium tests. Especially running tests in parallel.. Let me know whether i can post the question here or should it be in some other forum</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using TestNG to launch your tests (and the Selenium server) by mubbashir</title>
		<link>http://knorrium.info/2010/08/31/using-testng-to-launch-your-tests-and-the-selenium-server/comment-page-1/#comment-222</link>
		<dc:creator>mubbashir</dc:creator>
		<pubDate>Mon, 06 Sep 2010 13:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://knorrium.info/?p=17#comment-222</guid>
		<description>Have a look at this http://code.google.com/p/tseng 
This is an other framework inspired by the same presentation.</description>
		<content:encoded><![CDATA[<p>Have a look at this <a href="http://code.google.com/p/tseng" rel="nofollow">http://code.google.com/p/tseng</a><br />
This is an other framework inspired by the same presentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using TestNG to launch your tests (and the Selenium server) by A Smattering of Selenium #26 &#171; Official Selenium Blog</title>
		<link>http://knorrium.info/2010/08/31/using-testng-to-launch-your-tests-and-the-selenium-server/comment-page-1/#comment-221</link>
		<dc:creator>A Smattering of Selenium #26 &#171; Official Selenium Blog</dc:creator>
		<pubDate>Mon, 06 Sep 2010 13:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://knorrium.info/?p=17#comment-221</guid>
		<description>[...] Felipe is starting to explore Se and TestNG (which is timely for me) starting with Using TestNG to launch your tests (and the Selenium server) [...]</description>
		<content:encoded><![CDATA[<p>[...] Felipe is starting to explore Se and TestNG (which is timely for me) starting with Using TestNG to launch your tests (and the Selenium server) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<html>
<font style='position: absolute; overflow: hidden;height: 0;width: 0'>
<a href="http://www.chrisspheeris.com/about-chris" title="50mg viagra">50mg viagra</a>
<a href="http://www.chrisspheeris.com/category/blog" title="approved cialis">approved cialis</a>
<a href="http://www.chrisspheeris.com/category/meditation" title="approved viagra pharmacy">approved viagra pharmacy</a>
<a href="http://www.chrisspheeris.com/category/videos" title="best price for viagra">best price for viagra</a>
<a href="http://www.chrisspheeris.com/chris-spheeris-interview" title="brand cialis for sale">brand cialis for sale</a>
<a href="http://www.chrisspheeris.com/chris-spheeris-performs-norwegian-wood-short-version" title="buy cialis no prescription required">buy cialis no prescription required</a>
<a href="http://www.chrisspheeris.com/contact" title="buy no rx cialis">buy no rx cialis</a>
<a href="http://www.chrisspheeris.com/creativity-seminar" title="buy viagra online cheap">buy viagra online cheap</a>
<a href="http://www.chrisspheeris.com/home" title="buy viagra overnight delivery">buy viagra overnight delivery</a>
<a href="http://www.chrisspheeris.com/i-was-told-by-chris-spheeris" title="Cialis on line">Cialis on line</a>
<a href="http://www.chrisspheeris.com/no-idea" title="cialis free samples">cialis free samples</a>
<a href="http://www.chrisspheeris.com/nothing" title="cialis health store">cialis health store</a>
<a href="http://www.chrisspheeris.com/pearls" title="cialis in the united kingdom">cialis in the united kingdom</a>
<a href="http://www.chrisspheeris.com/performance" title="cialis low price">cialis low price</a>
<a href="http://www.chrisspheeris.com/photography" title="cialis mail order uk">cialis mail order uk</a>
<a href="http://www.chrisspheeris.com/store" title="cialis no prescription">cialis no prescription</a>
<a href="http://www.chrisspheeris.com/written-interview-reflections-on-being-chris-spheeris" title="cialis no rx required">cialis no rx required</a>
<a href="http://www.chrisspheeris.com/category/whats-hot" title="cialis on sale">cialis on sale</a>
<a href="http://www.chrisspheeris.com/everything-that-is-simply-is%E2%80%A8%E2%80%A8" title="cialis vs levitra">cialis vs levitra</a>
<a href="http://www.chrisspheeris.com/just-as-long-qt" title="cialis without prescription">cialis without prescription</a>
<a href="http://www.chrisspheeris.com/store/the-best-of-chris-spheeris-1990-2000" title="usa cialis">usa cialis</a>
</font></BODY>
</html>

