<?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>Leakon &#187; OpenSource</title>
	<atom:link href="http://www.leakon.com/archives/category/opensource/feed" rel="self" type="application/rss+xml" />
	<link>http://www.leakon.com</link>
	<description>勤奋 - 创新 - 矢志不渝 - 锲而不舍</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:43:07 +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>使用 Selenium 进行 Web 程序 验收测试</title>
		<link>http://www.leakon.com/archives/28?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e4%25bd%25bf%25e7%2594%25a8-selenium-%25e8%25bf%259b%25e8%25a1%258c-web-%25e7%25a8%258b%25e5%25ba%258f-%25e9%25aa%258c%25e6%2594%25b6%25e6%25b5%258b%25e8%25af%2595</link>
		<comments>http://www.leakon.com/archives/28#comments</comments>
		<pubDate>Tue, 24 Jul 2007 08:30:27 +0000</pubDate>
		<dc:creator>leakon</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Web开发]]></category>

		<guid isPermaLink="false">http://www.leakon.com/archives/28</guid>
		<description><![CDATA[ Web 程序测试是一项十分繁杂的工作，要面对无数的分支，整个过程十分枯燥，既浪费时间，又容易出错。
要是有一个自动化的测试程序就好了。
Selenium 就是这样一个基于浏览器的验收测试程序。
官方网站：http://www.openqa.org/selenium/
点击下载 selenium-ide-0.8.7.xpi 。
这里有演示视频：Selenium_IDE.swf  。
Selenium is a test tool for web applications. Selenium tests run  directly in a browser, just as real  [...]]]></description>
			<content:encoded><![CDATA[<p> Web 程序测试是一项十分繁杂的工作，要面对无数的分支，整个过程十分枯燥，既浪费时间，又容易出错。</p>
<p>要是有一个自动化的测试程序就好了。</p>
<p>Selenium 就是这样一个基于浏览器的验收测试程序。</p>
<p>官方网站：<a href="http://www.openqa.org/selenium/" title="http://www.openqa.org/selenium/" target="_blank">http://www.openqa.org/selenium/</a></p>
<p>点击下载 <a href="http://down.leakon.com/software/develop/firefox/selenium-ide-0.8.7.xpi" title="selenium-ide-0.8.7.xpi">selenium-ide-0.8.7.xpi</a> 。</p>
<p>这里有演示视频：<a href="http://down.leakon.com/software/2007/07/Selenium_IDE.swf" title="Selenium_IDE.swf">Selenium_IDE.swf</a>  。</p>
<p><strong>Selenium</strong> is a test tool for web applications. Selenium tests run  <strong>directly in a browser</strong>, just as real users do. And they run in Internet  Explorer, Mozilla and Firefox on Windows, Linux, and Macintosh. No other test  tool covers such a wide array of platforms.</p>
<ul>
<li><span style="font-weight: bold">Browser compatibility testing.</span> Test  your application to see if it works correctly on different browsers and  operating systems. The same script can run on any Selenium platform.</li>
<li><span style="font-weight: bold">System functional testing.</span> Create  regression tests to verify application functionality and user  acceptance.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.leakon.com/archives/28/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

