
QTP
jerome_wang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
WebTable下自动Click Link
只写个函数 相信会vbs代码的人都能看懂 Function JreportLinkClick(BrowserName,PageName,FrameName,WebTableName,LinkName) Dim oDesc,LinkNumber Set oDesc = Description.Create() oDesc("micclass").Value = "Li...原创 2011-11-17 21:35:39 · 151 阅读 · 0 评论 -
解决 QTP General Run Error for webElement GetROProperty
现象:QTP 中 遍历对象为 welement对象是 会出现 General Run error 原因:WebElement catches all sorts of things and some may cause the General run error (still a bug with the tool). 解决方案: Set wElement=Description.Cr...原创 2012-12-25 10:34:01 · 163 阅读 · 0 评论