51Testing软件测试论坛

标题: qtp函数中获取值 [打印本页]

作者: coolylt    时间: 2015-9-29 15:16
标题: qtp函数中获取值
.Net中在识别dev控件treeList时,我想取得Cell的值。使用如下函数: Public Function GetTreeListCellValue(byval swfObject, byval rowIndex, byval fieldName)
        Dim val
        Set focusedNode = swfObject.Object.getNodeByVisibleIndex(rowIndex)
         val = focusedNode.GetValue(filedName)
        GetTreeListCellValue = val
End Function
断点监视 “focusedNode.GetValue(filedName)”是有值的 但是val = focusedNode.GetValue(filedName)执行后,val始终是 Empty 不知道是怎么回事




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