<?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: Formats for the Selenium IDE</title>
	<atom:link href="http://cakebaker.42dh.com/2007/03/11/formats-for-the-selenium-ide/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2007/03/11/formats-for-the-selenium-ide/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Sat, 13 Mar 2010 15:19:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2007/03/11/formats-for-the-selenium-ide/comment-page-1/#comment-6934</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Tue, 12 Jun 2007 16:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/03/11/formats-for-the-selenium-ide/#comment-6934</guid>
		<description>@Wiktor: Good to hear you figured it out :)</description>
		<content:encoded><![CDATA[<p>@Wiktor: Good to hear you figured it out :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wiktor</title>
		<link>http://cakebaker.42dh.com/2007/03/11/formats-for-the-selenium-ide/comment-page-1/#comment-6926</link>
		<dc:creator>Wiktor</dc:creator>
		<pubDate>Mon, 11 Jun 2007 19:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/03/11/formats-for-the-selenium-ide/#comment-6926</guid>
		<description>or rather: 
...
class Asdfasdf extends SeleniumTestCase {
	var $title = &#039;&#039;;

	function execute() {
		$this-&gt;open(&#039;/&#039;);</description>
		<content:encoded><![CDATA[<p>or rather:<br />
&#8230;<br />
class Asdfasdf extends SeleniumTestCase {<br />
	var $title = &#8221;;</p>
<p>	function execute() {<br />
		$this-&gt;open(&#8216;/&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wiktor</title>
		<link>http://cakebaker.42dh.com/2007/03/11/formats-for-the-selenium-ide/comment-page-1/#comment-6925</link>
		<dc:creator>Wiktor</dc:creator>
		<pubDate>Mon, 11 Jun 2007 19:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/03/11/formats-for-the-selenium-ide/#comment-6925</guid>
		<description>OK, I got it. In fact I only copied the test code to clipboard (Ctrl+C). To have the class declaration the Selenium IDE needs to know some name for it. So, when I export the test to disk under the &quot;asdfasdf&quot; name, the test looks as follows:

open(&#039;/&#039;);
	
?&gt;

;)</description>
		<content:encoded><![CDATA[<p>OK, I got it. In fact I only copied the test code to clipboard (Ctrl+C). To have the class declaration the Selenium IDE needs to know some name for it. So, when I export the test to disk under the &#8220;asdfasdf&#8221; name, the test looks as follows:</p>
<p>open(&#8216;/&#8217;);</p>
<p>?&gt;</p>
<p>;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wiktor</title>
		<link>http://cakebaker.42dh.com/2007/03/11/formats-for-the-selenium-ide/comment-page-1/#comment-6924</link>
		<dc:creator>Wiktor</dc:creator>
		<pubDate>Mon, 11 Jun 2007 19:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/03/11/formats-for-the-selenium-ide/#comment-6924</guid>
		<description>I save the Selenium IDE test to disk, open it and have one line (just an example): 
$this-&gt;open(&#039;/&#039;);
and from your post I understood that ther should be also the class declaration.</description>
		<content:encoded><![CDATA[<p>I save the Selenium IDE test to disk, open it and have one line (just an example):<br />
$this-&gt;open(&#8216;/&#8217;);<br />
and from your post I understood that ther should be also the class declaration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2007/03/11/formats-for-the-selenium-ide/comment-page-1/#comment-6922</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 11 Jun 2007 16:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/03/11/formats-for-the-selenium-ide/#comment-6922</guid>
		<description>@Wiktor: Hm, I don&#039;t understand what you mean...</description>
		<content:encoded><![CDATA[<p>@Wiktor: Hm, I don&#8217;t understand what you mean&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wiktor</title>
		<link>http://cakebaker.42dh.com/2007/03/11/formats-for-the-selenium-ide/comment-page-1/#comment-6907</link>
		<dc:creator>Wiktor</dc:creator>
		<pubDate>Sun, 10 Jun 2007 18:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/03/11/formats-for-the-selenium-ide/#comment-6907</guid>
		<description>Hmm, I see that the test case is different (for example, there are $this-&gt; references), but I don&#039;t have the &quot;class MyTest extends SeleniumTestCase&quot; part in my exported test case.</description>
		<content:encoded><![CDATA[<p>Hmm, I see that the test case is different (for example, there are $this-&gt; references), but I don&#8217;t have the &#8220;class MyTest extends SeleniumTestCase&#8221; part in my exported test case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2007/03/11/formats-for-the-selenium-ide/comment-page-1/#comment-5473</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 12 Mar 2007 06:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/03/11/formats-for-the-selenium-ide/#comment-5473</guid>
		<description>@Mandy: Well, wishcows format creates something like
&lt;pre&gt;
&lt;?php
$selenium-&gt;open(&#039;http://www.example.com&#039;);
?&gt;
&lt;/pre&gt;
whereas my format creates the following code:
&lt;pre&gt;
&lt;?php
class MyTest extends SeleniumTestCase {
    var $title = &#039;&#039;;

    function execute() {
        $this-&gt;open(&#039;http://www.example.com&#039;);
    }
}
?&gt;
&lt;/pre&gt;

Also have a look at &lt;a href=&quot;http://cakebaker.42dh.com/tags/selenium&quot; rel=&quot;nofollow&quot;&gt;http://cakebaker.42dh.com/tags/selenium&lt;/a&gt;, where you find some Selenium related articles.

HTH</description>
		<content:encoded><![CDATA[<p>@Mandy: Well, wishcows format creates something like</p>
<pre>
&lt;?php
$selenium-&gt;open('http://www.example.com');
?&gt;
</pre>
<p>whereas my format creates the following code:</p>
<pre>
&lt;?php
class MyTest extends SeleniumTestCase {
    var $title = '';

    function execute() {
        $this-&gt;open('http://www.example.com');
    }
}
?&gt;
</pre>
<p>Also have a look at <a href="http://cakebaker.42dh.com/tags/selenium" rel="nofollow">http://cakebaker.42dh.com/tags/selenium</a>, where you find some Selenium related articles.</p>
<p>HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mandy</title>
		<link>http://cakebaker.42dh.com/2007/03/11/formats-for-the-selenium-ide/comment-page-1/#comment-5449</link>
		<dc:creator>Mandy</dc:creator>
		<pubDate>Sun, 11 Mar 2007 18:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/03/11/formats-for-the-selenium-ide/#comment-5449</guid>
		<description>Can you please explain how your format is different from wishcows format? I want to use Selenium and find the IDE super easy to use, but don&#039;t know where to start on integrating it with cake? Can you shed some light on it form a beginner point of view?</description>
		<content:encoded><![CDATA[<p>Can you please explain how your format is different from wishcows format? I want to use Selenium and find the IDE super easy to use, but don&#8217;t know where to start on integrating it with cake? Can you shed some light on it form a beginner point of view?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
