﻿<?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>Alex的个人Blog &#187; Test</title>
	<atom:link href="http://www.gemini5201314.net/category/test/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gemini5201314.net</link>
	<description>关注数据仓库,商业智能和八卦</description>
	<lastBuildDate>Mon, 28 Nov 2011 12:04:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>使用Selenium 和Junit 进行WEB功能测试</title>
		<link>http://www.gemini5201314.net/java/%e4%bd%bf%e7%94%a8selenium-%e5%92%8cjunit-%e8%bf%9b%e8%a1%8cweb%e5%8a%9f%e8%83%bd%e6%b5%8b%e8%af%95.html</link>
		<comments>http://www.gemini5201314.net/java/%e4%bd%bf%e7%94%a8selenium-%e5%92%8cjunit-%e8%bf%9b%e8%a1%8cweb%e5%8a%9f%e8%83%bd%e6%b5%8b%e8%af%95.html#comments</comments>
		<pubDate>Thu, 18 Dec 2008 04:14:57 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://www.gemini5201314.net/?p=140</guid>
		<description><![CDATA[相信Selenium IDE 和 Selenium RC 不少人都用过, 如果使用最新的JUnit4 来编写功能测试, 就可以更容易的从CI 服务器来运行自动化的功能测试, 减少因为代码变更而出现功能与以前不一致的bug. 下载 用firefox 到http://selenium-ide.openqa.org/download.jsp 下载selenium-ide 这个firefox 插件, 然后安装, 到http://release.openqa.org/selenium-remote-control/ 下载selenium-rc  , 它包括python,php,java ,ruby 等的测试驱动. 用Selenium 编写一个测试 在firefox 里面的菜单Tools &#8211;&#62; Selenium IDE , 打开了selenium ide 之后你可以录制一个测试案例,记得最后选择Java 的格式. 在selenium ide 里面Options -&#62;Format -&#62; Java . 然后保存. 注意,它默认的格式是junit3 的, 后面我们使用junit4 的格式. 开启和关闭Selenium Server 在下载的selenium-server 包里面,有一个selenium-server.jar 文件, 你可以在命令行下启动. java [...]]]></description>
		<wfw:commentRss>http://www.gemini5201314.net/java/%e4%bd%bf%e7%94%a8selenium-%e5%92%8cjunit-%e8%bf%9b%e8%a1%8cweb%e5%8a%9f%e8%83%bd%e6%b5%8b%e8%af%95.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

