51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 2210|回复: 6
打印 上一主题 下一主题

[原创] QTP8.2 录制web如何设置循环

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2008-7-17 10:50:56 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
1) 【add-in Manager】中 设置网址www.google.cn;
2)  专家视图中脚本如下 :
For i = 1 to  5

Browser("Google").Page("Google").WebEdit("q").Set "奥运门票"
Browser("Google").Page("Google").WebEdit("q").Submit
Browser("Google").Page("奥运门票 - Google 搜索").Link("资讯").Click
Browser("Google").Page("奥运门票 - Google 资讯").Sync
Browser("Google").Close

Next
3)不能完成循环回放 。

录制web脚本 ,如何设置循环 ??
谢谢!
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
发表于 2008-7-17 11:14:39 | 只看该作者
你这个连Browser都关闭了,当然不行
把打开浏览器的动作一并加入到循环中,运行设置设置成:record and run test on any open browser
For i = 1 to  5

SystemUtil.Run "iexplore.exe"

'创建对象
Set BrowDesc = Description.Create()
Set PageDesc = Description.Create()
Set CurPage = Browser(BrowDesc).Page(PageDesc)
CurPage.sync
Browser(BrowDesc).Navigate "www.google.com"
CurPage.sync

Browser("Google").Page("Google").WebEdit("q").Set "奥运门票"
Browser("Google").Page("Google").WebEdit("q").Submit
Browser("Google").Page("奥运门票 - Google 搜索").Link("资讯").Click
Browser("Google").Page("奥运门票 - Google 资讯").Sync
Browser("Google").Close

Next

[ 本帖最后由 zte_boy 于 2008-7-17 11:25 编辑 ]
回复 支持 反对

使用道具 举报

该用户从未签到

3#
发表于 2008-7-17 12:35:24 | 只看该作者
en
回复 支持 反对

使用道具 举报

该用户从未签到

4#
 楼主| 发表于 2008-7-17 13:14:32 | 只看该作者

回复 2# 的帖子

Thank you
回复 支持 反对

使用道具 举报

该用户从未签到

5#
发表于 2008-7-17 15:12:37 | 只看该作者
学习下
回复 支持 反对

使用道具 举报

该用户从未签到

6#
发表于 2008-7-17 15:34:00 | 只看该作者
版主问一下呐,我run后说报错了,在第9行

The "[ Browser ]" object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object.
Line (9): "CurPage.sync".
为什么呐?
回复 支持 反对

使用道具 举报

该用户从未签到

7#
发表于 2008-7-17 16:07:05 | 只看该作者
For i = 1 to  5
SystemUtil.Run "iexplore.exe","该WEB的IE地址输入到这里"
Browser("Google").Page("Google").WebEdit("q").Set "奥运门票"
Browser("Google").Page("Google").WebEdit("q").Submit
Browser("Google").Page("奥运门票 - Google 搜索").Link("资讯").Click
Browser("Google").Page("奥运门票 - Google 资讯").Sync
Browser("Google").Close
Next
应该可行了 兄弟
回复 支持 反对

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-11-15 21:24 , Processed in 0.069091 second(s), 28 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表