51Testing软件测试论坛
标题:
QTP的DP支持Firefox和chrome吗
[打印本页]
作者:
xufang1122
时间:
2012-6-7 09:24
标题:
QTP的DP支持Firefox和chrome吗
写了一个简单的DP的QTP脚本,在IE上面能够run通,却发现在Firefox和Chrome上跑不了,大家能指点一下吗,QTP的DP支持Firefox和chrome吗?如果可以的话,DP对Firefox和Chrome需要注意一些什么?谢谢
'Variable declaration
Dim GoogleBrowser
Dim GooglePage
Set GoogleBrowser=Browser("name:=Google.*")
Set GooglePage=GoogleBrowser.Page("title:=Google.*")
URL="http://www.google.com.hk/"
'SystemUtil.run "iexplore",URL
'SystemUtil.run "Firefox", URL
SystemUtil.run "C:\Users\nancy.xu\AppData\Local\Google\Chrome\Application\chrome.exe",URL
'Write 'quicklearnqtp' in search box
GooglePage.WebEdit("name:=q","type:=text","html tag:=INPUT").Set "Automation with QTP"
'Click on Google Search
GooglePage.WebButton("name:=Google 搜索","type:=submit","html tag:=INPUT").Click
'Close browser
'GoogleBrowser.CloseAllTabs
复制代码
作者:
joykao
时间:
2012-6-7 10:16
本帖最后由 joykao 于 2012-6-7 10:17 编辑
貌似firefox很低的版本是支持的,3.6以下的版本,chrome现在还没听说过支持。。貌似现在11 有chrome的插件,好像也支持了,firefox貌似也可以支持到10
作者:
SexyCat_1113
时间:
2012-6-7 21:15
11只支持Firefox3.0.X和3.5好像
作者:
shanfeng1419
时间:
2012-6-13 10:26
恩,目前就是对ie好用
作者:
TIB
时间:
2012-6-25 23:16
QTP11打补丁
作者:
bertha2124
时间:
2013-12-12 11:53
这个补丁是可以让QTP11去录觉chorme,
还是可以让IE录好的脚本在chorme上回放呢?
谢谢。
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2