Selenium IDE学习1
发表于:2008-07-15 来源: 作者: 点击数:
标签:
安装 安装Firefox 下载Selenium插件:http://selenium-ide.openqa.org/ 将插件拷贝至Firefox/extensions目录下(通常为C:\Program Files\Mozilla Firefox\extensions\) 重启Firefox,会执行自动安装。 在“Tools”下能够看到“Selenium IDE”插件安装完毕 录
安装
安装Firefox
下载Selenium插件:http://selenium-ide.openqa.org/
将插件拷贝至Firefox/extensions目录下(通常为C:\Program Files\Mozilla Firefox\extensions\)
重启Firefox,会执行自动安装。
在“Tools”下能够看到“Selenium IDE”插件安装完毕
录制
参考 录制的小电影:51Testing软件测试 网s`X:Z6B:o http://wiki.openqa.org/download/attachments/400/Selenium+IDE.swfy"J&C,};XP_i i0
录制好的脚本
Selenium html脚本,又称为Selenese,结构清晰简单:
Selenium html脚本,又称为Selenese,结构清晰简单:f/P,GX6fJ,}0
< html > 51Testing软件测试网I E*M i2YU < head > +]8F9i?P0 < meta http-equiv ="Content-Type" content ="text/html; charset=UTF-8" > 51Testing软件测试网+KW1jQ$e < title > Becky02 </ title > 51Testing软件测试网~J4\-D{I Tq3x9y </ head > 51Testing软件测试网8y"P1}%E)Q < body > Ee0{5v+uSl#c{6o*c$b0 < table cellpadding ="1" cellspacing ="1" border ="1" > #Hm-Jre7HC0 < thead > k2v'sKAS1lJ0 < tr >< td rowspan ="1" colspan ="3" > Test02 </ td ></ tr > 51Testing软件测试网2NU pf;Sp8s </ thead >< tbody > b bq]@$R,T8w:`y0 < tr > n4R y i9z0 < td > open </ td > we)]3v8T9@Ym0U9s0 < td > http://www.google.com/ </ td > 51Testing软件测试网A$xFpRD < td ></ td > 51Testing软件测试网.u5R&_+j1xk;y| </ tr > 51Testing软件测试网I(g8XI G)q < tr > 51Testing软件测试网inzf7Tk ^&\/ZX < td > type </ td > *{U~xh0 < td > q </ td > 51Testing软件测试网uvTTM:Z7^0m < td > ddddddd </ td > 51Testing软件测试网&f0Z;l#w/Id+}2HK+L </ tr > 51Testing软件测试网;ZL'@ _]T4E < tr > 51Testing软件测试网B-R!b${ M+b'FR < td > clickAndWait </ td > U;rnqv0 < td > btnG </ td > &G/iq5Z8R5NPMfK r0 < td ></ td > 51Testing软件测试网1|9D F#Z.x,[-v </ tr > (GF/\(C Z2pM-V_0 < tr > )rE0C4iwL7N~NW0 < td > assertText </ td > 51Testing软件测试网Mv U z m&x8m8U0\ < td > sd </ td > JM?2b8W&T0 < td > Web </ td > 51Testing软件测试网|7u3oc9\5Td&O </ tr > 51Testing软件测试网!Q-P4q!Yx6J\ </ tbody ></ table > !e!{N;el0 </ body > hJ,o.H*~;|Qh2~y&@0 </ html > $s\F-L"V-y'AX0
51Testing软件测试网5~X)uU"OA 是一个HTML Table:51Testing软件测试网 I:g|%X/hSDh 51Testing软件测试网4mmlM Br E5X5m
Test02
open
http://www.google.com/
51Testing软件测试网l&Pnj)r4I!}u)e(o
type
q
ddddddd
clickAndWait
btnG
3QN)OP*t0
assertText
sd
Web
6CL9K3fXsh0 HTML Table 由三列构成:
Ti^dM&Yk%{0 First Column: Selenium command,命令或断言。
B$X&o!?wH0 Second Column: Target of command,命令或断言的目标(target)。这里可以用多种受支持的组件定位符中的一种来指定目标。通常使用的是组件的 ID 或名称,但
XP ath 和 DOM 定位符也是受支持的;
51Testing软件测试网B'D4]3v%o Third Column: Optional parameter,用于为命令或断言指定参数的值。例如,当使用 type 命令时,这一列可能就是一个文本域所期望的值。
参考 对于Selenium的命令,请参考网站资源:~&zw0OZV2B0 http://release.openqa.org/selenium-core/0.8.0/reference.html51Testing软件测试网Y!\B E#Z?0y
在selenium core的发布包里,也有此reference,下文中即将提到。H}.`KmpH.cf-s0 对于自动化测试 来说,任何录制/回放工具得到的脚本,都是要进行修改的,这样能够增加脚本的健壮性。将脚本存为html文件。最终的脚本也要至少回放一遍通过才能算完成,在Selenium IDE中,点播放按钮观看放映。
原文转自:http://www.ltesting.net