<?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: Selenium RC In C# as a Console App: Another End-To-End Example</title>
	<atom:link href="http://thetestingblog.com/2010/02/02/selenium-rc-in-console-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://thetestingblog.com/2010/02/02/selenium-rc-in-console-app/</link>
	<description>Why, testing, of course!</description>
	<lastBuildDate>Tue, 14 Feb 2012 12:06:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Yeshwant</title>
		<link>http://thetestingblog.com/2010/02/02/selenium-rc-in-console-app/#comment-546</link>
		<dc:creator><![CDATA[Yeshwant]]></dc:creator>
		<pubDate>Wed, 02 Mar 2011 10:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://thetestingblog.com/?p=364#comment-546</guid>
		<description><![CDATA[Hi Marisa,
Sorry for replying in so late. I figured out a way to achieve what I was trying to get. I wrote [TestFixtureSetup] in Initialise.cs class and instantiated it in other classes and this solved my problem. I have a decent framework in place now.
Thank you,Yeshwant]]></description>
		<content:encoded><![CDATA[<p>Hi Marisa,<br />
Sorry for replying in so late. I figured out a way to achieve what I was trying to get. I wrote [TestFixtureSetup] in Initialise.cs class and instantiated it in other classes and this solved my problem. I have a decent framework in place now.<br />
Thank you,Yeshwant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marisa Seal</title>
		<link>http://thetestingblog.com/2010/02/02/selenium-rc-in-console-app/#comment-527</link>
		<dc:creator><![CDATA[Marisa Seal]]></dc:creator>
		<pubDate>Tue, 11 Jan 2011 19:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://thetestingblog.com/?p=364#comment-527</guid>
		<description><![CDATA[Hi Yeshwant - I&#039;m so sorry I just now saw your comment. Regarding SetUp instantiating a new Selenium driver/browser window - what I do is call Selenium&#039;s stop() method in TearDown. I write my Selenium tests in fitnesse, but I&#039;m sure nunit has got to have a notion of TearDown. I hope that helps.]]></description>
		<content:encoded><![CDATA[<p>Hi Yeshwant &#8211; I&#8217;m so sorry I just now saw your comment. Regarding SetUp instantiating a new Selenium driver/browser window &#8211; what I do is call Selenium&#8217;s stop() method in TearDown. I write my Selenium tests in fitnesse, but I&#8217;m sure nunit has got to have a notion of TearDown. I hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marielita</title>
		<link>http://thetestingblog.com/2010/02/02/selenium-rc-in-console-app/#comment-526</link>
		<dc:creator><![CDATA[Marielita]]></dc:creator>
		<pubDate>Tue, 11 Jan 2011 19:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://thetestingblog.com/?p=364#comment-526</guid>
		<description><![CDATA[Thank you that was sooo helpful.]]></description>
		<content:encoded><![CDATA[<p>Thank you that was sooo helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yeshwant</title>
		<link>http://thetestingblog.com/2010/02/02/selenium-rc-in-console-app/#comment-518</link>
		<dc:creator><![CDATA[Yeshwant]]></dc:creator>
		<pubDate>Thu, 16 Dec 2010 09:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://thetestingblog.com/?p=364#comment-518</guid>
		<description><![CDATA[I have another query here, I am trying to develop tests as Windows Application and have modularised my approach. I have Main.CS, CommonFunction.CS, Feature.CS. I am trying to execute from Main.CS, control goes to Feature.CS and then CommonFunctions.CS to invoke browser. But when the control comes back to Feature.CS, I am getting Object Reference not Set exception. 
Upon debugging I have found out that SetUp section must be present in all the class files, but the drawback is that having Setup section in each Class file, invokes new browser every time. Is there a way to over ride this and continue with only 1 browser being invoked.
Hope my explaination makes any sense.
Note: I am not using NUnit to execute my scripts, but using the C# Express Edition to execute.
Thank you in advance for your help.]]></description>
		<content:encoded><![CDATA[<p>I have another query here, I am trying to develop tests as Windows Application and have modularised my approach. I have Main.CS, CommonFunction.CS, Feature.CS. I am trying to execute from Main.CS, control goes to Feature.CS and then CommonFunctions.CS to invoke browser. But when the control comes back to Feature.CS, I am getting Object Reference not Set exception.<br />
Upon debugging I have found out that SetUp section must be present in all the class files, but the drawback is that having Setup section in each Class file, invokes new browser every time. Is there a way to over ride this and continue with only 1 browser being invoked.<br />
Hope my explaination makes any sense.<br />
Note: I am not using NUnit to execute my scripts, but using the C# Express Edition to execute.<br />
Thank you in advance for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene</title>
		<link>http://thetestingblog.com/2010/02/02/selenium-rc-in-console-app/#comment-495</link>
		<dc:creator><![CDATA[Gene]]></dc:creator>
		<pubDate>Mon, 29 Nov 2010 15:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://thetestingblog.com/?p=364#comment-495</guid>
		<description><![CDATA[Thanks a ton.]]></description>
		<content:encoded><![CDATA[<p>Thanks a ton.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Selenium</title>
		<link>http://thetestingblog.com/2010/02/02/selenium-rc-in-console-app/#comment-492</link>
		<dc:creator><![CDATA[Selenium]]></dc:creator>
		<pubDate>Fri, 05 Nov 2010 14:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://thetestingblog.com/?p=364#comment-492</guid>
		<description><![CDATA[I was able to run this in VS2010, except in a coded UI Test instead of console app!]]></description>
		<content:encoded><![CDATA[<p>I was able to run this in VS2010, except in a coded UI Test instead of console app!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Selenium RC for dot net &#171; Vinoygeorge&#039;s Blog</title>
		<link>http://thetestingblog.com/2010/02/02/selenium-rc-in-console-app/#comment-490</link>
		<dc:creator><![CDATA[Selenium RC for dot net &#171; Vinoygeorge&#039;s Blog]]></dc:creator>
		<pubDate>Fri, 22 Oct 2010 12:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://thetestingblog.com/?p=364#comment-490</guid>
		<description><![CDATA[[...] Selenium RC In C# as a Console App: Another End-To-End Example [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Selenium RC In C# as a Console App: Another End-To-End Example [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sripada</title>
		<link>http://thetestingblog.com/2010/02/02/selenium-rc-in-console-app/#comment-488</link>
		<dc:creator><![CDATA[Sripada]]></dc:creator>
		<pubDate>Wed, 20 Oct 2010 11:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://thetestingblog.com/?p=364#comment-488</guid>
		<description><![CDATA[I need to validate the fileds with number of values. until that page should not go further. any thought on it?]]></description>
		<content:encoded><![CDATA[<p>I need to validate the fileds with number of values. until that page should not go further. any thought on it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit ganorkar</title>
		<link>http://thetestingblog.com/2010/02/02/selenium-rc-in-console-app/#comment-467</link>
		<dc:creator><![CDATA[amit ganorkar]]></dc:creator>
		<pubDate>Thu, 09 Sep 2010 10:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://thetestingblog.com/?p=364#comment-467</guid>
		<description><![CDATA[hey its really help me ....thanks...m done with console application but still not with nunit...it give me some error regarding assembly.....]]></description>
		<content:encoded><![CDATA[<p>hey its really help me &#8230;.thanks&#8230;m done with console application but still not with nunit&#8230;it give me some error regarding assembly&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leks</title>
		<link>http://thetestingblog.com/2010/02/02/selenium-rc-in-console-app/#comment-446</link>
		<dc:creator><![CDATA[Leks]]></dc:creator>
		<pubDate>Tue, 20 Jul 2010 12:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://thetestingblog.com/?p=364#comment-446</guid>
		<description><![CDATA[This article is awesome. Good job.]]></description>
		<content:encoded><![CDATA[<p>This article is awesome. Good job.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

