<?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 use Selenium with SimpleTest</title>
	<atom:link href="http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:12:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/comment-page-1/#comment-46165</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Thu, 20 Dec 2007 16:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/#comment-46165</guid>
		<description>@baka123: Well, if you use CakePHP you could use something like:
&lt;pre&gt;
$db = ConnectionManager::getDataSource(&#039;test-db&#039;);
$users = $db-&gt;execute(&#039;SELECT * FROM users&#039;);
&lt;/pre&gt;
And then loop through the result set and perform the tests for the respective user.

HTH</description>
		<content:encoded><![CDATA[<p>@baka123: Well, if you use CakePHP you could use something like:</p>
<pre>
$db = ConnectionManager::getDataSource('test-db');
$users = $db-&gt;execute('SELECT * FROM users');
</pre>
<p>And then loop through the result set and perform the tests for the respective user.</p>
<p>HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baka123</title>
		<link>http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/comment-page-1/#comment-45929</link>
		<dc:creator>baka123</dc:creator>
		<pubDate>Thu, 20 Dec 2007 02:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/#comment-45929</guid>
		<description>Hi selenium folks ..

i want to test an application&#039;s login module.

Scenario:The username and passwords have to be validated.Its like give the username and password ,the system should login-in to the application.Now again i have to log-in into the application with the next username and passwd...This has to continue until all the values in the database are checked ...Please do the need full help ..i was success full in loggin a single user ..is there any way of  connecting to a database and get values as inputs to selenium...</description>
		<content:encoded><![CDATA[<p>Hi selenium folks ..</p>
<p>i want to test an application&#8217;s login module.</p>
<p>Scenario:The username and passwords have to be validated.Its like give the username and password ,the system should login-in to the application.Now again i have to log-in into the application with the next username and passwd&#8230;This has to continue until all the values in the database are checked &#8230;Please do the need full help ..i was success full in loggin a single user ..is there any way of  connecting to a database and get values as inputs to selenium&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/comment-page-1/#comment-6174</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Thu, 05 Apr 2007 17:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/#comment-6174</guid>
		<description>@Chandrapal: Hm, I don&#039;t understand what you try to do. What do you mean with &quot;get the value of 233&quot;?</description>
		<content:encoded><![CDATA[<p>@Chandrapal: Hm, I don&#8217;t understand what you try to do. What do you mean with &#8220;get the value of 233&#8243;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandrapal singh</title>
		<link>http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/comment-page-1/#comment-6168</link>
		<dc:creator>Chandrapal singh</dc:creator>
		<pubDate>Thu, 05 Apr 2007 10:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/#comment-6168</guid>
		<description>Hi ;
 I am using selenium in my application to test web application.

If I need value of level then  I pass Id of level it gives the value of that lavel. same for textbox and same for dropdown.It works Great. But if I want to get the value of  233  
then I am getting the problem because in selenium there is no option to get value of DIV 
Please suggest some thing.
Thanks
CP</description>
		<content:encoded><![CDATA[<p>Hi ;<br />
 I am using selenium in my application to test web application.</p>
<p>If I need value of level then  I pass Id of level it gives the value of that lavel. same for textbox and same for dropdown.It works Great. But if I want to get the value of  233<br />
then I am getting the problem because in selenium there is no option to get value of DIV<br />
Please suggest some thing.<br />
Thanks<br />
CP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker &#187; Preview of a new Selenium test suite</title>
		<link>http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/comment-page-1/#comment-1754</link>
		<dc:creator>cakebaker &#187; Preview of a new Selenium test suite</dc:creator>
		<pubDate>Thu, 07 Dec 2006 17:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/#comment-1754</guid>
		<description>[...] Some time ago I wrote about using Selenium with SimpleTest. It is a nice solution, but after working with it I had to experience that it doesn&#8217;t fit to my working style. I often forgot to start the Selenium server before running the tests, and as it is rather slow, it is not the ideal tool for doing TDD ;-) [...]</description>
		<content:encoded><![CDATA[<p>[...] Some time ago I wrote about using Selenium with SimpleTest. It is a nice solution, but after working with it I had to experience that it doesn&#8217;t fit to my working style. I often forgot to start the Selenium server before running the tests, and as it is rather slow, it is not the ideal tool for doing TDD ;-) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/comment-page-1/#comment-1352</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Fri, 17 Nov 2006 08:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/#comment-1352</guid>
		<description>@turtletime: I tested it on my local machine, but it should also work on remote servers. And yes, it loads firefox on the machine where the tests run, or, more precisely, where the selenium server runs. On http://wiki.openqa.org/display/SRC/Selenium-RC+and+Continuous+Integration it is explained how to use it in a continous integration system.</description>
		<content:encoded><![CDATA[<p>@turtletime: I tested it on my local machine, but it should also work on remote servers. And yes, it loads firefox on the machine where the tests run, or, more precisely, where the selenium server runs. On <a href="http://wiki.openqa.org/display/SRC/Selenium-RC+and+Continuous+Integration" rel="nofollow">http://wiki.openqa.org/display/SRC/Selenium-RC+and+Continuous+Integration</a> it is explained how to use it in a continous integration system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: turtletime</title>
		<link>http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/comment-page-1/#comment-1346</link>
		<dc:creator>turtletime</dc:creator>
		<pubDate>Fri, 17 Nov 2006 01:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/#comment-1346</guid>
		<description>Cool!

Does this work on remote dev servers, or does it need to be local?

I just get confused when you say &quot;it loads firefox.&quot;  On the server?</description>
		<content:encoded><![CDATA[<p>Cool!</p>
<p>Does this work on remote dev servers, or does it need to be local?</p>
<p>I just get confused when you say &#8220;it loads firefox.&#8221;  On the server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/comment-page-1/#comment-1337</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Thu, 16 Nov 2006 17:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/#comment-1337</guid>
		<description>@Felix: The authors use the &quot;private&quot; and &quot;public&quot; keywords...</description>
		<content:encoded><![CDATA[<p>@Felix: The authors use the &#8220;private&#8221; and &#8220;public&#8221; keywords&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix Geisendörfer</title>
		<link>http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/comment-page-1/#comment-1326</link>
		<dc:creator>Felix Geisendörfer</dc:creator>
		<pubDate>Thu, 16 Nov 2006 12:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/11/16/how-to-use-selenium-with-simpletest/#comment-1326</guid>
		<description>Very nice! Now I&#039;m just wondering, why does the Selenium driver need php5, that&#039;s a bit of a bummer.</description>
		<content:encoded><![CDATA[<p>Very nice! Now I&#8217;m just wondering, why does the Selenium driver need php5, that&#8217;s a bit of a bummer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

