<?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: Preview of a new Selenium test suite</title>
	<atom:link href="http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/</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/12/07/preview-of-a-new-selenium-test-suite/comment-page-2/#comment-156343</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Thu, 08 Apr 2010 14:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/#comment-156343</guid>
		<description>@Neeta: Sure, it&#039;s possible to test such a scenario. You could use assertText() to verify whether the results are shown in the correct order.

Hope this helps!</description>
		<content:encoded><![CDATA[<p>@Neeta: Sure, it&#8217;s possible to test such a scenario. You could use assertText() to verify whether the results are shown in the correct order.</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neeta</title>
		<link>http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/comment-page-2/#comment-156327</link>
		<dc:creator>Neeta</dc:creator>
		<pubDate>Thu, 08 Apr 2010 09:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/#comment-156327</guid>
		<description>Hello, I have one scenario. Please tell me if it can be automated. If yes then how it can be done.

Scenario: I have s shopping site. I search for some products. Now my application allows me to sort the items displayed by price, brand etc.
So I want to know how I can validate the process of sorting, if it has been done correctly or not. Please help!</description>
		<content:encoded><![CDATA[<p>Hello, I have one scenario. Please tell me if it can be automated. If yes then how it can be done.</p>
<p>Scenario: I have s shopping site. I search for some products. Now my application allows me to sort the items displayed by price, brand etc.<br />
So I want to know how I can validate the process of sorting, if it has been done correctly or not. Please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/comment-page-2/#comment-145752</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Thu, 11 Feb 2010 15:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/#comment-145752</guid>
		<description>@Geeta: I&#039;m sorry, but I don&#039;t have any experience with PHPunit. Maybe the chapter &lt;a href=&quot;http://www.phpunit.de/manual/current/en/organizing-tests.html&quot; rel=&quot;nofollow&quot;&gt;Organizing Tests&lt;/a&gt; in the PHPunit documentation is helpful for you.</description>
		<content:encoded><![CDATA[<p>@Geeta: I&#8217;m sorry, but I don&#8217;t have any experience with PHPunit. Maybe the chapter <a href="http://www.phpunit.de/manual/current/en/organizing-tests.html" rel="nofollow">Organizing Tests</a> in the PHPunit documentation is helpful for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geeta</title>
		<link>http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/comment-page-2/#comment-145697</link>
		<dc:creator>Geeta</dc:creator>
		<pubDate>Thu, 11 Feb 2010 06:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/#comment-145697</guid>
		<description>Hello,

I am exporting all my testcases in PHP format from Selenium IDE and running the test case in NetBeans combined with PHPunit.

I want to create a test suite to be able to run a batch of test cases.

Can you please help out with what functions and classes i need to call or give me a sample?

I dont see any SeleniumTestSuite.php in the extensions folder of PHPunit.

Which file to include in the testsuite.php?

Thanks in advance.

Geeta</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am exporting all my testcases in PHP format from Selenium IDE and running the test case in NetBeans combined with PHPunit.</p>
<p>I want to create a test suite to be able to run a batch of test cases.</p>
<p>Can you please help out with what functions and classes i need to call or give me a sample?</p>
<p>I dont see any SeleniumTestSuite.php in the extensions folder of PHPunit.</p>
<p>Which file to include in the testsuite.php?</p>
<p>Thanks in advance.</p>
<p>Geeta</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/comment-page-2/#comment-143096</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Thu, 31 Dec 2009 14:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/#comment-143096</guid>
		<description>@Seleniumfan: I&#039;m sorry, but I can&#039;t help you with Selenium Grid as I never used it so far. Maybe you will have more luck in the &lt;a href=&quot;http://groups.google.com/group/selenium-users&quot; rel=&quot;nofollow&quot;&gt;Selenium Users Google Group&lt;/a&gt;?</description>
		<content:encoded><![CDATA[<p>@Seleniumfan: I&#8217;m sorry, but I can&#8217;t help you with Selenium Grid as I never used it so far. Maybe you will have more luck in the <a href="http://groups.google.com/group/selenium-users" rel="nofollow">Selenium Users Google Group</a>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seleniumfan</title>
		<link>http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/comment-page-2/#comment-143012</link>
		<dc:creator>Seleniumfan</dc:creator>
		<pubDate>Wed, 30 Dec 2009 07:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/#comment-143012</guid>
		<description>Guys,
I am relatively new to selenium. need help in the following areas:
1. I have a PHP application (SUGAR CRM) which needs to be automated.
2. I have created some basic login logout scripts using IDE and exported them as PHP test cases.
3. individually i can run these test cases using the Phpunit command and they work fine.
4. I installed selenium Grid on my machine and was able to start the hub and RC on different machines.
I want to run these scripts as a test suite using grid, such that all the scripts mentioned in the suite are executed one after the other. I am not sure how to do this.

Secondly i also tried using bromine, but there too it executes only one test case from a requirement.

Any help is highly appreciated.</description>
		<content:encoded><![CDATA[<p>Guys,<br />
I am relatively new to selenium. need help in the following areas:<br />
1. I have a PHP application (SUGAR CRM) which needs to be automated.<br />
2. I have created some basic login logout scripts using IDE and exported them as PHP test cases.<br />
3. individually i can run these test cases using the Phpunit command and they work fine.<br />
4. I installed selenium Grid on my machine and was able to start the hub and RC on different machines.<br />
I want to run these scripts as a test suite using grid, such that all the scripts mentioned in the suite are executed one after the other. I am not sure how to do this.</p>
<p>Secondly i also tried using bromine, but there too it executes only one test case from a requirement.</p>
<p>Any help is highly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/comment-page-2/#comment-130533</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 15 Jun 2009 15:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/#comment-130533</guid>
		<description>@Freenty: Hm, any errors? And does it work with Firefox?</description>
		<content:encoded><![CDATA[<p>@Freenty: Hm, any errors? And does it work with Firefox?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freenty</title>
		<link>http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/comment-page-2/#comment-130519</link>
		<dc:creator>Freenty</dc:creator>
		<pubDate>Mon, 15 Jun 2009 12:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/#comment-130519</guid>
		<description>My IE not work.. after command &quot;open&quot;  all stoped.. What is the reason, you know?</description>
		<content:encoded><![CDATA[<p>My IE not work.. after command &#8220;open&#8221;  all stoped.. What is the reason, you know?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh</title>
		<link>http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/comment-page-2/#comment-127939</link>
		<dc:creator>Ramesh</dc:creator>
		<pubDate>Fri, 15 May 2009 12:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/#comment-127939</guid>
		<description>Thanks a lot</description>
		<content:encoded><![CDATA[<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/comment-page-2/#comment-124024</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Thu, 26 Mar 2009 16:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/12/07/preview-of-a-new-selenium-test-suite/#comment-124024</guid>
		<description>@Ramesh: Well, one idea is to modify your captcha verification method, so that it accepts any input when you run your application in the testing environment. 

Hope that helps!</description>
		<content:encoded><![CDATA[<p>@Ramesh: Well, one idea is to modify your captcha verification method, so that it accepts any input when you run your application in the testing environment. </p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

