<?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>Cloud Testing Blog &#187; Script Recording</title>
	<atom:link href="http://www.cloudtesting.com/blog/tag/script-recording/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cloudtesting.com/blog</link>
	<description>Automated Functional, Cross Browser and Load Testing for Websites</description>
	<lastBuildDate>Tue, 23 Aug 2011 18:41:02 +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>HOWTO: Capture a script using Selenium IDE and import into Cloud Testing</title>
		<link>http://www.cloudtesting.com/blog/2009/06/09/howto-capture-a-script-using-selenium-ide-and-import-into-cloud-testing/</link>
		<comments>http://www.cloudtesting.com/blog/2009/06/09/howto-capture-a-script-using-selenium-ide-and-import-into-cloud-testing/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 13:36:08 +0000</pubDate>
		<dc:creator>Phil Smith - Cloud Testing</dc:creator>
				<category><![CDATA[Help]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Selenium]]></category>
		<category><![CDATA[Import]]></category>
		<category><![CDATA[Script Recording]]></category>

		<guid isPermaLink="false">http://blog.cloudtesting.com/?p=110</guid>
		<description><![CDATA[These instructions assume you have downloaded and installed the Selenium IDE Add-on for Firefox. For more details see the Selenium HQ website. Inportant: If you previously had Selenium IDE installed in Firefox 3.0, you will need to un-install and re-install the latest version for it to work with Firefox 3.5. Step 1. From within Firefox, [...]]]></description>
			<content:encoded><![CDATA[<p>These instructions assume you have downloaded and installed the Selenium IDE Add-on for Firefox. For more details see the <a title="Selenium HQ website" href="http://seleniumhq.org/projects/ide/">Selenium HQ website</a>.</p>
<p><span style="color:#ff0000;"><strong>Inportant: If you previously had Selenium IDE installed in Firefox 3.0, you will need to un-install and re-install the latest version for it to work with Firefox 3.5.</strong></span></p>
<h2>Step 1.</h2>
<p>From within Firefox, choose Tools then Add-Ons, then Selenium IDE</p>
<p><a title="Click to enlarge" href="http://cloudtesting.files.wordpress.com/2009/06/howto1-1.png" target="new"><img src="http://cloudtesting.files.wordpress.com/2009/06/howto1-1small.png" alt="" width="400" /></a></p>
<p>The following pop-up window will be shown:</p>
<p><a title="Click to enlarge" href="http://cloudtesting.files.wordpress.com/2009/06/howto1-2.png" target="new"><img src="http://cloudtesting.files.wordpress.com/2009/06/howto1-2small.png" alt="" width="300" /></a></p>
<p>Note the red &#8216;record&#8217; button to the top right of the window. This indicates that Selenium IDE is in recording mode, and that all interaction with Firefox will be recorded.</p>
<h2>Step 2.</h2>
<p>Enter the URL of the script you want to record (http://portal.cloudtesting.com/ in this case).</p>
<h2>Step 3.</h2>
<p>Paste the same URL into the address bar in Firefox and press enter.</p>
<h2>Step 4.</h2>
<p>Interact with the website as required. This can include clicking on links, entering text into fields and clicking buttons.</p>
<p><a title="Click to enlarge" href="http://cloudtesting.files.wordpress.com/2009/06/howto1-3.png" target="new"><img src="http://cloudtesting.files.wordpress.com/2009/06/howto1-3small.png" alt="" width="400" /></a></p>
<p>In this example, we will type the username and password, then click the Login button.</p>
<p>The following information will then be captured, and shown in the Selenium IDE window:</p>
<p><a title="Click to enlarge" href="http://cloudtesting.files.wordpress.com/2009/06/howto1-4.png" target="new"><img src="http://cloudtesting.files.wordpress.com/2009/06/howto1-4small.png" alt="" width="300" /></a></p>
<p>Carry on interacting with the website &#8211; the commands will be captured as shown.</p>
<p><a title="Click to enlarge" href="http://cloudtesting.files.wordpress.com/2009/06/howto1-5.png" target="new"><img src="http://cloudtesting.files.wordpress.com/2009/06/howto1-5small.png" alt="" width="300" /></a></p>
<blockquote><p><strong>Note:</strong> For those of you who think you&#8217;ve spotted a back door into the Cloud Testing portal by using the username and password above, sorry but we&#8217;ve changed it. If you would like a Free Trial of the service, one is available on the <a href="http://www.cloudtesting.com">Cloud Testing website</a>.</p></blockquote>
<h2>Step 5.</h2>
<p><strong>Important:</strong> When you have finished capturing the script, stop the recorder, by clicking on the red circle towards the top right of the IDE window.<br />
If you forget to stop recording, extra steps will end up being uploaded, which can be removed by editing the script later.</p>
<h2>Step 6.</h2>
<p>Switch to the Source tab.</p>
<p><a title="Click to enlarge" href="http://cloudtesting.files.wordpress.com/2009/06/howto1-6.png" target="new"><img src="http://cloudtesting.files.wordpress.com/2009/06/howto1-6small.png" alt="" width="300" /></a></p>
<h2>Step 7.</h2>
<p>Right click on the source, choose &#8216;Select All&#8217;, then select &#8216;Copy&#8217;.</p>
<p><a title="Click to enlarge" href="http://cloudtesting.files.wordpress.com/2009/06/howto1-7.png" target="new"><img src="http://cloudtesting.files.wordpress.com/2009/06/howto1-7small.png" alt="" width="300" /></a></p>
<h2>Step 8.</h2>
<p>Go to the &#8216;Add Script&#8217; page in the Settings section of the Cloud Testing Portal.</p>
<h2>Step 9.</h2>
<p>Enter the name of the script, the hostname of the server, and then paste the commands into the page, before clicking on the &#8216;Upload&#8217; button.</p>
<p><a title="Click to enlarge" href="http://cloudtesting.files.wordpress.com/2009/06/howto1-82.png" target="new"><img src="http://cloudtesting.files.wordpress.com/2009/06/howto1-8small3.png" alt="" width="400" /></a></p>
<h2>Step 10.</h2>
<p>The script has now been uploaded and imported into the Cloud Testing service, it can now be edited or updated as required.</p>
<p><a title="Click to enlarge" href="http://cloudtesting.files.wordpress.com/2009/06/howto1-92.png" target="new"><img src="http://cloudtesting.files.wordpress.com/2009/06/howto1-9small2.png" alt="" width="400" /></a></p>
<p>For more details of the features available once the script has been imported, see the <a title="Cloud Testing website" href="http://www.cloudtesting.com/">Cloud Testing website</a>.</p>
<p>This is the first in a series of HOWTO articles &#8211; check back for more, or sign up for the mailing list at the <a title="Cloud Testing website" href="http://www.cloudtesting.com/">Cloud Testing website</a> for updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudtesting.com/blog/2009/06/09/howto-capture-a-script-using-selenium-ide-and-import-into-cloud-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

