51Testing软件测试论坛

标题: 出现 general run error [打印本页]

作者: chpwu470    时间: 2009-8-23 21:45
标题: 出现 general run error
Set myedit = Description.Create()
myedit("Class Name").Value = "WebEdit"
set childEdit = Browser("网易邮箱 - 注册新用户").Page("网易邮箱 - 注册新用户").ChildObjects(myedit)
运行时为什么会出现 General run error???
作者: peterz    时间: 2009-8-23 22:06
ALT+F7查一下
作者: sean007    时间: 2009-8-24 16:48
原帖由 chpwu470 于 2009-8-23 21:45 发表
Set myedit = Description.Create()
myedit("Class Name").Value = "WebEdit"
set childEdit = Browser("网易邮箱 - 注册新用户").Page("网易邮箱 - 注册新用户").ChildObjects(myedit)
运行时为什么会出现 Gener ...

错了!
应该是
Set myedit = Description.Create()
myedit("micclass").Value = "WebEdit"
'if the object name is WebEdit , u will write
myedit("Class Name").Value = "WebEdit"

[ 本帖最后由 sean007 于 2009-8-24 16:49 编辑 ]
作者: kuangquanshui    时间: 2009-8-24 17:06

作者: chpwu470    时间: 2009-8-24 17:33
标题: 回复 3# 的帖子
谢谢您 能帮我具体的讲解一下吗 我用object spy 看不到micclass这个东东啊  为什么不能用Class Name呢? 万分感激!
作者: sean007    时间: 2009-8-25 10:42
原帖由 chpwu470 于 2009-8-24 17:33 发表
谢谢您 能帮我具体的讲解一下吗 我用object spy 看不到micclass这个东东啊  为什么不能用Class Name呢? 万分感激!

micClass is a Mercury Interactive Constant (mic) that stands for the property used in the Test Object to define the object class.

For example: Browser, Page, WebElement, WebEdit, VBButton, JavaList and so forth.
作者: chpwu470    时间: 2009-8-25 11:49
标题: 回复 6# 的帖子
got it  thank you very much!




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2