<?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 on: How to test AJAX sites with FitNesse and Selenium RC</title>
	<atom:link href="http://gojko.net/2008/02/14/ajax-selenium-fitnesse/feed/" rel="self" type="application/rss+xml" />
	<link>http://gojko.net/2008/02/14/ajax-selenium-fitnesse/</link>
	<description>Building software that matters</description>
	<lastBuildDate>Thu, 18 Mar 2010 07:36:47 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: komandla</title>
		<link>http://gojko.net/2008/02/14/ajax-selenium-fitnesse/comment-page-1/#comment-37753</link>
		<dc:creator>komandla</dc:creator>
		<pubDate>Thu, 11 Dec 2008 16:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2008/02/14/ajax-selenium-fitnesse/#comment-37753</guid>
		<description>Hi All,

I am testing our application using Fit/Fitnesse+Selenium tool, as per our requirement i want to export the execution results to HTML to maintain repository, can any one help me for exporting the result, my email id: ksksnath.reddy@yahoo.co.in
appreciate your help :-)</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>I am testing our application using Fit/Fitnesse+Selenium tool, as per our requirement i want to export the execution results to HTML to maintain repository, can any one help me for exporting the result, my email id: <a href="mailto:ksksnath.reddy@yahoo.co.in">ksksnath.reddy@yahoo.co.in</a><br />
appreciate your help <img src='http://gojko.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gojko</title>
		<link>http://gojko.net/2008/02/14/ajax-selenium-fitnesse/comment-page-1/#comment-37737</link>
		<dc:creator>gojko</dc:creator>
		<pubDate>Thu, 11 Dec 2008 05:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2008/02/14/ajax-selenium-fitnesse/#comment-37737</guid>
		<description>Hi Andrew,

*andClick methods from selenium are not directly exposed through seleniumRC. I implemented clickAndWait but for the rest you&#039;ll just have to call waitForPageToLoad manually if you use PlainSeleniumTest.</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>*andClick methods from selenium are not directly exposed through seleniumRC. I implemented clickAndWait but for the rest you&#8217;ll just have to call waitForPageToLoad manually if you use PlainSeleniumTest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Havens</title>
		<link>http://gojko.net/2008/02/14/ajax-selenium-fitnesse/comment-page-1/#comment-37680</link>
		<dc:creator>Andrew Havens</dc:creator>
		<pubDate>Tue, 09 Dec 2008 20:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2008/02/14/ajax-selenium-fitnesse/#comment-37680</guid>
		<description>Hi,

I’m using the PlainSeleniumTest web fixture. Occasionally, when I call waitForTextPresent I get an exception like this: &quot;com.thoughtworks.selenium.SeleniumException: ERROR: Couldn’t access document.body. Is this HTML page fully loaded?&quot; How do I get Selenium to wait for my page to fully load? I thought that was the whole point of using the wait methods. I can add a pause statement before waiting for the text to be present, but that&#039;s just ugly.

Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I’m using the PlainSeleniumTest web fixture. Occasionally, when I call waitForTextPresent I get an exception like this: &#8220;com.thoughtworks.selenium.SeleniumException: ERROR: Couldn’t access document.body. Is this HTML page fully loaded?&#8221; How do I get Selenium to wait for my page to fully load? I thought that was the whole point of using the wait methods. I can add a pause statement before waiting for the text to be present, but that&#8217;s just ugly.</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charu</title>
		<link>http://gojko.net/2008/02/14/ajax-selenium-fitnesse/comment-page-1/#comment-37023</link>
		<dc:creator>charu</dc:creator>
		<pubDate>Thu, 20 Nov 2008 17:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2008/02/14/ajax-selenium-fitnesse/#comment-37023</guid>
		<description>Hi,

Without integrating selenium with Fitnesse, can&#039;t we directly verify any application by writing fixture code in java? 

I am not able to invoke commandline TestRunner using the command given in Fitnesse website. Will TestRunner be opened as a webpage to show the results?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Without integrating selenium with Fitnesse, can&#8217;t we directly verify any application by writing fixture code in java? </p>
<p>I am not able to invoke commandline TestRunner using the command given in Fitnesse website. Will TestRunner be opened as a webpage to show the results?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diya</title>
		<link>http://gojko.net/2008/02/14/ajax-selenium-fitnesse/comment-page-1/#comment-37004</link>
		<dc:creator>Diya</dc:creator>
		<pubDate>Thu, 20 Nov 2008 05:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://gojko.net/2008/02/14/ajax-selenium-fitnesse/#comment-37004</guid>
		<description>Hi,

Now iam working on Fitnesse and selenium to automate our application. But i have a doubt that why Fitnesse and why selenium?. I tried to get answers by surfing in the net and iam not convinced with those details. Can you answer me in this regard?. Kindly mention if there are any related articles in net. Thank you.


Diya</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Now iam working on Fitnesse and selenium to automate our application. But i have a doubt that why Fitnesse and why selenium?. I tried to get answers by surfing in the net and iam not convinced with those details. Can you answer me in this regard?. Kindly mention if there are any related articles in net. Thank you.</p>
<p>Diya</p>
]]></content:encoded>
	</item>
</channel>
</rss>
