• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

QuickTestProfessional基本使用示例

发布: 2008-6-16 15:22 | 作者: junqinghuang | 来源: 测试时代采编 | 查看: 407次 | 进入软件测试论坛讨论

领测软件测试网

8           引用action

录制action1,在step->action properties中设置该action为reuseable action

录制action2,在inser->call to exiting action,选择action1

OK

9           参数化

在keyword view中设置对象的value为参数,并设置值

With Browser("XX项目_2").Page("XX项目")

       With .Frame("wap_2")

              .WebEdit("key").Set "1"

              .WebButton("搜").Click

       End With

       .Frame("wap_3").Link("重新搜索").Click

       With .Frame("wap")

              .WebEdit("key").Set DataTable("p_Text", dtGlobalSheet)

              .WebButton("搜").Click

       End With

       .Sync

End With

10       Vbs随机读取一行文本内容

'随机读取文件中的一行

randomize 

set fso=createobject("scrīpting.filesystemobject")  '创建文件系统对象

set a=createobject("scrīpting.dictionary")  '类似于二维数组

set file=fso.opentextfile("D:\hjq.txt")  '打开文件

do while file.atendofstream<>true 

m=m+1  'm记录文件中文本行数

a.add m,file.readline  'file.readline读取某行记录

loop 

file.close  '关闭文件

h=int(rnd*m) 

msgbox "第" & h & "行:  " & a(h) ,4096,"随机内容"

msgbox "第1行:  " & a(1) ,4096,"内容"

msgbox "第2行:  " & a(2) ,4096,"内容"

msgbox "第3行:  " & a(3) ,4096,"内容"

11       二维数组的使用

set a=createobject("scrīpting.dictionary")  '类似于二维数组

a.add 0,"返回XX首页"

a.add 1,"返回XX首页"

a.add 2,"返回XX首页"

a.add 3,"返回XX首页"

 

For i=0 to 3

 

With Browser("XX项目").Page("XX项目")

       With .Frame("wap")

              .WebEdit("key").Set "1"

              .WebButton("搜").Click

       End With

       .Frame("wap_2").Link(a(i)).Click

       .Sync

End With

Next

12       从文件读取文本,并赋予参数

set fso=createobject("scrīpting.filesystemobject")  '创建文件系统对象

set a=createobject("scrīpting.dictionary")  '类似于二维数组

set file=fso.opentextfile("D:\hjq.txt")  '打开文件

wait(2)

do while file.atendofstream<>true

With Browser("XX项目").Page("XX项目")

       With .Frame("wap")

              .WebEdit("key").Set  file.readline

              .WebButton("搜").Click

       End With

       .Frame("wap_2").Link("返回XX首页").Click

       .Sync

End With

loop 

file.close  '关闭文件

延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/

32/3<123>

关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备2023014753号-2
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网