51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1696|回复: 7
打印 上一主题 下一主题

[求助] 请教一下,Description定义的属性如何去除?

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2009-8-18 12:57:29 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
问题起因:使用Descrption定义对象,想要重复使用
但是使用过程中定义了属性后,不知道如何去除,例如如下脚本:
Set obj = Description.Create()
obj("micclass").value = "WebEdit"
obj("name").value = "userId"
Set Edit = Browser("Browser").Page("Page").ChildObjects(obj)
Edit(0).Set "133133133"
'obj("name").value = ""
obj("html id").value = "password"
Set Edit = Browser("Browser").Page("Page").ChildObjects(obj)
Edit(0).Set "abc"
想要将obj的name属性去除,应该用什么语句?
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

  • TA的每日心情
    开心
    2016-8-25 11:11
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    2#
    发表于 2009-8-18 13:16:26 | 只看该作者
    关注。。。
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    3#
     楼主| 发表于 2009-8-18 14:11:51 | 只看该作者
    一觉睡醒,看到有人回帖,以为问题解决
    结果原来是版主关注了一下啊
    唉,问题尚未解决,帖子继续关注
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    4#
    发表于 2009-8-18 14:43:05 | 只看该作者
    QuickTest Professional Object Model Reference
    Remove Method
    Description Removes the specified property item from the Properties collection.

    Syntax PropertiesColl.Remove Item

    Argument
    Type
    Description
    Item
    String
    The property item you want to remove. Specify the name of the property or its index position. Position numbers begin with 0.

    Example The following example removes the Name property item from the MyDescr1 Properties object.

    MyDescr1.Remove "Name"

    The following example removes the Nth item from the MyDescr1 Properties object, where N is a variable representing the index position of the item.

    MyDescr1.Remove N
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    5#
    发表于 2009-8-18 14:44:15 | 只看该作者
    一切尽在帮助文档中~
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    6#
    发表于 2009-8-18 17:19:20 | 只看该作者
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    7#
     楼主| 发表于 2009-8-18 19:02:28 | 只看该作者
    感谢hsjzfling 的解答,我搞一搞去。
    帮助文档翻了半天,未找到,呵呵
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2016-8-25 11:11
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    8#
    发表于 2009-8-18 20:22:19 | 只看该作者
    学习,我也是刚学QTP没多久
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

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

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

    GMT+8, 2024-11-8 11:47 , Processed in 0.075455 second(s), 27 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

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