<?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: Acceptance Tests With JBehave, Selenium &#038; Page Objects</title>
	<atom:link href="http://blog.m.artins.net/acceptance-tests-with-jbehave-selenium-page-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.m.artins.net/acceptance-tests-with-jbehave-selenium-page-objects/</link>
	<description>On software &#38; technology</description>
	<pubDate>Fri, 12 Mar 2010 18:17:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Israel Santiago</title>
		<link>http://blog.m.artins.net/acceptance-tests-with-jbehave-selenium-page-objects/#comment-8910</link>
		<dc:creator>Israel Santiago</dc:creator>
		<pubDate>Mon, 25 Jan 2010 11:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.m.artins.net/?p=117#comment-8910</guid>
		<description>Excellent article! Please could you provide the code of 
classes page object? or indicate a project where you can check 
examples of use of this standard? 

Thanks, 
Israel Santiago</description>
		<content:encoded><![CDATA[<p>Excellent article! Please could you provide the code of<br />
classes page object? or indicate a project where you can check<br />
examples of use of this standard? </p>
<p>Thanks,<br />
Israel Santiago</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yauheni Sivukha</title>
		<link>http://blog.m.artins.net/acceptance-tests-with-jbehave-selenium-page-objects/#comment-8034</link>
		<dc:creator>Yauheni Sivukha</dc:creator>
		<pubDate>Thu, 17 Dec 2009 09:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.m.artins.net/?p=117#comment-8034</guid>
		<description>Great article, thanks.

In my tests i prefer to write BDD tests on pure nunit to gain benefits of compile time checking. Tests looks like:

[Test]  
       public void LoginWrongWithWrongPassword()  
       {  
           Start  
               .GoToLoginPage()  
               .EnterCredentials("admin", "incorrectPwd")  
               .LoginShouldFail()  
               .AssertMessage("Username and password do not match.");  
       }  
More details here:
http://slmoloch.blogspot.com/2009/12/design-of-selenium-tests-for-aspnet_09.html</description>
		<content:encoded><![CDATA[<p>Great article, thanks.</p>
<p>In my tests i prefer to write BDD tests on pure nunit to gain benefits of compile time checking. Tests looks like:</p>
<p>[Test]<br />
       public void LoginWrongWithWrongPassword()<br />
       {<br />
           Start<br />
               .GoToLoginPage()<br />
               .EnterCredentials(&#8221;admin&#8221;, &#8220;incorrectPwd&#8221;)<br />
               .LoginShouldFail()<br />
               .AssertMessage(&#8221;Username and password do not match.&#8221;);<br />
       }<br />
More details here:<br />
<a href="http://slmoloch.blogspot.com/2009/12/design-of-selenium-tests-for-aspnet_09.html" rel="nofollow">http://slmoloch.blogspot.com/2009/12/design-of-selenium-tests-for-aspnet_09.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Brizard</title>
		<link>http://blog.m.artins.net/acceptance-tests-with-jbehave-selenium-page-objects/#comment-6122</link>
		<dc:creator>Tim Brizard</dc:creator>
		<pubDate>Sun, 25 Oct 2009 16:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.m.artins.net/?p=117#comment-6122</guid>
		<description>Excellent article!  I am in the process of re-writing my team's BDD test framework (JBehave + Selenium) and we were thinking about using a page objects concept.  It is validating to see that other people also used this concept!!

Thank you.</description>
		<content:encoded><![CDATA[<p>Excellent article!  I am in the process of re-writing my team&#8217;s BDD test framework (JBehave + Selenium) and we were thinking about using a page objects concept.  It is validating to see that other people also used this concept!!</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis Lutz</title>
		<link>http://blog.m.artins.net/acceptance-tests-with-jbehave-selenium-page-objects/#comment-372</link>
		<dc:creator>Denis Lutz</dc:creator>
		<pubDate>Sun, 16 Nov 2008 23:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.m.artins.net/?p=117#comment-372</guid>
		<description>Fantastic! Many thanks, I love this topic. Specially page objects are very important.</description>
		<content:encoded><![CDATA[<p>Fantastic! Many thanks, I love this topic. Specially page objects are very important.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guilherme Chapiewski</title>
		<link>http://blog.m.artins.net/acceptance-tests-with-jbehave-selenium-page-objects/#comment-348</link>
		<dc:creator>Guilherme Chapiewski</dc:creator>
		<pubDate>Sat, 15 Nov 2008 14:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.m.artins.net/?p=117#comment-348</guid>
		<description>Awesome :D</description>
		<content:encoded><![CDATA[<p>Awesome <img src='http://blog.m.artins.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
