51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 2297|回复: 5
打印 上一主题 下一主题

[原创] 获取行数

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2008-8-28 11:04:12 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
我用MERCURY自带的订票系统去练习,想取它的行数,但是不知道用什么函数取,请大家帮忙,那个网页我已经截图了,放在附件里。
这个是我写得:
itemcount = browser("Welcome: Mercury Tours").Page("Select a Flight: Mercury").WebRadioGroup("outFlight").GetROProperty("items count")
selectitem = randomnumber(1,itemcount)
browser("Welcome: Mercury Tours").Page("Select a Flight: Mercury").WebRadioGroup("outFlight").Select  selectitem
QTP报:Cannot identify the specified item of the outFlight object. Confirm that the specified item is included in the object's item collection.
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

6#
 楼主| 发表于 2008-9-2 14:00:34 | 只看该作者
谢谢楼上这位朋友,OK啦  
回复 支持 反对

使用道具 举报

该用户从未签到

5#
发表于 2008-9-2 11:56:53 | 只看该作者
temystr = Browser(“AA").Page(“BB").Frame("rightFrame_4").WebRadioGroup("ID").GetROProperty("all items")

tempcount = Browser(“AA").Page(“BB").Frame("rightFrame_4").WebRadioGroup("ID").GetROProperty("items count")

Record1 = Split(tempstr, ";", -1, 1)

requiredRow = randomnumber(0, tempcount-1)

Record = Record1(requiredRow)

Browser(“AA").Page(“BB").Frame("CC").WebRadioGroup("ID").Select Record
回复 支持 反对

使用道具 举报

该用户从未签到

4#
 楼主| 发表于 2008-9-2 11:41:53 | 只看该作者
谢谢楼上这位朋友,但是我试了,还是不行,我这样写了脚本,想随机取一行作为选择项:
NumOfItems = browser("Welcome: Mercury Tours").Page("Select a Flight: Mercury").WebRadioGroup("outFlight").GetROProperty("Items Count")
randomcount = randomnumber(1,NumOfItems)
Browser("Welcome: Mercury Tours").Page("Select a Flight:
Mercury").WebRadioGroup("outFlight").Select randomcount

QTP执行后报:Cannot identify the specified item of the outFlight object. Confirm that the specified item is included in the object's item collection.
请大家帮帮忙
回复 支持 反对

使用道具 举报

该用户从未签到

3#
发表于 2008-8-28 11:22:08 | 只看该作者
selectitem 是index
object.select "#"&selectitem
回复 支持 反对

使用道具 举报

该用户从未签到

2#
 楼主| 发表于 2008-8-28 11:05:59 | 只看该作者
我怎么可以把截到的图传上来呢
回复 支持 反对

使用道具 举报

本版积分规则

关闭

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

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

GMT+8, 2024-11-15 13:43 , Processed in 0.084628 second(s), 28 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

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