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

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

软件测试工具QTP的3类顺序标识(Ordinal Identifiers)

发布: 2010-5-27 11:15 | 作者: 网络转载 | 来源: 领测软件测试网采编 | 查看: 102次 | 进入软件测试论坛讨论

领测软件测试网

软件测试工具QTP的3类顺序标识(Ordinal Identifiers)

对于顺序标识(Ordinal Identifiers),QTP的帮助文档是这样说的:

  An ordinal identifier assigns a numerical value to a test object that indicates its order or location relative to other objects with an otherwise identical description (objects that have the same values for all properties). This ordered value provides a backup mechanism that enables QuickTest to create a unique description to recognize an object when the defined properties are not sufficient to do so.

  总共有3类这样的顺序标识(Ordinal Identifiers):Location, Index 和 CreationTime

  其中CreationTime仅适用于Browser对象。

  顺序标识(Ordinal Identifiers)通常在描述性编程时使用。

  例1:location(location顺序标识是用上到下进行的)

MILY: Courier New; BACKGROUND-COLOR: #dddddd" align=center>
'Text Box 1
Browser("title:=.*Descriptive.*").Page("micclass:=Page").WebEdit("name:=dpTest","location:=0").Set "1"
 
'Text Box 3
Browser("title:=.*Descriptive.*").Page("micclass:=Page").WebEdit("name:=dpTest","location:=1").Set "2"
 
'Text Box 2
Browser("title:=.*Descriptive.*").Page("micclass:=Page").WebEdit("name:=dpTest","location:=2").Set "3"
 
'Text Box 4
Browser("title:=.*Descriptive.*").Page("micclass:=Page").WebEdit("name:=dpTest","location:=3").Set "4"

  例2:index(index顺序标识是从左到右进行的)

'Text Box 1
Browser("title:=.*Descriptive.*").Page("micclass:=Page").WebEdit("name:=dpTest", "index:=0").Set "1"
 
'Text Box 2
Browser("title:=.*Descriptive.*").Page("micclass:=Page").WebEdit("name:=dpTest", "index:=1").Set "2"
 
'Text Box 3
Browser("title:=.*Descriptive.*").Page("micclass:=Page").WebEdit("name:=dpTest", "index:=2").Set "3"
 
'Text Box 4
Browser("title:=.*Descriptive.*").Page("micclass:=Page").WebEdit("name:=dpTest", "index:=3").Set "4"

  例3:CreationTime(仅对浏览器对象生效,按对象产生时间先后顺序排列)

SystemUtil.Run "iexplore.exe", "http://www.HP.com"            'CreationTime 0
SystemUtil.Run "iexplore.exe", "http://www.AdvancedQTP.com"   'CreationTime 1
SystemUtil.Run "iexplore.exe", "http://www.LinkedIn.com"      'CreationTime 2
 
Browser( "creationtime:=" ).Highlight     'Highlight HP.com
Browser( "creationtime:=1" ).Highlight    'Highlight AdvancedQTP.com
Browser( "creationtime:=2" ).Highlight    'Highlight LinkedIn.com

延伸阅读

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

TAG: qtp QTP 软件测试 顺序 Identifiers Ordinal


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

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