<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Selenium Testing? Do Cross Browser Testing with Sauce Labs &#187; sauce rc</title>
	<atom:link href="http://saucelabs.com/blog/index.php/tag/sauce-rc/feed/" rel="self" type="application/rss+xml" />
	<link>http://saucelabs.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 20:58:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Absolute Beginners Guide to Running Sauce RC with HTML Scripts</title>
		<link>http://saucelabs.com/blog/index.php/2010/09/absolute-beginners-guide-to-running-sauce-rc-with-html-scripts/</link>
		<comments>http://saucelabs.com/blog/index.php/2010/09/absolute-beginners-guide-to-running-sauce-rc-with-html-scripts/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 21:30:38 +0000</pubDate>
		<dc:creator>The Sauce Labs Team</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Sauce Offerings]]></category>
		<category><![CDATA[Selenium Knowledge]]></category>
		<category><![CDATA[Cross Browser Testing]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[sauce rc]]></category>

		<guid isPermaLink="false">http://saucelabs.com/blog/?p=1919</guid>
		<description><![CDATA[Guest blog post by Sauce user Adam Lemisch After learning you can’t easily use tests created in Selenium IDE (in HTML format) with Selenium RC to point tests at multiple browsers, I figured I had no choice but to rush out and learn a scripting language. But after some research, I came across Sauce Labs, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Guest blog post by Sauce user Adam Lemisch </strong></p>
<p>After learning you can’t easily use tests created in  Selenium IDE (in HTML format) with Selenium RC to point tests at multiple browsers, I figured I had no choice but to rush out and learn a scripting language. </p>
<p>But after some research, I came across <a href="http://saucelabs.com">Sauce Labs</a>, and realized it was THE perfect jump off point for me. I could use <a href="http://saucelabs.com/products/docs/sauce-ide">Sauce IDE</a> to generate the tests I needed, point <a href="http://saucelabs.com/products/docs/sauce-rc">Sauce RC</a> at the HTML files that contained the test steps, and run those tests against different browsers.</p>
<p>The following will guide you through the process of utilizing Sauce RC to run HTML tests created in Sauce IDE. If you haven’t already done so, please download and install Sauce IDE and Sauce RC at <a href="http://saucelabs.com/downloads">http://saucelabs.com/downloads</a>. </p>
<p>After you’ve played with/learned Sauce IDE and have a test you want Sauce RC to handle, you will have to save the “test case”  and “test suite” as HTML files in order for Sauce RC to work with them.</p>
<p>This is where the issues began…</p>
<p><strong>Saving the “Test Case” CORRECTLY:</strong></p>
<p>1.     From the Sauce IDE “File” menu, select “Save Test Case” or “Save Test Case As…”</p>
<p><a href="http://saucelabs.com/blog/index.php/2010/09/absolute-beginners-guide-to-running-sauce-rc-with-html-scripts/testcase/" rel="attachment wp-att-2007"><img src="http://saucelabs.com/blog/wp-content/uploads/2010/09/TestCase.jpg" alt="" title="TestCase" width="376" height="489" class="alignnone size-full wp-image-2007" /></a></p>
<p>2.     Navigate to the directory that you wish to save your test case in.<br />
        2a. Make sure that you manually add the “.html” extension to the file name.<br />
        2b. Make sure that you select the “HTML Files” option from the “Save as type:” box.</p>
<p><a href="http://saucelabs.com/blog/index.php/2010/09/absolute-beginners-guide-to-running-sauce-rc-with-html-scripts/testcaseii/" rel="attachment wp-att-2008"><img src="http://saucelabs.com/blog/wp-content/uploads/2010/09/TestCaseII.jpg" alt="" title="TestCaseII" width="509" height="391" class="alignnone size-full wp-image-2008" /></a></p>
<p>You’re done saving the “Test Case” portion of the files required. Next, we save the “Test Suite” files in pretty much the exact same way.</p>
<p><strong>Saving the “Test Suite” CORRECTLY:</strong></p>
<p>1.     From the Sauce IDE “File” menu select “Save Test Suite” or “Save Test Suite As…”</p>
<p><a href="http://saucelabs.com/blog/index.php/2010/09/absolute-beginners-guide-to-running-sauce-rc-with-html-scripts/testsuite/" rel="attachment wp-att-2009"><img src="http://saucelabs.com/blog/wp-content/uploads/2010/09/TestSuite.jpg" alt="" title="TestSuite" width="384" height="498" class="alignnone size-full wp-image-2009" /></a></p>
<p>2.     Navigate to the directory that you wish to save your test suite in.<br />
        2a. Make sure that you manually add the “.html” extension to the file name.<br />
        2b. Make sure that you select the “HTML Files” option from the “Save as type:” box.</p>
<p><a href="http://saucelabs.com/blog/index.php/2010/09/absolute-beginners-guide-to-running-sauce-rc-with-html-scripts/testsuiteii/" rel="attachment wp-att-2010"><img src="http://saucelabs.com/blog/wp-content/uploads/2010/09/TestSuiteII.jpg" alt="" title="TestSuiteII" width="528" height="404" class="alignnone size-full wp-image-2010" /></a></p>
<p>You’re done saving the “Test Case Suite” portion of the files required. </p>
<p>Next we move on to showing Sauce RC where to find the files to run from. (If you know a little about HTML, you can look at the two files you just saved in an HTML editor. You will see that the TestSuite.html file is linking to the TestCase.html file.)</p>
<p><strong>Showing Sauce RC where the files are CORRECTLY:</strong></p>
<p>1.     On the “HTML Suite” tab of Sauce RC we are going to fill in the required information.</p>
<p>1a. “Suite File” must be filled in with the exact path to the file we designated in the second step titled, “Saving the “Test Suite” CORRECTLY:”</p>
<p>1b. “Result File” must contain a path to a directory WITH a file name at the end of the path that includes the “.html” extension. If you simply input the path and FULL filename, Sauce RC will create the “Result File” for you at run time.</p>
<p>1c. “Start URL&#8221; must match what’s in your test case.</p>
<p>1d. “Browser” &#8211; well that’s just self explanatory…</p>
<p>The following screenshot is an example. </p>
<p><a href="http://saucelabs.com/blog/index.php/2010/09/absolute-beginners-guide-to-running-sauce-rc-with-html-scripts/rc/" rel="attachment wp-att-2011"><img src="http://saucelabs.com/blog/wp-content/uploads/2010/09/RC.jpg" alt="" title="RC" width="736" height="354" class="alignnone size-full wp-image-2011" /></a></p>
<p>So, there you have it! You should be able to hit run and watch as Sauce RC runs through your test script in the selected browser. Hopefully this helps, and if you run into any issues and get other answers, please share in the <a href="http://saucelabs.com/forums/">Sauce forums</a>. Chances are we&#8217;re all looking for an answer when we are just starting out!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fsaucelabs.com%2Fblog%2Findex.php%2F2010%2F09%2Fabsolute-beginners-guide-to-running-sauce-rc-with-html-scripts%2F&amp;title=Absolute%20Beginners%20Guide%20to%20Running%20Sauce%20RC%20with%20HTML%20Scripts" id="wpa2a_2"><img src="http://saucelabs.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://saucelabs.com/blog/index.php/2010/09/absolute-beginners-guide-to-running-sauce-rc-with-html-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Release of Sauce RC (Sauce Labs&#8217; enhanced / extended Selenium RC)</title>
		<link>http://saucelabs.com/blog/index.php/2010/05/new-release-of-sauce-rc-sauce-labs-enhanced-extended-selenium-rc/</link>
		<comments>http://saucelabs.com/blog/index.php/2010/05/new-release-of-sauce-rc-sauce-labs-enhanced-extended-selenium-rc/#comments</comments>
		<pubDate>Thu, 13 May 2010 21:40:32 +0000</pubDate>
		<dc:creator>The Sauce Labs Team</dc:creator>
				<category><![CDATA[Sauce Offerings]]></category>
		<category><![CDATA[sauce rc]]></category>
		<category><![CDATA[selenium rc]]></category>

		<guid isPermaLink="false">http://saucelabs.com/blog/?p=1020</guid>
		<description><![CDATA[We&#8217;re pleased to announce the release of a greatly improved version of Sauce RC that incorporates excellent user feedback and addresses the most significant bugs in the earlier version (Mac release is coming soon). Here is a partial list of changes: Experimental HTMLSuite support for local Selenium RC mode OnDemand mode loggging Log highlight More [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re pleased to announce the release of a greatly improved version of <a href="http://saucelabs.com/downloads">Sauce RC</a> that incorporates excellent user feedback and addresses the most significant bugs in the earlier version (Mac release is coming soon).</p>
<p>Here is a partial list of changes:</p>
<ul>
<li>Experimental HTMLSuite support for local Selenium RC mode</li>
<li>OnDemand mode loggging</li>
<li>Log highlight</li>
<li>More efficient log retrieving</li>
<li>Improved preferences validation</li>
<li>Upgrade to jquery 1.4.2 and jquery UI 1.8</li>
<li>More stable web server (<a href="http://www.cherrypy.org/">CherryPy</a> based)</li>
<li>Ensure clean uninstall</li>
<li>Many bug fixes.</li>
</ul>
<p>And here&#8217;s a video, recorded by our very own robots using Selenium and Sauce OnDemand:<br />
<script src="/flowplayer/example/flowplayer-3.1.4.min.js" type="text/javascript"></script></p>
<div style="display:block;width:600px;height:450px" id="player"></div>
<p>        <script> 
            flowplayer("player", "/flowplayer/flowplayer-3.1.5.swf", { 
                clip:  {
                    url:'/jobs/ef6d35aba343a9e34bcd8226f65fd09d/video.flv',
                    provider: 'streamer', 
                    autoPlay: false,
                    autoBuffering: true,
                },
                plugins: { 
                    streamer: { 
                        url: '/flowplayer/flowplayer.pseudostreaming-3.1.3.swf', 
                        //queryString: escape('?start=${start}') 
                    } 
                }  
            });
        </script> </p>
<p>Using our <strong>new public job feature</strong>*, we can share the video and you can even see the full <a title="Sauce RC Demo video" href="https://saucelabs.com/jobs/ef6d35aba343a9e34bcd8226f65fd09d">job results page</a> for the test that recorded the video. Feel free to tweet and share with anyone!</p>
<p>* Go to any of your jobs and above the video, you will find a &#8220;Make Public&#8221; link ;)</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fsaucelabs.com%2Fblog%2Findex.php%2F2010%2F05%2Fnew-release-of-sauce-rc-sauce-labs-enhanced-extended-selenium-rc%2F&amp;title=New%20Release%20of%20Sauce%20RC%20%28Sauce%20Labs%26%238217%3B%20enhanced%20%2F%20extended%20Selenium%20RC%29" id="wpa2a_4"><img src="http://saucelabs.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://saucelabs.com/blog/index.php/2010/05/new-release-of-sauce-rc-sauce-labs-enhanced-extended-selenium-rc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sauce RC 1.0 Released with Web UI for Selenium RC!</title>
		<link>http://saucelabs.com/blog/index.php/2010/02/sauce-rc-1-0-released/</link>
		<comments>http://saucelabs.com/blog/index.php/2010/02/sauce-rc-1-0-released/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 16:25:25 +0000</pubDate>
		<dc:creator>Santiago Suarez Ordoñez</dc:creator>
				<category><![CDATA[Sauce Offerings]]></category>
		<category><![CDATA[sauce rc]]></category>

		<guid isPermaLink="false">http://saucelabs.com/blog/?p=719</guid>
		<description><![CDATA[We&#8217;re pleased to announce we just released the new Sauce RC! Hoping you all find this useful, we created a web interface for anyone to configure Sauce RC from the browser, on the same machine or even remotely! Here&#8217;s a video of Sauce RC in action. We hope you download and enjoy it!]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re pleased to announce we just released the new <a href="http://saucelabs.com/products/downloads" target="_self">Sauce RC</a>!</p>
<p>Hoping you all find this useful, we created a web interface for anyone to configure Sauce RC from the browser, on the same machine or even remotely!</p>
<p>Here&#8217;s a video of Sauce RC in action.  We hope you <a title="Download Sauce RC" href="http://saucelabs.com/products/downloads" target="_self">download</a> and enjoy it!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/0sPbz16uv1c" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/0sPbz16uv1c"></embed></object></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fsaucelabs.com%2Fblog%2Findex.php%2F2010%2F02%2Fsauce-rc-1-0-released%2F&amp;title=Sauce%20RC%201.0%20Released%20with%20Web%20UI%20for%20Selenium%20RC%21" id="wpa2a_6"><img src="http://saucelabs.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://saucelabs.com/blog/index.php/2010/02/sauce-rc-1-0-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Zero day Firefox 3.6 support in Sauce RC, Selenium RC</title>
		<link>http://saucelabs.com/blog/index.php/2010/01/zero-day-firefox-3-6-support-in-sauce-rc-selenium-rc/</link>
		<comments>http://saucelabs.com/blog/index.php/2010/01/zero-day-firefox-3-6-support-in-sauce-rc-selenium-rc/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 01:23:49 +0000</pubDate>
		<dc:creator>The Sauce Labs Team</dc:creator>
				<category><![CDATA[Sauce Offerings]]></category>
		<category><![CDATA[Selenium Knowledge]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[sauce rc]]></category>
		<category><![CDATA[selenium rc]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://saucelabs.com/blog/?p=450</guid>
		<description><![CDATA[Today Sauce Labs released a new version of Sauce RC supporting Firefox 3.6, which was released by Mozilla this morning. Sauce Labs also sponsored work on Selenium RC to support Firefox 3.6. In under 12 hours, Sauce RC has added support for a brand new browser, allowing customers to keep their websites on the cutting [...]]]></description>
			<content:encoded><![CDATA[<p>Today Sauce Labs released a new version of <a href=http://saucelabs.com/products/downloads>Sauce RC</a> supporting Firefox 3.6, which was released by Mozilla this morning. Sauce Labs also sponsored work on Selenium RC to support Firefox 3.6. In under 12 hours, Sauce RC has added support for a brand new browser, allowing customers to keep their websites on the cutting edge of browser support.</p>
<p><a href=http://saucelabs.com/products/downloads>Sauce RC</a> is Sauce Labs&#8217; commercially supported version of Selenium RC that includes simplified install and administration. Sauce RC is backed by a dedicated team of engineers to ensure bugs are fixed promptly and new browsers are supported.</p>
<p>Congratulations and thanks to <a href="http://adam.goucher.ca/" target="_blank">Adam Goucher</a> for his effort in making this happen in record time.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fsaucelabs.com%2Fblog%2Findex.php%2F2010%2F01%2Fzero-day-firefox-3-6-support-in-sauce-rc-selenium-rc%2F&amp;title=Zero%20day%20Firefox%203.6%20support%20in%20Sauce%20RC%2C%20Selenium%20RC" id="wpa2a_8"><img src="http://saucelabs.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://saucelabs.com/blog/index.php/2010/01/zero-day-firefox-3-6-support-in-sauce-rc-selenium-rc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sauce RC Released for Mac.  Marks first-ever fully functional Selenium RC on Snow Leopard.</title>
		<link>http://saucelabs.com/blog/index.php/2009/12/sauce-rc-supports-selenium-rc-on-mac-osx-snow-leopard/</link>
		<comments>http://saucelabs.com/blog/index.php/2009/12/sauce-rc-supports-selenium-rc-on-mac-osx-snow-leopard/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 14:55:59 +0000</pubDate>
		<dc:creator>John Dunham</dc:creator>
				<category><![CDATA[Sauce Offerings]]></category>
		<category><![CDATA[sauce rc]]></category>
		<category><![CDATA[selenium rc]]></category>

		<guid isPermaLink="false">http://saucelabs.com/blog/?p=237</guid>
		<description><![CDATA[Today Sauce Labs released Sauce RC for Mac. You can download it here.  Sauce RC is Sauce Labs&#8217; certified, enhanced and commercially-supported version of Selenium RC. This is big news for several reasons: For the first time ever, Mac OS X Snow Leopard users can use Selenium RC, the underlying technology in Sauce RC, on [...]]]></description>
			<content:encoded><![CDATA[<p>Today Sauce Labs released Sauce RC for Mac.  You can download it <a href="http://saucelabs.com/products/sauce-rc">here</a>.  Sauce RC is Sauce Labs&#8217; certified, enhanced and commercially-supported version of Selenium RC.</p>
<p>This is big news for several reasons:</p>
<ul>
<li>For the first time ever, Mac OS X Snow Leopard users can use Selenium RC, the underlying technology in Sauce RC, on the full range of supported browsers</li>
<li>Google <a href="http://digitaldaily.allthingsd.com/20091208/google-announces-chrome-beta-for-mac/?mod=ATD_sphere">Chrome Beta was released for Mac</a> OS X yesterday;  Sauce Labs is shipping Sauce RC support for Google Chrome Beta today.</li>
<li>Sauce RC brings the same easy-to-install, easy-to-operate benefits to the Mac that Windows Sauce RC users already enjoy.</li>
</ul>
<p>And of course <a href="http://saucelabs.com/products/sauce-rc">Sauce RC is available for Windows</a>.  Both Sauce RC versions can be used with Sauce Labs&#8217; <a href="http://saucelabs.com/products/sauce-ondemand">Sauce OnDemand</a> cloud-hosted Selenium service.  The combination makes it unprecedentedly easy to use Selenium RC and get immediate access to cross-browser testing on ten (10) popular browsers, including Google Chrome.</p>
<p>Here&#8217;s a brief screencast showing how incredibly easy it is to install and use Sauce RC:</p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="370" id="viddler_1f1efee1"><param name="movie" value="http://www.viddler.com/player/1f1efee1/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/1f1efee1/" width="437" height="370" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_1f1efee1"></embed></object></p>
<p>Sauce Labs will open the code for Sauce RC following the beta period.  Users interested in the Sauce RC open source release should follow this blog or follow <a href="http://twitter.com/saucelabs">@saucelabs</a> on Twitter.</p>
<p><a href="http://saucelabs.com/products/sauce-rc">Download Sauce RC for Mac</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fsaucelabs.com%2Fblog%2Findex.php%2F2009%2F12%2Fsauce-rc-supports-selenium-rc-on-mac-osx-snow-leopard%2F&amp;title=Sauce%20RC%20Released%20for%20Mac.%20%20Marks%20first-ever%20fully%20functional%20Selenium%20RC%20on%20Snow%20Leopard." id="wpa2a_10"><img src="http://saucelabs.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://saucelabs.com/blog/index.php/2009/12/sauce-rc-supports-selenium-rc-on-mac-osx-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

