<?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>Daniele Madama &#187; selenium</title>
	<atom:link href="http://www.danysoft.org/blog/tag/selenium/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danysoft.org/blog</link>
	<description>Some pieces of me</description>
	<lastBuildDate>Mon, 24 Oct 2011 13:59:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Selenium test without X server</title>
		<link>http://www.danysoft.org/blog/2006/08/11/selenium-test-without-x-server/</link>
		<comments>http://www.danysoft.org/blog/2006/08/11/selenium-test-without-x-server/#comments</comments>
		<pubDate>Fri, 11 Aug 2006 12:34:10 +0000</pubDate>
		<dc:creator>Daniele Madama</dc:creator>
				<category><![CDATA[Work stuff]]></category>
		<category><![CDATA[cruisecontrol]]></category>
		<category><![CDATA[selenium]]></category>
		<category><![CDATA[vnc]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.danysoft.org/blog/?p=47</guid>
		<description><![CDATA[<p>I&#8217;ve the need to execute some <a href="http://www.openqa.org/selenium/">Selenium</a> test on a server without the X server up. This test are managed by <a href="http://cruisecontrol.sourceforge.net/">CruiseControl</a>, so the are auto-executed in a batch mode.<br />
A browser instance is needed by Selenium, so I&#8217;ve two choice for execute it without X: use of the <a href="http://www.xfree86.org/4.4.0/Xvfb.1.html">X Virtual Frame Buffer</a> or use of the <a href="http://en.wikipedia.org/wiki/VNC">VNC</a>. I&#8217;ve choosed the second!</p>
<p>For doing this I need only of this some commands:</p>
<p>a) vncserver :1 -geometry 1024&#215;768 -depth 16<br />
<i>This command start a server with a size of 1024&#215;768 and 16bit for the color on display addressed by &#8220;:1&#8243;.<br />
If you want to use a particular windows manager edit the .vnc/xstartup file.</i></p>
<p>2) execute &#8216;export DISPLAY=:1&#8242; for using the correct display from CruiseControl</p>
<p>3) start CruiseControl</p>
<p>4) have fun! </p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Phiware Voice Button --><div id="vox">
                   <a href="http://tts-voice.phiware.com/danysoftvox?url=http%3A%2F%2Fwww.danysoft.org%2Fblog%2F2006%2F08%2F11%2Fselenium-test-without-x-server%2F" onClick="javascript:window.open('http://tts-voice.phiware.com/danysoftvox?url=http%3A%2F%2Fwww.danysoft.org%2Fblog%2F2006%2F08%2F11%2Fselenium-test-without-x-server%2F', 'PhiwareVoice', 'toolbar=no,status=no,width=400,height=300,scrollbars=no,menubar=no'); return false;" accesskey="L" target="_vox">
                     <img src="http://voice.phiware.com/resources/buttons/button_80.png" alt="listen this page" />
                   </a>
                 </div><!-- End Phiware Voice Button --><p>I&#8217;ve the need to execute some <a href="http://www.openqa.org/selenium/">Selenium</a> test on a server without the X server up. This test are managed by <a href="http://cruisecontrol.sourceforge.net/">CruiseControl</a>, so the are auto-executed in a batch mode.<br />
A browser instance is needed by Selenium, so I&#8217;ve two choice for execute it without X: use of the <a href="http://www.xfree86.org/4.4.0/Xvfb.1.html">X Virtual Frame Buffer</a> or use of the <a href="http://en.wikipedia.org/wiki/VNC">VNC</a>. I&#8217;ve choosed the second!</p>
<p>For doing this I need only of this some commands:</p>
<p>a) vncserver :1 -geometry 1024&#215;768 -depth 16<br />
<i>This command start a server with a size of 1024&#215;768 and 16bit for the color on display addressed by &#8220;:1&#8243;.<br />
If you want to use a particular windows manager edit the .vnc/xstartup file.</i></p>
<p>2) execute &#8216;export DISPLAY=:1&#8242; for using the correct display from CruiseControl</p>
<p>3) start CruiseControl</p>
<p>4) have fun! </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.danysoft.org%2Fblog%2F2006%2F08%2F11%2Fselenium-test-without-x-server%2F&amp;title=Selenium%20test%20without%20X%20server" id="wpa2a_2"><img src="http://www.danysoft.org/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://www.danysoft.org/blog/2006/08/11/selenium-test-without-x-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

